Searched defs:pContext (Results 1 - 25 of 49) sorted by relevance

12

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3char.cpp20 bool CPDF_Type3Char::LoadBitmap(CPDF_RenderContext* pContext) { argument
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_progressiverenderer.cpp18 CPDF_RenderContext* pContext,
22 m_pContext(pContext),
17 CPDF_ProgressiveRenderer( CPDF_RenderContext* pContext, CFX_RenderDevice* pDevice, const CPDF_RenderOptions* pOptions) argument
H A Dcpdf_devicebuffer.cpp22 bool CPDF_DeviceBuffer::Initialize(CPDF_RenderContext* pContext, argument
28 m_pContext = pContext;
H A Dcpdf_imagecacheentry.cpp97 CPDF_RenderContext* pContext = m_pRenderStatus->GetContext(); local
98 CPDF_PageRenderCache* pPageRenderCache = pContext->GetPageCache();
H A Dcpdf_scaledrenderbuffer.cpp21 bool CPDF_ScaledRenderBuffer::Initialize(CPDF_RenderContext* pContext, argument
31 m_pContext = pContext;
/external/icu/icu4c/source/common/
H A Dcmemory.c33 static const void *pContext; variable
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;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTBackground.cpp89 @Input pContext A pointer to a PVRTContext
95 EPVRTError CPVRTBackground::Init(const SPVRTContext * const pContext, bool bRotate, CPVRTString *pszError) argument
97 PVRT_UNREFERENCED_PARAMETER(pContext);
H A DPVRTShader.cpp170 @Input pContext Context
183 const SPVRTContext* const pContext,
186 PVRT_UNREFERENCED_PARAMETER(pContext);
177 PVRTShaderLoadFromFile( const char* const pszBinFile, const char* const pszSrcFile, const GLenum Type, const GLenum Format, GLuint* const pObject, CPVRTString* const pReturnError, const SPVRTContext* const pContext, const char* const* aszDefineArray, GLuint uiDefArraySize) argument
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp104 std::unique_ptr<CPDF_PageRenderContext> pContext) {
105 m_pRenderContext = std::move(pContext);
103 SetRenderContext( std::unique_ptr<CPDF_PageRenderContext> pContext) argument
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.cpp107 CPDF_RenderContext* pContext,
146 if (pContext) {
147 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
157 CPDF_RenderContext* pContext,
164 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, false,
168 DisplayPass(pPage, pDevice, pContext, bPrinting, pUser2Device, true,
174 CPDF_RenderContext* pContext,
181 DisplayAnnots(pPage, nullptr, pContext, bPrinting, pMatrix, dwAnnotFlags,
105 DisplayPass(CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pMatrix, bool bWidgetPass, CPDF_RenderOptions* pOptions, FX_RECT* clip_rect) argument
155 DisplayAnnots(CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pUser2Device, uint32_t dwAnnotFlags, CPDF_RenderOptions* pOptions, FX_RECT* pClipRect) argument
173 DisplayAnnots(CPDF_Page* pPage, CPDF_RenderContext* pContext, bool bPrinting, const CFX_Matrix* pMatrix, bool bShowWidget, CPDF_RenderOptions* pOptions) argument
H A Dcpdf_annot.cpp387 CPDF_RenderContext* pContext,
405 pContext->AppendLayer(pForm, &matrix);
386 DrawInContext(const CPDF_Page* pPage, CPDF_RenderContext* pContext, const CFX_Matrix* pUser2Device, AppearanceMode mode) argument
/external/pdfium/core/fxge/apple/
H A Dfx_apple_platform.cpp28 bool CGDrawGlyphRun(CGContextRef pContext, argument
76 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
77 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(),
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp19 CPDFXFA_Page::CPDFXFA_Page(CPDFXFA_Context* pContext, int page_index) argument
21 m_pContext(pContext),
/external/opencv/cxcore/src/
H A Dcxerror.cpp375 CvContext *pContext; local
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/fpdfapi/parser/
H A Dcpdf_crypto_handler.cpp91 AESCryptContext* pContext = FX_Alloc(AESCryptContext, 1); local
92 pContext->m_bIV = true;
93 pContext->m_BlockOffset = 0;
94 CRYPT_AESSetKey(pContext->m_Context, 16, m_EncryptKey, 32, bEncrypt);
97 pContext->m_Block[i] = (uint8_t)rand();
99 CRYPT_AESSetIV(pContext->m_Context, pContext->m_Block);
101 return pContext;
117 AESCryptContext* pContext = FX_Alloc(AESCryptContext, 1); local
118 pContext
129 CRYPT_rc4_context* pContext = FX_Alloc(CRYPT_rc4_context, 1); local
153 AESCryptContext* pContext = reinterpret_cast<AESCryptContext*>(context); local
207 AESCryptContext* pContext = (AESCryptContext*)context; local
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widgethandler.cpp240 CPDFXFA_Context* pContext = pPageView->GetFormFillEnv()->GetXFAContext(); local
241 if (pContext->GetDocType() == DOCTYPE_STATIC_XFA) {
H A Dfpdfsave.cpp79 CPDFXFA_Context* pContext,
81 if (!pContext)
84 if (pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
85 pContext->GetDocType() != DOCTYPE_STATIC_XFA)
88 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
92 CPDF_Document* pPDFDocument = pContext->GetPDFDoc();
222 bool SendPostSaveToXFADoc(CPDFXFA_Context* pContext) { argument
223 if (!pContext)
226 if (pContext->GetDocType() != DOCTYPE_DYNAMIC_XFA &&
227 pContext
78 SaveXFADocumentData( CPDFXFA_Context* pContext, std::vector<CFX_RetainPtr<IFX_SeekableStream>>* fileList) argument
247 SendPreSaveToXFADoc( CPDFXFA_Context* pContext, std::vector<CFX_RetainPtr<IFX_SeekableStream>>* fileList) argument
[all...]
H A Dfpdftext.cpp53 CPDFXFA_Context* pContext = pPage->GetContext(); local
54 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc());
H A Dfsdk_actionhandler.cpp160 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
161 pContext->OnLink_MouseUp(pFormFillEnv);
164 bool bRet = pContext->RunScript(swJS, &csInfo);
165 pRuntime->ReleaseEventContext(pContext);
284 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
286 bool bRet = pContext->RunScript(swJS, &csInfo);
287 pRuntime->ReleaseEventContext(pContext);
323 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
324 pContext->OnBookmark_MouseUp(pBookmark);
327 bool bRet = pContext
478 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
529 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
545 IJS_EventContext* pContext = pRuntime->NewEventContext(); local
[all...]
/external/pdfium/fpdfsdk/javascript/
H A Dcjs_runtime.cpp86 IJS_EventContext* pContext = NewEventContext(); local
88 ReleaseEventContext(pContext);
155 void CJS_Runtime::ReleaseEventContext(IJS_EventContext* pContext) { argument
158 static_cast<CJS_EventContext*>(pContext)));
H A DJS_EventHandler.cpp17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext) argument
18 : m_pJSEventContext(pContext),
H A DPublicMethods.cpp85 void AlertIfPossible(CJS_EventContext* pContext, const FX_WCHAR* swMsg) { argument
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());
1207 CJS_EventContext* pContext = pRuntime->GetCurrentEventContext();
1208 CJS_EventHandler* pEvent = pContext
[all...]
/external/pdfium/fxjs/
H A Dcfxjse_class.cpp407 CFXJSE_Class* CFXJSE_Class::GetClassFromContext(CFXJSE_Context* pContext, argument
409 for (const auto& pClass : pContext->m_rgClasses) {
H A Dcfxjse_context.cpp48 explicit CFXJSE_ScopeUtil_IsolateHandleContext(CFXJSE_Context* pContext) argument
49 : m_context(pContext),
50 m_parent(pContext->m_pIsolate),
51 m_cscope(v8::Local<v8::Context>::New(pContext->m_pIsolate,
52 pContext->m_hContext)) {}
155 CFXJSE_Context* pContext = new CFXJSE_Context(pIsolate); local
159 lpGlobalClassObj = CFXJSE_Class::Create(pContext, lpGlobalClass, true);
181 pContext->m_hContext.Reset(pIsolate, hNewContext);
182 return pContext;
/external/pdfium/xfa/fxfa/app/
H A Dxfa_checksum.cpp95 CXFA_SAXReaderHandler::CXFA_SAXReaderHandler(CXFA_ChecksumContext* pContext) argument
96 : m_pContext(pContext) {

Completed in 294 milliseconds

12