Searched refs:CFX_WindowsDIB (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_dib.cpp | 15 CFX_ByteString CFX_WindowsDIB::GetBitmapInfo(const CFX_DIBitmap* pBitmap) { in GetBitmapInfo() 100 CFX_DIBitmap* CFX_WindowsDIB::LoadFromBuf(BITMAPINFO* pbmi, LPVOID pData) { in LoadFromBuf() 103 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC) { in GetDDBitmap() 117 CFX_DIBitmap* CFX_WindowsDIB::LoadFromFile(const FX_WCHAR* filename) { in LoadFromFile() 150 CFX_DIBitmap* CFX_WindowsDIB::LoadDIBitmap(WINDIB_Open_Args_ args) { in LoadDIBitmap() 183 CFX_DIBitmap* CFX_WindowsDIB::LoadFromDDB(HDC hDC, in LoadFromDDB() 264 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB() function in CFX_WindowsDIB 278 CFX_WindowsDIB::~CFX_WindowsDIB() { in ~CFX_WindowsDIB() 283 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice() 286 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
|
D | fx_win32_device.cpp | 540 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits() 559 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits() 585 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_StretchDIBits() 602 CFX_WindowsDIB::GetBitmapInfo(pToStrechBitmap); in GDI_StretchDIBits()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge_win32.h | 25 class CFX_WindowsDIB : public CFX_DIBitmap { 46 CFX_WindowsDIB(HDC hDC, int width, int height); 48 ~CFX_WindowsDIB();
|