Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx41 class BasePixelPtr class
44 BasePixelPtr( PIXBYTE* p = NULL ) : mpPixel( p ) {} in BasePixelPtr() function in BasePixelPtr
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
234 class TrueColorPixelPtr<BMP_FORMAT_8BIT_TC_MASK> : public BasePixelPtr
[all …]

Completed in 21 milliseconds