Home
last modified time | relevance | path

Searched refs:pPlatform (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp120 CWin32Platform* pPlatform = in LoadFromFile() local
122 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()
126 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()
158 CWin32Platform* pPlatform = in LoadDIBitmap() local
160 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()
161 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
Dfx_win32_device.cpp730 CWin32Platform* pPlatform = in CGdiDeviceDriver() local
732 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR); in CGdiDeviceDriver()
987 CWin32Platform* pPlatform = in DrawPath() local
990 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
1011 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) in DrawPath()
1014 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
1023 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()
1162 CWin32Platform* pPlatform = in CGdiDisplayDriver() local
1164 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()
1330 CWin32Platform* pPlatform = in StretchDIBits() local
[all …]
/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp65 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime() local
66 if (pPlatform->version <= 2) { in CJS_Runtime()
69 if (pPlatform->version == 2) { in CJS_Runtime()
70 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate); in CJS_Runtime()
71 embedderDataSlot = pPlatform->m_v8EmbedderSlot; in CJS_Runtime()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp407 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) { in getPlatformAndCCSIDFromName() argument
416 *pPlatform=UCNV_IBM; in getPlatformAndCCSIDFromName()
419 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()