Home
last modified time | relevance | path

Searched refs:BasePixelPtr (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/vcl/source/gdi/
H A Dbmpfast.cxx41 class BasePixelPtr class
44 BasePixelPtr( PIXBYTE* p = NULL ) : mpPixel( p ) {} in BasePixelPtr() function in BasePixelPtr
48 bool operator<( const BasePixelPtr& rCmp ) const { return (mpPixel < rCmp.mpPixel); } in operator <()
55 class TrueColorPixelPtr : public BasePixelPtr
72 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_RGB> : public BasePixelPtr
92 class TrueColorPixelPtr<BMP_FORMAT_24BIT_TC_BGR> : public BasePixelPtr
112 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ARGB> : public BasePixelPtr
132 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_ABGR> : public BasePixelPtr
152 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_RGBA> : public BasePixelPtr
172 class TrueColorPixelPtr<BMP_FORMAT_32BIT_TC_BGRA> : public BasePixelPtr
[all …]