Home
last modified time | relevance | path

Searched refs:m_GdiplusExt (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp125 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()
129 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()
161 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()
162 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
Dfx_win32_device.cpp696 m_GdiplusExt.Load(); in Init()
967 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
988 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) in DrawPath()
991 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
1000 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()
1148 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()
1326 if (pPlatform->m_GdiplusExt.IsAvailable() && !pSource->IsCmykImage()) { in StretchDIBits()
1331 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
Dwin32_int.h72 CGdiplusExt m_GdiplusExt; variable
Dfx_win32_gdipext.cpp306 return pData->m_GdiplusExt; in GetGdiplusExt()