HomeSort by relevance Sort by last modified time
    Searched defs:pContext (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/pdfium/fpdfsdk/
fpdf_progressive.cpp 50 CPDF_PageRenderContext* pContext = pOwnedContext.get();
56 pContext->m_pDevice = std::move(pOwnedDevice);
60 FPDF_RenderPage_Retail(pContext, page, start_x, start_y, size_x, size_y,
67 if (pContext->m_pRenderer) {
69 pContext->m_pRenderer->GetStatus());
83 CPDF_PageRenderContext* pContext = pPage->GetRenderContext();
84 if (pContext && pContext->m_pRenderer) {
86 pContext->m_pRenderer->Continue(&IPauseAdapter);
88 CFX_RenderDevice* pDevice = pContext->m_pDevice.get()
    [all...]
cpdfsdk_widgethandler.cpp 245 CPDFXFA_Context* pContext = pPageView->GetFormFillEnv()->GetXFAContext();
246 if (pContext->GetFormType() == FormType::kXFAForeground) {
fpdftext.cpp 55 CPDFXFA_Context* pContext = pPage->GetContext();
56 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc());
fsdk_actionhandler.cpp 162 IJS_EventContext* pContext = pRuntime->NewEventContext();
163 pContext->OnLink_MouseUp(pFormFillEnv);
166 bool bRet = pContext->RunScript(swJS, &csInfo);
167 pRuntime->ReleaseEventContext(pContext);
286 IJS_EventContext* pContext = pRuntime->NewEventContext();
288 bool bRet = pContext->RunScript(swJS, &csInfo);
289 pRuntime->ReleaseEventContext(pContext);
325 IJS_EventContext* pContext = pRuntime->NewEventContext();
326 pContext->OnBookmark_MouseUp(pBookmark);
329 bool bRet = pContext->RunScript(swJS, &csInfo)
    [all...]
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 56 CTSEffectsContext *pContext = new CTSEffectsContext;
58 pContext->mItfe = &gCTSEffectInterface;
60 *pHandle = (effect_handle_t)pContext;
67 CTSEffectsContext * pContext = (CTSEffectsContext *)handle;
69 if (pContext == NULL) {
72 delete pContext;
105 CTSEffectsContext * pContext = (CTSEffectsContext *)self;
107 if (pContext == NULL) {
123 memcpy(&pContext->mConfig, pCmdData, cmdSize);
131 memcpy(pReplyData, &pContext->mConfig, *replySize)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h 47 SWR_CONTEXT *pContext;
62 void CreateThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool);
63 void StartThreadPool(SWR_CONTEXT* pContext, THREAD_POOL* pPool);
64 void DestroyThreadPool(SWR_CONTEXT *pContext, THREAD_POOL *pPool);
67 void WorkOnFifoFE(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawFE);
68 bool WorkOnFifoBE(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawBE, TileSet &usedTiles, uint32_t numaNode, uint32_t numaMask);
69 void WorkOnCompute(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawBE);
70 int32_t CompleteDrawContext(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC);
clip.cpp 184 SWR_CONTEXT *pContext = pDC->pContext;
193 SWR_CONTEXT *pContext = pDC->pContext;
201 SWR_CONTEXT *pContext = pDC->pContext;
api.cpp 51 void SetupDefaultState(SWR_CONTEXT *pContext);
58 void WakeAllThreads(SWR_CONTEXT *pContext)
60 pContext->FifosNotEmpty.notify_all();
74 SWR_CONTEXT *pContext = new (pContextMem) SWR_CONTEXT();
76 pContext->privateStateSize = pCreateInfo->privateStateSize;
78 pContext->dcRing.Init(KNOB_MAX_DRAWS_IN_FLIGHT);
79 pContext->dsRing.Init(KNOB_MAX_DRAWS_IN_FLIGHT);
81 pContext->pMacroTileManagerArray = (MacroTileMgr*)AlignedMalloc(sizeof(MacroTileMgr) * KNOB_MAX_DRAWS_IN_FLIGHT, 64);
82 pContext->pDispatchQueueArray = (DispatchQueue*)AlignedMalloc(sizeof(DispatchQueue) * KNOB_MAX_DRAWS_IN_FLIGHT, 64);
86 pContext->dcRing[dc].pArena = new CachingArena(pContext->cachingArenaAllocator)
    [all...]
frontend.cpp 53 /// @param pContext - pointer to SWR context.
59 SWR_CONTEXT *pContext,
74 /// @param pContext - pointer to SWR context.
79 SWR_CONTEXT *pContext,
91 uint32_t numNumaNodes = pContext->threadPool.numaMask + 1;
93 for (uint32_t i = 0; i < pContext->threadPool.numThreads; ++i)
104 /// @param pContext - pointer to SWR context.
110 SWR_CONTEXT *pContext,
141 /// @param pContext - pointer to SWR context.
147 SWR_CONTEXT *pContext,
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_imagecacheentry.cpp 89 CPDF_RenderContext* pContext = pRenderStatus->GetContext();
90 CPDF_PageRenderCache* pPageRenderCache = pContext->GetPageCache();
  /external/icu/icu4c/source/common/
cmemory.cpp 33 static const void *pContext;
80 return (*pAlloc)(pContext, s);
99 (*pFree)(pContext, buffer);
106 return (*pRealloc)(pContext, buffer, size);
121 (*pFree)(pContext, buffer);
149 pContext = context;
157 pContext = NULL;
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 58 EffectContext* pContext;
64 pContext = new EffectContext;
65 pContext->sessionId = sessionId;
66 pContext->ioId = ioId;
67 pContext->uuid = *uuid;
68 pContext->common_itfe = &gEffectInterface;
72 pContext->eHandle[SUB_FX_HOST] = pContext->eHandle[SUB_FX_OFFLOAD] = NULL;
78 pContext->sube = new sub_effect_entry_t*[SUB_FX_COUNT];
79 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT]
    [all...]
  /hardware/nxp/nfc/halimpl/utils/
phNxpNciHal_utils.h 49 void* pContext;
84 void* pContext);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcall.h 50 MSPSTREAMCONTEXT *pContext;
51 WINBOOL operator ==(struct _THREADPOOLWAITBLOCK &t) { return ((hWaitHandle==t.hWaitHandle) && (pContext==t.pContext)); }
59 static VOID NTAPI DispatchGraphEvent(VOID *pContext,BOOLEAN bFlag);
60 virtual VOID HandleGraphEvent(MSPSTREAMCONTEXT *pContext);
mspthrd.h 16 PVOID pContext;
  /external/opencv/cxcore/src/
cxerror.cpp 375 CvContext *pContext;
385 pContext = icvCreateContext();
386 if( pContext == NULL)
388 TlsSetValue( g_TlsIndex, (LPVOID)pContext );
394 pContext = (CvContext*)TlsGetValue( g_TlsIndex );
395 if( pContext != NULL )
396 icvDestroyContext( pContext );
403 pContext = (CvContext*)TlsGetValue( g_TlsIndex );
404 if( pContext != NULL )
405 icvDestroyContext( pContext );
    [all...]
  /external/pdfium/core/fxcrt/
fx_random.cpp 85 MTContext* pContext = FX_Alloc(MTContext, 1);
86 uint32_t* pBuf = pContext->mt;
91 pContext->mti = MT_N;
92 return pContext;
95 uint32_t FX_Random_MT_Generate(void* pContext) {
96 MTContext* pMTC = static_cast<MTContext*>(pContext);
122 void FX_Random_MT_Close(void* pContext) {
123 FX_Free(pContext);
127 void* pContext = ContextFromNextGlobalSeed();
129 *pBuffer++ = FX_Random_MT_Generate(pContext);
    [all...]
  /external/pdfium/fxjs/
cjs_runtime.cpp 97 IJS_EventContext* pContext = NewEventContext();
99 ReleaseEventContext(pContext);
165 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) {
168 static_cast<CJS_EventContext*>(pContext)));
cfxjse_context.cpp 95 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext)
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);
165 CFXJSE_Class::Create(pContext.get(), pGlobalClass, true);
187 pContext->m_hContext.Reset(pIsolate, hNewContext);
188 return pContext;
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 70 void LE_reset(LoudnessEnhancerContext *pContext)
72 ALOGV(" > LE_reset(%p)", pContext);
74 if (pContext->mCompressor != NULL) {
75 float targetAmp = pow(10, pContext->mTargetGainmB/2000.0f); // mB to linear amplification
76 ALOGV("LE_reset(): Target gain=%dmB <=> factor=%.2fX", pContext->mTargetGainmB, targetAmp);
77 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
79 ALOGE("LE_reset(%p): null compressors, can't apply target gain", pContext);
96 // pContext: effect engine context
104 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_jpeg.c 553 TOPAZSC_JPEG_ENCODER_CONTEXT *pContext = ctx->jpeg_ctx;
562 ui32RemainMCUs = pContext->sScan_Encode_Info.ui32NumberMCUsToEncode;
564 for (ui16BCnt = 0; ui16BCnt < pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers
565 && pContext->sScan_Encode_Info.ui16SScan > 0; ui16BCnt++) {
566 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].ui16ScanNumber =
567 pContext->sScan_Encode_Info.ui16SScan--;
568 if (pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers < 2 ||
569 pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers > PNW_JPEG_MAX_SCAN_NUM) {
575 pContext->sScan_Encode_Info.aBufferTable[ui16BCnt].i8MTXNumber =
576 (aui32_jpg_mtx_num[pContext->sScan_Encode_Info.ui8NumberOfCodedBuffers - 1
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 125 AESCryptContext* pContext = FX_Alloc(AESCryptContext, 1);
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);
152 pContext->m_bIV = true
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 110 auto* pContext =
112 if (!pContext)
133 if (!pContext->m_pDelegate->PngReadHeader(width, height, bpc, pass,
135 png_error(pContext->m_pPng, "Read Header Callback Error");
156 png_error(pContext->m_pPng, "Not Support Output Palette Now");
182 auto* pContext =
184 if (!pContext)
188 if (!pContext->m_pDelegate->PngAskScanlineBuf(row_num, &src_buf))
194 pContext->m_pDelegate->PngFillScanlineBufCompleted(pass, row_num);
237 bool CCodec_PngModule::Input(Context* pContext,
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 119 int Equalizer_init(EqualizerContext *pContext);
120 int Equalizer_setConfig(EqualizerContext *pContext, effect_config_t *pConfig);
146 EqualizerContext *pContext = new EqualizerContext;
148 pContext->itfe = &gEqualizerInterface;
149 pContext->pEqualizer = NULL;
150 pContext->state = EQUALIZER_STATE_UNINITIALIZED;
152 ret = Equalizer_init(pContext);
155 delete pContext;
159 *pHandle = (effect_handle_t)pContext;
160 pContext->state = EQUALIZER_STATE_INITIALIZED
    [all...]
  /hardware/nxp/nfc/halimpl/common/
phNfcCommon.h 120 void* pContext; /* Parameter to be passed to the callback function */

Completed in 320 milliseconds

1 2 3