Searched refs:m_GdiplusExt (Results 1 – 4 of 4) sorted by relevance
521 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in _GdipCreateBrush()593 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImageMask()680 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in OutputImage()784 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in LoadMemFont()796 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in DeleteMemFont()802 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateBitmap()824 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFromImage()833 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFamilyFromName()845 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipCreateFontFromFamily()854 ((CWin32Platform*)CFX_GEModule::Get()->GetPlatformData())->m_GdiplusExt; in GdipGetFontSize()[all …]
121 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()125 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()157 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()158 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
711 pPlatformData->m_GdiplusExt.Load(); in InitPlatform()979 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()1000 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) in DrawPath()1003 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()1012 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()1151 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()1319 if (pPlatform->m_GdiplusExt.IsAvailable() && !pSource->IsCmykImage()) { in StretchDIBits()1324 return pPlatform->m_GdiplusExt.StretchDIBits( in StretchDIBits()
125 CGdiplusExt m_GdiplusExt; variable