Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp59 IPDF_JSPLATFORM* pPlatform = m_pApp->GetFormFillInfo()->m_pJsPlatform; local
60 if (pPlatform->version <= 2) {
63 if (pPlatform->version == 2) {
64 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
65 embedderDataSlot = pPlatform->m_v8EmbedderSlot;
71 IPDF_JSPLATFORM* pPlatform = m_pApp->GetFormFillInfo()->m_pJsPlatform;
72 if (pPlatform->version <= 2) {
75 if (pPlatform->version == 2) {
76 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
77 embedderDataSlot = pPlatform->m_v8EmbedderSlot;
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp118 CWin32Platform* pPlatform = in LoadFromFile() local
120 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadFromFile()
124 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadFromFile()
151 CWin32Platform* pPlatform = in LoadDIBitmap() local
153 if (pPlatform->m_GdiplusExt.IsAvailable()) { in LoadDIBitmap()
154 return pPlatform->m_GdiplusExt.LoadDIBitmap(args); in LoadDIBitmap()
Dfx_win32_device.cpp477 CWin32Platform* pPlatform = in CGdiDeviceDriver() local
479 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR); in CGdiDeviceDriver()
856 CWin32Platform* pPlatform = in DrawPath() local
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()
1039 CWin32Platform* pPlatform = in CGdiDisplayDriver() local
1041 if (pPlatform->m_GdiplusExt.IsAvailable()) { in CGdiDisplayDriver()
1228 CWin32Platform* pPlatform = in StretchDIBits() local
[all …]
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp405 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) { in getPlatformAndCCSIDFromName() argument
414 *pPlatform=UCNV_IBM; in getPlatformAndCCSIDFromName()
417 *pPlatform=UCNV_UNKNOWN; in getPlatformAndCCSIDFromName()