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

  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 115 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
116 if (pPlatform->m_GdiplusExt.IsAvailable()) {
120 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
148 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
149 if (pPlatform->m_GdiplusExt.IsAvailable()) {
150 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 420 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
421 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR);
771 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
772 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) {
789 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
792 if (pPlatform->m_GdiplusExt.IsAvailable()) {
798 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 227 LVM_CHAR *pPlatform; /* Pointer to the library platform type */
    [all...]

Completed in 218 milliseconds