Searched refs:pPlatform (Results 1 – 3 of 3) sorted by relevance
115 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in LoadFromFile() local116 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()120 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()148 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in LoadDIBitmap() local149 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()150 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
420 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in CGdiDeviceDriver() local421 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR); in CGdiDeviceDriver()771 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in DrawPath() local772 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()937 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in CGdiDisplayDriver() local938 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()1078 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData(); in StretchDIBits() local[all …]
412 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) { in getPlatformAndCCSIDFromName() argument421 *pPlatform=UCNV_IBM; in getPlatformAndCCSIDFromName()424 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()