Lines Matching refs:TrueColorPixelPtr

55 class TrueColorPixelPtr : public BasePixelPtr  class
72 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_RGB> : public BasePixelPtr class
92 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_BGR> : public BasePixelPtr class
112 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> : public BasePixelPtr class
132 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR> : public BasePixelPtr class
152 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_RGBA> : public BasePixelPtr class
172 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_BGRA> : public BasePixelPtr class
192 class TrueColorPixelPtr<BMP_FORMAT_16BIT_TC_MSB_MASK> : public BasePixelPtr class
212 class TrueColorPixelPtr<BMP_FORMAT_16BIT_TC_LSB_MASK> : public BasePixelPtr class
234 class TrueColorPixelPtr<BMP_FORMAT_8BIT_TC_MASK> : public BasePixelPtr class
246 class TrueColorPixelPtr<BMP_FORMAT_8BIT_PAL> class
247 : public TrueColorPixelPtr<BMP_FORMAT_8BIT_TC_MASK>
252 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_MASK> : public BasePixelPtr
274 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_MASK> : public BasePixelPtr
311 inline void ImplConvertPixel( const TrueColorPixelPtr<DSTFMT>& rDst, in ImplConvertPixel()
312 const TrueColorPixelPtr<SRCFMT>& rSrc ) in ImplConvertPixel()
322 const TrueColorPixelPtr<BMP_FORMAT_16BIT_TC_MSB_MASK>& rDst, in ImplConvertPixel()
323 const TrueColorPixelPtr<BMP_FORMAT_16BIT_TC_LSB_MASK>& rSrc ) in ImplConvertPixel()
335 inline void ImplConvertLine( const TrueColorPixelPtr<DSTFMT>& rDst, in ImplConvertLine()
336 const TrueColorPixelPtr<SRCFMT>& rSrc, int nPixelCount ) in ImplConvertLine()
338 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplConvertLine()
339 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplConvertLine()
352 inline void ImplBlendPixels( const TrueColorPixelPtr<DSTFMT>& rDst, in ImplBlendPixels()
353 const TrueColorPixelPtr<SRCFMT>& rSrc, unsigned nAlphaVal ) in ImplBlendPixels()
384 inline void ImplBlendLines( const TrueColorPixelPtr<DSTFMT>& rDst, in ImplBlendLines()
385 const TrueColorPixelPtr<SRCFMT>& rSrc, const TrueColorPixelPtr<MASKFMT>& rMsk, in ImplBlendLines()
388 TrueColorPixelPtr<MASKFMT> aMsk( rMsk ); in ImplBlendLines()
389 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines()
390 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines()
403 inline void ImplBlendLines( const TrueColorPixelPtr<DSTFMT>& rDst, in ImplBlendLines()
404 const TrueColorPixelPtr<SRCFMT>& rSrc, unsigned nAlphaVal, in ImplBlendLines()
411 TrueColorPixelPtr<SRCFMT> aSrc( rSrc ); in ImplBlendLines()
412 TrueColorPixelPtr<DSTFMT> aDst( rDst ); in ImplBlendLines()
461 bool ImplConvertToBitmap( TrueColorPixelPtr<SRCFMT>& rSrcLine, in ImplConvertToBitmap()
472 TrueColorPixelPtr<DSTFMT> aDstLine; aDstLine.SetRawPtr( rDstBuffer.mpBits ); in ImplConvertToBitmap()
496 TrueColorPixelPtr<SRCFMT> aSrcType; aSrcType.SetRawPtr( rSrc.mpBits ); in ImplConvertFromBitmap()
676 bool ImplBlendToBitmap( TrueColorPixelPtr<SRCFMT>& rSrcLine, in ImplBlendToBitmap()
687 TrueColorPixelPtr<BMP_FORMAT_8BIT_PAL> aMskLine; aMskLine.SetRawPtr( rMskBuffer.mpBits ); in ImplBlendToBitmap()
688 TrueColorPixelPtr<DSTFMT> aDstLine; aDstLine.SetRawPtr( rDstBuffer.mpBits ); in ImplBlendToBitmap()
722 TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_BGR>&, in ImplBlendToBitmap()
726 TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_RGB> aSrcType; aSrcType.SetRawPtr( rSrcBuffer.mpBits ); in ImplBlendToBitmap()
732 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR>&, in ImplBlendToBitmap()
736 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> aSrcType; aSrcType.SetRawPtr( rSrcBuffer.mpBits ); in ImplBlendToBitmap()
742 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_BGRA>&, in ImplBlendToBitmap()
746 TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_RGBA> aSrcType; aSrcType.SetRawPtr( rSrcBuffer.mpBits ); in ImplBlendToBitmap()
755 TrueColorPixelPtr<SRCFMT> aSrcType; aSrcType.SetRawPtr( rSrc.mpBits ); in ImplBlendFromBitmap()