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.cpp286 … 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 …]
Dfx_win32_dib.cpp116 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()
Dfx_win32_device.cpp405 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()
Dwin32_int.h67 CGdiplusExt m_GdiplusExt; variable