Searched refs:BasePixelPtr (Results 1 – 1 of 1) sorted by relevance
41 class BasePixelPtr class44 BasePixelPtr( PIXBYTE* p = NULL ) : mpPixel( p ) {} in BasePixelPtr() function in BasePixelPtr48 bool operator<( const BasePixelPtr& rCmp ) const { return (mpPixel < rCmp.mpPixel); } in operator <()55 class TrueColorPixelPtr : public BasePixelPtr72 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_RGB> : public BasePixelPtr92 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_BGR> : public BasePixelPtr112 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> : public BasePixelPtr132 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR> : public BasePixelPtr152 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_RGBA> : public BasePixelPtr172 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_BGRA> : public BasePixelPtr[all …]