Searched refs:m_GdiplusExt (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 286 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in _GdipCreateBrush() 349 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImageMask() 421 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImage() 525 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in LoadMemFont() 536 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in DeleteMemFont() 541 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateBitmap() 565 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFromImage() 574 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFamilyFromName() 583 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFromFamily() 593 … CGdiplusExt& GdiplusExt = ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipGetFontSize() [all …]
|
D | fx_win32_dib.cpp | 116 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile() 120 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile() 149 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap() 150 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
|
D | fx_win32_device.cpp | 405 pPlatformData->m_GdiplusExt.Load(); in InitPlatform() 772 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath() 789 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) { in DrawPath() 792 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath() 798 …if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_co… in DrawPath() 938 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver() 1079 … if (pPlatform->m_GdiplusExt.IsAvailable() && pIccTransform == NULL && !pSource->IsCmykImage()) { in StretchDIBits() 1085 …return pPlatform->m_GdiplusExt.StretchDIBits(m_hDC, pBitmap, dest_left, dest_top, dest_width, dest… in StretchDIBits()
|
D | win32_int.h | 67 CGdiplusExt m_GdiplusExt; variable
|