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

  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 124 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
125 if (pPlatform->m_GdiplusExt.IsAvailable()) {
129 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
161 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
162 if (pPlatform->m_GdiplusExt.IsAvailable()) {
163 return pPlatform->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp 430 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
431 SetStretchBltMode(hDC, pPlatform->m_bHalfTone ? HALFTONE : COLORONCOLOR);
760 CWin32Platform* pPlatform = (CWin32Platform*)CFX_GEModule::Get()->GetPlatformData();
761 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) {
778 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
781 if (pPlatform->m_GdiplusExt.IsAvailable()) {
787 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...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 414 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) {
423 *pPlatform=UCNV_IBM;
426 *pPlatform=UCNV_UNKNOWN;
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 414 getPlatformAndCCSIDFromName(const char *name, int8_t *pPlatform, int32_t *pCCSID) {
423 *pPlatform=UCNV_IBM;
426 *pPlatform=UCNV_UNKNOWN;

Completed in 248 milliseconds