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.cpp123 auto* pPlatform = in LoadFromFile() local
125 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()
129 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()
159 auto* pPlatform = in LoadDIBitmap() local
161 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()
162 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
Dfx_win32_device.cpp709 auto* pPlatform = in CGdiDeviceDriver() local
711 SetStretchBltMode(m_hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR); in CGdiDeviceDriver()
964 auto* pPlatform = in DrawPath() local
967 !pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
988 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) in DrawPath()
991 if (pPlatform->m_GdiplusExt.IsAvailable()) { in DrawPath()
1000 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, in DrawPath()
1146 auto* pPlatform = in CGdiDisplayDriver() local
1148 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()
1324 auto* pPlatform = in StretchDIBits() local
[all …]
/external/pdfium/fxjs/
Dcjs_runtime.cpp45 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform; in CJS_Runtime() local
46 if (pPlatform->version <= 2) { in CJS_Runtime()
49 if (pPlatform->version == 2) { in CJS_Runtime()
50 pExternalIsolate = static_cast<v8::Isolate*>(pPlatform->m_isolate); in CJS_Runtime()
51 embedderDataSlot = pPlatform->m_v8EmbedderSlot; in CJS_Runtime()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp419 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) { in getPlatformAndCCSIDFromName() argument
428 *pPlatform=UCNV_IBM; in getPlatformAndCCSIDFromName()
431 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()