HomeSort by relevance Sort by last modified time
    Searched defs:pPlatform (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxge/win32/
fx_win32_dib.cpp 120 CWin32Platform* pPlatform =
122 if (pPlatform->m_GdiplusExt.IsAvailable()) {
126 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
158 CWin32Platform* pPlatform =
160 if (pPlatform->m_GdiplusExt.IsAvailable()) {
161 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 730 CWin32Platform* pPlatform =
732 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR);
987 CWin32Platform* pPlatform =
990 !pPlatform->m_GdiplusExt.IsAvailable()) {
1011 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha)
1014 if (pPlatform->m_GdiplusExt.IsAvailable()) {
    [all...]
  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 65 IPDF_JSPLATFORM* pPlatform = m_pFormFillEnv->GetFormFillInfo()->m_pJsPlatform;
66 if (pPlatform->version <= 2) {
69 if (pPlatform->version == 2) {
70 pExternalIsolate = reinterpret_cast<v8::Isolate*>(pPlatform->m_isolate);
71 embedderDataSlot = pPlatform->m_v8EmbedderSlot;
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 227 LVM_CHAR *pPlatform; /* Pointer to the library platform type */
    [all...]

Completed in 2623 milliseconds