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

  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 521 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
593 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
680 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
784 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
796 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
802 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
824 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
833 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
    [all...]
fx_win32_dib.cpp 121 if (pPlatform->m_GdiplusExt.IsAvailable()) {
125 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
157 if (pPlatform->m_GdiplusExt.IsAvailable()) {
158 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 711 pPlatformData->m_GdiplusExt.Load();
979 !pPlatform->m_GdiplusExt.IsAvailable()) {
1000 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha)
1003 if (pPlatform->m_GdiplusExt.IsAvailable()) {
1012 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix,
    [all...]
win32_int.h 125 CGdiplusExt m_GdiplusExt;

Completed in 338 milliseconds