Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp14 ByteString CFX_WindowsDIB::GetBitmapInfo( in GetBitmapInfo()
98 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromBuf(BITMAPINFO* pbmi, in LoadFromBuf()
103 HBITMAP CFX_WindowsDIB::GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, in GetDDBitmap()
118 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromFile(const wchar_t* filename) { in LoadFromFile()
150 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromFile(const char* filename) { in LoadFromFile()
154 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadDIBitmap(WINDIB_Open_Args_ args) { in LoadDIBitmap()
185 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB() function in CFX_WindowsDIB
202 CFX_WindowsDIB::~CFX_WindowsDIB() { in ~CFX_WindowsDIB()
208 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
212 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
Dcfx_windowsdib.h30 class CFX_WindowsDIB : public CFX_DIBitmap {
35 ~CFX_WindowsDIB() override;
51 CFX_WindowsDIB(HDC hDC, int width, int height);
Dfx_win32_device.cpp793 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits()
811 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits()
834 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_StretchDIBits()
849 CFX_WindowsDIB::GetBitmapInfo(pToStrechBitmap); in GDI_StretchDIBits()