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

  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 457 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
527 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
611 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
716 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
728 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
733 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
758 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
770 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
785 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
797 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
    [all...]
fx_win32_dib.cpp 120 if (pPlatform->m_GdiplusExt.IsAvailable()) {
124 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
153 if (pPlatform->m_GdiplusExt.IsAvailable()) {
154 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 466 pPlatformData->m_GdiplusExt.Load();
859 !pPlatform->m_GdiplusExt.IsAvailable()) {
881 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
884 if (pPlatform->m_GdiplusExt.IsAvailable()) {
893 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix,
    [all...]
win32_int.h 104 CGdiplusExt m_GdiplusExt;

Completed in 705 milliseconds