HomeSort by relevance Sort by last modified time
    Searched refs:CFX_WindowsDIB (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/include/fxge/
fx_ge_win32.h 25 class CFX_WindowsDIB : public CFX_DIBitmap
46 CFX_WindowsDIB(HDC hDC, int width, int height);
48 ~CFX_WindowsDIB();
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 12 CFX_ByteString CFX_WindowsDIB::GetBitmapInfo(const CFX_DIBitmap* pBitmap)
103 CFX_DIBitmap* CFX_WindowsDIB::LoadFromBuf(BITMAPINFO* pbmi, LPVOID pData)
107 HBITMAP CFX_WindowsDIB::GetDDBitmap(const CFX_DIBitmap* pBitmap, HDC hDC)
122 CFX_DIBitmap* CFX_WindowsDIB::LoadFromFile(FX_LPCWSTR filename)
159 CFX_DIBitmap* CFX_WindowsDIB::LoadDIBitmap(WINDIB_Open_Args_ args)
195 CFX_DIBitmap* CFX_WindowsDIB::LoadFromDDB(HDC hDC, HBITMAP hBitmap, FX_DWORD* pPalette, FX_DWORD palsize)
282 CFX_WindowsDIB::CFX_WindowsDIB(HDC hDC, int width, int height)
296 CFX_WindowsDIB::~CFX_WindowsDIB()
    [all...]
fx_win32_device.cpp 492 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap);
510 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap);
530 CFX_ByteString info = CFX_WindowsDIB::GetBitmapInfo(pBitmap);
543 CFX_ByteString toStrechBitmapInfo = CFX_WindowsDIB::GetBitmapInfo(pToStrechBitmap);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 239 milliseconds