HomeSort by relevance Sort by last modified time
    Searched refs:pContext (Results 101 - 125 of 462) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 64 void SetRenderContext(std::unique_ptr<CPDF_PageRenderContext> pContext);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 22 CPDFXFA_Page(CPDFXFA_Context* pContext, int page_index);
  /external/pdfium/fpdfsdk/
fsdk_define.h 67 void FPDF_RenderPage_Retail(CPDF_PageRenderContext* pContext,
  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 86 IJS_EventContext* pContext = NewEventContext();
88 ReleaseEventContext(pContext);
155 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) {
158 static_cast<CJS_EventContext*>(pContext)));
cjs_runtime.h 38 void ReleaseEventContext(IJS_EventContext* pContext) override;
PublicMethods.cpp 85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) {
86 CPDFSDK_FormFillEnvironment* pFormFillEnv = pContext->GetFormFillEnv();
907 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
908 CJS_EventHandler* pEvent = pContext->GetEventHandler();
925 AlertIfPossible(pContext, sError.c_str());
1108 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1109 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1133 AlertIfPossible(pContext, swMsg.c_str());
    [all...]
  /external/pdfium/xfa/fxfa/
xfa_checksum.h 30 explicit CXFA_SAXReaderHandler(CXFA_ChecksumContext* pContext);
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 63 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
66 // pContext is unused here, so we pass NULL
67 assert(pContext == NULL);
106 void *pContext,
109 // pContext is unused here, so we pass NULL
110 assert(NULL == pContext);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspthrd.h 16 PVOID pContext;
psapi.h 128 typedef WINBOOL (*PENUM_PAGE_FILE_CALLBACKW) (LPVOID pContext,PENUM_PAGE_FILE_INFORMATION pPageFileInfo,LPCWSTR lpFilename);
129 typedef WINBOOL (*PENUM_PAGE_FILE_CALLBACKA) (LPVOID pContext,PENUM_PAGE_FILE_INFORMATION pPageFileInfo,LPCSTR lpFilename);
131 WINBOOL WINAPI EnumPageFilesW (PENUM_PAGE_FILE_CALLBACKW pCallBackRoutine,LPVOID pContext);
132 WINBOOL WINAPI EnumPageFilesA (PENUM_PAGE_FILE_CALLBACKA pCallBackRoutine,LPVOID pContext);
wdspxe.h 96 DWORD PXEAPI PxeProviderRecvRequest(HANDLE hClientRequest,PVOID pPacket,ULONG uPacketLen,PXE_ADDRESS *pLocalAddress,PXE_ADDRESS *pRemoteAddress,PXE_BOOT_ACTION pAction,PVOID pContext);
102 DWORD PXEAPI PxeProviderServiceControl(PVOID pContext,DWORD dwControl);
112 DWORD PXEAPI PxeProviderShutdown(PVOID pContext);
123 DWORD PXEAPI PxeRegisterCallback(HANDLE hProvider,PXE_CALLBACK_TYPE CallbackType,PVOID pCallbackFunction,PVOID pContext);
wsdutil.h 42 IWSDXMLContext *pContext,
  /system/nfc/halimpl/pn54x/common/
phNfcCommon.h 163 void* pContext; /* Parameter to be passed to the callback function */
  /system/nfc/halimpl/pn54x/tml/
phOsalNfc_Timer.c 125 ** pContext - caller context, to be passed to the application
139 void* pContext) {
161 pTimerHandle->pContext = pContext;
326 pTimerHandle->pContext);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 191 typedef void(*PFN_FE_WORK_FUNC)(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pDesc);
386 SWR_CONTEXT* pContext;
515 #define AR_WORKER_CTX pContext->pArContext[workerId]
516 #define AR_API_CTX pContext->pArContext[pContext->NumWorkerThreads]
  /external/pdfium/core/fxcrt/
fx_extension.cpp 549 FX_MTRANDOMCONTEXT* pContext = FX_Alloc(FX_MTRANDOMCONTEXT, 1);
550 pContext->mt[0] = dwSeed;
551 uint32_t& i = pContext->mti;
552 uint32_t* pBuf = pContext->mt;
556 pContext->bHaveSeed = true;
557 return pContext;
559 uint32_t FX_Random_MT_Generate(void* pContext) {
560 ASSERT(pContext);
561 FX_MTRANDOMCONTEXT* pMTC = static_cast<FX_MTRANDOMCONTEXT*>(pContext);
590 void FX_Random_MT_Close(void* pContext) {
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 157 const void * pContext,
185 void * pContext
250 void * pContext,
274 void * pContext
727 void * pContext,
751 void * pContext
838 void * pContext,
854 void * pContext
    [all...]

Completed in 1658 milliseconds

1 2 3 45 6 7 8 91011>>