Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp935 CGdiDisplayDriver::CGdiDisplayDriver(HDC hDC) : CGdiDeviceDriver(hDC, FXDC_DISPLAY) in CGdiDisplayDriver() function in CGdiDisplayDriver
942 FX_BOOL CGdiDisplayDriver::GetDIBits(CFX_DIBitmap* pBitmap, int left, int top, void* pIccTransform,… in GetDIBits()
981 FX_BOOL CGdiDisplayDriver::SetDIBits(const CFX_DIBSource* pSource, FX_DWORD color, const FX_RECT* p… in SetDIBits()
1022 FX_BOOL CGdiDisplayDriver::UseFoxitStretchEngine(const CFX_DIBSource* pSource, FX_DWORD color, int … in UseFoxitStretchEngine()
1043 FX_BOOL CGdiDisplayDriver::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD color, int dest_lef… in StretchDIBits()
1168 return new CGdiDisplayDriver(hDC); in CreateDriver()
1189 IFX_RenderDeviceDriver* pDriver = new CGdiDisplayDriver(m_hDC); in CFX_WinBitmapDevice()
Dwin32_int.h131 class CGdiDisplayDriver : public CGdiDeviceDriver
134 CGdiDisplayDriver(HDC hDC);