Searched defs:pContext (Results 26 - 50 of 66) sorted by relevance

123

/external/pdfium/fpdfsdk/
H A Dfsdk_actionhandler.cpp162 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
163 pContext->OnLink_MouseUp(pFormFillEnv);
166 bool bRet = pContext->RunScript(swJS, &csInfo);
167 pRuntime->ReleaseEventContext(pContext);
286 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
288 bool bRet = pContext->RunScript(swJS, &csInfo);
289 pRuntime->ReleaseEventContext(pContext);
325 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
326 pContext->OnBookmark_MouseUp(pBookmark);
329 bool bRet = pContext
474 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
525 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
541 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
[all...]
H A Dfpdftext.cpp55 CPDFXFA_Context* pContext = pPage->GetContext(); local
56 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc());
H A Dcpdfsdk_interform.cpp287 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
291 pContext->OnField_Calculate(pFormField, pField, sValue, bRC);
294 bool bRet = pContext->RunScript(csJS, &sInfo);
295 pRuntime->ReleaseEventContext(pContext);
328 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
329 pContext->OnField_Format(pFormField, Value, true);
331 bool bRet = pContext->RunScript(script, &sInfo);
332 pRuntime->ReleaseEventContext(pContext);
H A Dcpdfsdk_widget.cpp75 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
76 if (pContext->GetFormType() == FormType::kXFAForeground) {
78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
98 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
99 if (pContext->GetFormType() != FormType::kXFAForeground)
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
111 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
112 if (pContext->GetFormType() != FormType::kXFAForeground)
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
225 CPDFXFA_Context* pContext local
332 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
346 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
511 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext(); local
971 CPDFXFA_Context* pContext = pFormFillEnv->GetXFAContext(); local
[all...]
/external/pdfium/fxjs/
H A Dcfxjse_context.cpp95 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) argument
96 : m_context(pContext),
97 m_parent(pContext->m_pIsolate),
98 m_cscope(v8::Local<v8::Context>::New(pContext->m_pIsolate,
99 pContext->m_hContext)) {}
161 auto pContext = pdfium::MakeUnique<CFXJSE_Context>(pIsolate); local
165 CFXJSE_Class::Create(pContext.get(), pGlobalClass, true);
187 pContext->m_hContext.Reset(pIsolate, hNewContext);
188 return pContext;
H A Dcjs_runtime.cpp97 IJS_EventContext* pContext = NewEventContext(); local
99 ReleaseEventContext(pContext);
165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { argument
168 static_cast<CJS_EventContext*>(pContext)));
H A Dcjs_app.cpp408 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
409 pContext->OnExternal_Exec();
411 pContext->RunScript(wsScript, &wtInfo);
412 pRuntime->ReleaseEventContext(pContext);
H A Dcjs_eventhandler.cpp17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext) argument
18 : m_pJSEventContext(pContext),
H A Dcjs_publicmethods.cpp80 void AlertIfPossible(CJS_EventContext* pContext, const wchar_t* swMsg) { argument
81 CPDFSDK_FormFillEnvironment* pFormFillEnv = pContext->GetFormFillEnv();
978 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
979 CJS_EventHandler* pEvent = pContext->GetEventHandler();
996 AlertIfPossible(pContext, sError.c_str());
1151 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1152 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1174 AlertIfPossible(pContext, swMsg.c_str());
1228 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); local
1229 CJS_EventHandler* pEvent = pContext
1654 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); local
1671 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext(); local
[all...]
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_crypto_handler.cpp125 AESCryptContext* pContext = FX_Alloc(AESCryptContext, 1); local
126 pContext->m_bIV = true;
127 pContext->m_BlockOffset = 0;
128 CRYPT_AESSetKey(&pContext->m_Context, 16, m_EncryptKey, 32, bEncrypt);
131 pContext->m_Block[i] = (uint8_t)rand();
133 CRYPT_AESSetIV(&pContext->m_Context, pContext->m_Block);
135 return pContext;
151 AESCryptContext* pContext = FX_Alloc(AESCryptContext, 1); local
152 pContext
163 CRYPT_rc4_context* pContext = FX_Alloc(CRYPT_rc4_context, 1); local
187 AESCryptContext* pContext = reinterpret_cast<AESCryptContext*>(context); local
241 AESCryptContext* pContext = (AESCryptContext*)context; local
[all...]
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.cpp378 CPDF_RenderContext* pContext,
396 pContext->AppendLayer(pForm, &matrix);
377 DrawInContext(const CPDF_Page* pPage, CPDF_RenderContext* pContext, const CFX_Matrix* pUser2Device, AppearanceMode mode) argument
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
H A DAla.cpp53 tJBL_STATUS (*ls_GetStatus_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
62 tJBL_STATUS (*Applet_load_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
71 tJBL_STATUS (*Jsblcer_id_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
282 tJBL_STATUS JsblCerId_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo)) argument
386 pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo))
421 pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo))
457 (Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t*
460 tJBL_STATUS ALA_update_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo), const char *name) argument
385 GetVer_seq_handler(tJBL_STATUS (seq_handler[])Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo)) argument
420 GetLsStatus_seq_handler(tJBL_STATUS (seq_handler[])Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo)) argument
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Dthreads.cpp248 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGroup=false) argument
251 if (pContext->threadInfo.MAX_WORKER_THREADS && bindProcGroup == false)
278 if (!pContext->threadInfo.MAX_WORKER_THREADS)
299 uint32_t GetEnqueuedDraw(SWR_CONTEXT *pContext) argument
301 return pContext->dcRing.GetHead();
305 DRAW_CONTEXT *GetDC(SWR_CONTEXT *pContext, uint32_t drawId) argument
307 return &pContext->dcRing[(drawId-1) % KNOB_MAX_DRAWS_IN_FLIGHT];
320 bool CheckDependency(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t lastRetiredDraw) argument
325 bool CheckDependencyFE(SWR_CONTEXT *pContext, DRAW_CONTEXT *pDC, uint32_t lastRetiredDraw) argument
332 INLINE void UpdateClientStats(SWR_CONTEXT* pContext, uint32_ argument
355 ExecuteCallbacks(SWR_CONTEXT* pContext, uint32_t workerId, DRAW_CONTEXT* pDC) argument
368 CompleteDrawContextInl(SWR_CONTEXT* pContext, uint32_t workerId, DRAW_CONTEXT* pDC) argument
397 CompleteDrawContext(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC) argument
402 FindFirstIncompleteDraw(SWR_CONTEXT* pContext, uint32_t workerId, uint32_t& curDrawBE, uint32_t& drawEnqueued) argument
447 WorkOnFifoBE( SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawBE, TileSet& lockedTiles, uint32_t numaNode, uint32_t numaMask) argument
581 CompleteDrawFE(SWR_CONTEXT* pContext, uint32_t workerId, DRAW_CONTEXT* pDC) argument
617 WorkOnFifoFE(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawFE) argument
670 WorkOnCompute( SWR_CONTEXT *pContext, uint32_t workerId, uint32_t& curDrawBE) argument
718 SWR_CONTEXT *pContext = pThreadData->pContext; local
839 CreateThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool) argument
[all...]
H A Dbackend.cpp50 SWR_CONTEXT *pContext = pDC->pContext; local
71 csContext.pTGSM = pContext->ppScratch[workerId];
207 HOTTILE *pHotTile = pDC->pContext->pHotTileMgr->GetHotTile(pDC->pContext, pDC, macroTile, rt, true, numSamples, renderTargetArrayIndex);
232 SWR_CONTEXT *pContext = pDC->pContext; local
252 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, (SWR_RENDERTARGET_ATTACHMENT)rt, true, numSamples, pClear->renderTargetArrayIndex);
265 HOTTILE *pHotTile = pContext
333 SWR_CONTEXT *pContext = pDC->pContext; local
403 SWR_CONTEXT *pContext = pDC->pContext; local
457 SWR_CONTEXT *pContext = pDC->pContext; local
652 SWR_CONTEXT *pContext = pDC->pContext; local
869 SWR_CONTEXT *pContext = pDC->pContext; local
1066 SWR_CONTEXT *pContext = pDC->pContext; local
[all...]
H A Dclip.h466 SWR_CONTEXT* pContext = pa.pDC->pContext; local
/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_creator.cpp115 void* pContext = FX_Random_MT_Start(dwSeed1); local
117 *pBuffer++ = FX_Random_MT_Generate(pContext);
119 FX_Random_MT_Close(pContext);
120 pContext = FX_Random_MT_Start(dwSeed2);
122 *pBuffer++ = FX_Random_MT_Generate(pContext);
124 FX_Random_MT_Close(pContext);
/external/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp491 bool CCodec_TiffModule::LoadFrameInfo(Context* pContext, argument
498 auto* ctx = static_cast<CTiffContext*>(pContext);
502 bool CCodec_TiffModule::Decode(Context* pContext, argument
504 auto* ctx = static_cast<CTiffContext*>(pContext);
H A Dfx_codec_jpeg.cpp369 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); local
370 longjmp(pContext->m_JumpMark, -1);
375 auto* pContext = reinterpret_cast<CJpegContext*>(cinfo->client_data); local
376 pContext->m_SkipSize = (unsigned int)(num - cinfo->src->bytes_in_buffer);
421 auto* pContext = new CJpegContext(); local
422 if (setjmp(pContext->m_JumpMark) == -1)
425 jpeg_create_decompress(&pContext->m_Info);
426 pContext->m_Info.src = &pContext->m_SrcMgr;
427 pContext
431 Input(Context* pContext, const unsigned char* src_buf, uint32_t src_size) argument
450 ReadHeader(Context* pContext, int* width, int* height, int* nComps, CFX_DIBAttribute* pAttribute) argument
477 StartScanline(Context* pContext, int down_scale) argument
483 ReadScanline(Context* pContext, unsigned char* dest_buf) argument
490 GetAvailInput(Context* pContext, uint8_t** avail_buf_ptr) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp189 CXFA_TextParseContext* pContext = it->second.get();
190 if (!pContext)
193 pContext->m_pParentStyle.Reset(pParentStyle);
200 m_pSelector->ComputeStyle(pContext->GetDecls(),
378 CXFA_TextParseContext* pContext = it->second.get(); local
379 if (pContext && pContext->m_pParentStyle &&
380 pContext->m_pParentStyle->GetCustomStyle(
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTPFXParserAPI.cpp901 @Input pContext
904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext) argument
906 m_psContext = pContext;
H A DPVRTPrint3DAPI.cpp354 bool CPVRTPrint3D::APIInit(const SPVRTContext * const pContext, bool bMakeCopy) argument
356 PVRT_UNREFERENCED_PARAMETER(pContext);
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTPrint3D.cpp319 @param[in] pContext Context
332 const SPVRTContext * const pContext,
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy);
364 @param[in] pContext Context
379 const SPVRTContext * const pContext,
438 if(!APIInit(pContext, bMakeCopy))
331 SetTextures( const SPVRTContext * const pContext, const unsigned int dwScreenX, const unsigned int dwScreenY, const bool bRotate, const bool bMakeCopy) argument
378 SetTextures( const SPVRTContext * const pContext, const void * const pTexData, const unsigned int dwScreenX, const unsigned int dwScreenY, const bool bRotate, const bool bMakeCopy) argument
H A DPVRTShadowVol.cpp375 @Input pContext A struct for API specific data
381 const SPVRTContext * const pContext)
390 _ASSERT(pContext && pContext->pglExt);
392 if(!pContext || !pContext->pglExt)
397 PVRT_UNREFERENCED_PARAMETER(pContext);
418 hRes = pContext->pDev->CreateBuffer(&sVBBufferDesc, NULL, &psMesh->pivb) != S_OK;
428 pContext->pDev->GetImmediateContext(&pDeviceContext);
441 _ASSERT(pContext
379 PVRTShadowVolMeshInitMesh( PVRTShadowVolShadowMesh * const psMesh, const SPVRTContext * const pContext) argument
492 PVRTShadowVolMeshInitVol( PVRTShadowVolShadowVol * const psVol, const PVRTShadowVolShadowMesh * const psMesh, const SPVRTContext * const pContext) argument
614 PVRTShadowVolSilhouetteProjectedBuild( PVRTShadowVolShadowVol * const psVol, const unsigned int dwVisFlags, const PVRTShadowVolShadowMesh * const psMesh, const PVRTVec3 * const pvLightModel, const bool bPointLight, const SPVRTContext * const pContext) argument
635 PVRTShadowVolSilhouetteProjectedBuild( PVRTShadowVolShadowVol * const psVol, const unsigned int dwVisFlags, const PVRTShadowVolShadowMesh * const psMesh, const PVRTVECTOR3 * const pvLightModel, const bool bPointLight, const SPVRTContext * const pContext) argument
1267 PVRTShadowVolSilhouetteProjectedRender( const PVRTShadowVolShadowMesh * const psMesh, const PVRTShadowVolShadowVol * const psVol, const SPVRTContext * const pContext) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c1326 const void *pContext = &cbInfo; local
1330 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);
1333 TEST_ASSERT(pContext == NULL);
1345 uregex_getMatchCallback(re, &returnedFn, &pContext, &status);
1347 TEST_ASSERT(pContext == &cbInfo);
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp42 CPDFXFA_DocEnvironment::CPDFXFA_DocEnvironment(CPDFXFA_Context* pContext) argument
43 : m_pContext(pContext) {
999 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); local
1001 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext);
1015 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext(); local
1017 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext);

Completed in 569 milliseconds

123