Searched refs:m_GdiplusExt (Results 1 – 4 of 4) sorted by relevance
457 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in _GdipCreateBrush()527 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImageMask()611 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImage()716 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in LoadMemFont()728 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in DeleteMemFont()733 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateBitmap()758 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFromImage()770 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFamilyFromName()785 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFromFamily()797 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipGetFontSize()[all …]
120 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()124 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()153 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()154 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
466 pPlatformData->m_GdiplusExt.Load(); in InitPlatform()859 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()881 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) { in DrawPath()884 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()893 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()1041 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()1230 if (pPlatform->m_GdiplusExt.IsAvailable() && !pIccTransform && in StretchDIBits()1237 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
104 CGdiplusExt m_GdiplusExt; variable