Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp457 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in _GdipCreateBrush()
527 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImageMask()
611 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImage()
716 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in LoadMemFont()
728 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in DeleteMemFont()
733 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateBitmap()
758 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFromImage()
770 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFamilyFromName()
785 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFromFamily()
797 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipGetFontSize()
[all …]
Dfx_win32_dib.cpp120 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()
124 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()
153 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()
154 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
Dfx_win32_device.cpp466 pPlatformData->m_GdiplusExt.Load(); in InitPlatform()
859 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
881 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) { in DrawPath()
884 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
893 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()
1041 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()
1230 if (pPlatform->m_GdiplusExt.IsAvailable() && !pIccTransform && in StretchDIBits()
1237 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
Dwin32_int.h104 CGdiplusExt m_GdiplusExt; variable