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 281 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
347 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
419 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
523 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
534 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
539 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
563 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
572 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
581 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
591 CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt;
    [all...]
fx_win32_dib.cpp 125 if (pPlatform->m_GdiplusExt.IsAvailable()) {
129 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
162 if (pPlatform->m_GdiplusExt.IsAvailable()) {
163 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 415 pPlatformData->m_GdiplusExt.Load();
761 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) {
778 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
781 if (pPlatform->m_GdiplusExt.IsAvailable()) {
787 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
    [all...]
win32_int.h 65 CGdiplusExt m_GdiplusExt;

Completed in 64 milliseconds