OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPlatform
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp
118
CWin32Platform*
pPlatform
=
120
if (
pPlatform
->m_GdiplusExt.IsAvailable()) {
124
return
pPlatform
->m_GdiplusExt.LoadDIBitmap(args);
151
CWin32Platform*
pPlatform
=
153
if (
pPlatform
->m_GdiplusExt.IsAvailable()) {
154
return
pPlatform
->m_GdiplusExt.LoadDIBitmap(args);
fx_win32_device.cpp
477
CWin32Platform*
pPlatform
=
479
SetStretchBltMode(hDC,
pPlatform
->m_bHalfTone ? HALFTONE : COLORONCOLOR);
856
CWin32Platform*
pPlatform
=
859
!
pPlatform
->m_GdiplusExt.IsAvailable()) {
881
if (!
pPlatform
->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
884
if (
pPlatform
->m_GdiplusExt.IsAvailable()) {
893
if (
pPlatform
->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix,
[
all
...]
/external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp
59
IPDF_JSPLATFORM*
pPlatform
= m_pApp->GetFormFillInfo()->m_pJsPlatform;
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
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h
227
LVM_CHAR *
pPlatform
; /* Pointer to the library platform type */
[
all
...]
Completed in 128 milliseconds