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()
102 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromBuf(BITMAPINFO* pbmi, in LoadFromBuf()
107 HBITMAP CFX_WindowsDIB::GetDDBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap, in GetDDBitmap()
122 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromFile(const wchar_t* filename) { in LoadFromFile()
154 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadFromFile(const char* filename) { in LoadFromFile()
158 RetainPtr<CFX_DIBitmap> CFX_WindowsDIB::LoadDIBitmap(WINDIB_Open_Args_ args) { in LoadDIBitmap()
189 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height) { in CFX_WindowsDIB() function in CFX_WindowsDIB
206 CFX_WindowsDIB::~CFX_WindowsDIB() { in ~CFX_WindowsDIB()
212 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { in LoadFromDevice()
216 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { in SetToDevice()
Dcfx_windowsdib.h25 class CFX_WindowsDIB final : public CFX_DIBitmap {
44 CFX_WindowsDIB(HDC hDC, int width, int height);
45 ~CFX_WindowsDIB() override;
Dfx_win32_device.cpp781 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits()
800 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_SetDIBits()
822 ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap); in GDI_StretchDIBits()
838 CFX_WindowsDIB::GetBitmapInfo(pToStrechBitmap); in GDI_StretchDIBits()