HomeSort by relevance Sort by last modified time
    Searched refs:pContext (Results 76 - 100 of 223) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
werapi.h 138 PVOID pContext,
147 PVOID pContext,
156 PVOID pContext,
167 PVOID pContext
172 PVOID pContext
mpeg2data.h 58 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,DWORD timeout,HANDLE hDoneEvent) PURE;
72 #define ISectionList_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,timeout,hDoneEvent)
125 STDMETHOD_(HRESULT,Initialize)(THIS_ MPEG_REQUEST_TYPE requestType,IMpeg2Data *pMpeg2Data,PMPEG_CONTEXT pContext,PID pid,TID tid,PMPEG2_FILTER pFilter,HANDLE hDataReadyEvent) PURE;
134 #define IMpeg2Stream_Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,hDataReadyEvent) (This)->lpVtbl->Initialize(This,requestType,pMpeg2Data,pContext,pid,tid,pFilter,hDataReadyEvent)
elscore.h 54 LPVOID pContext;
107 LPVOID pContext;
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,
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 75 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
76 if (pContext->GetFormType() == FormType::kXFAForeground) {
78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
98 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
99 if (pContext->GetFormType() != FormType::kXFAForeground)
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
111 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
112 if (pContext->GetFormType() != FormType::kXFAForeground)
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
225 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext()
    [all...]
fpdfformfill.cpp 151 CPDFXFA_Context* pContext = pPage->GetContext();
152 if (!pContext)
154 CPDF_Document* pPDFDoc = pContext->GetPDFDoc();
512 CPDFXFA_Context* pContext = static_cast<CPDFXFA_Context*>(document);
513 if (!pContext->ContainsXFAForm())
524 CPDFXFA_Context* pContext = static_cast<CPDFXFA_Context*>(document);
525 if (!pContext->ContainsXFAForm())
536 CPDFXFA_Context* pContext = static_cast<CPDFXFA_Context*>(document);
537 if (!pContext->ContainsXFAForm())
550 CPDFXFA_Context* pContext = static_cast<CPDFXFA_Context*>(document)
    [all...]
  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 30 bool CGDrawGlyphRun(CGContextRef pContext,
78 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(),
  /external/pdfium/xfa/fxfa/parser/
cxfa_itemlayoutprocessor.h 63 CXFA_LayoutContext* pContext);
132 void DoLayoutPositionedContainer(CXFA_LayoutContext* pContext);
139 CXFA_LayoutContext* pContext,
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 102 @param[in] pContext Context
113 const SPVRTContext * const pContext,
122 @param[in] pContext Context
134 const SPVRTContext * const pContext,
474 @param[in] pContext
480 bool APIInit(const SPVRTContext * const pContext, bool bMakeCopy);
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 76 /*pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan=(pContext->sScan_Encode_Info.ui32NumberMCUsToEncode+pEncContext->i32NumCores-1)/pEncContext->i32NumCores;
77 *pContext->sScan_Encode_Info.aBufferTable[ui8Loop].ui32DataBufferSizeBytes = (DATA_BUFFER_SIZE(pContext->sScan_Encode_Info.ui32NumberMCUsToEncodePerScan) +sizeof(BUFFER_HEADER)) + 3 & ~3;
648 IMG_ERRORCODE Legacy_PrepareHeader(LEGACY_JPEG_ENCODER_CONTEXT * pContext, IMG_CODED_BUFFER *pCBuffer);
649 //IMG_ERRORCODE Legacy_AllocateCodedDataBuffers(LEGACY_JPEG_ENCODER_CONTEXT *pContext);
650 //IMG_ERRORCODE Legacy_host_InitialiseHardware(LEGACY_JPEG_ENCODER_CONTEXT *pContext);
652 //IMG_ERRORCODE Legacy_IMG_JPEG_FreeBuffer(LEGACY_JPEG_ENCODER_CONTEXT * pContext, IMG_CODED_BUFFER **ppCBuffer);
653 //IMG_ERRORCODE Legacy_IMG_JPEG_DeAllocateFrames(LEGACY_JPEG_ENCODER_CONTEXT *pContext,IMG_FRAME_ARRAY **pFrameArray);
655 //IMG_ERRORCODE Legacy_IMG_JPEG_EncoderDeInitialise(LEGACY_JPEG_ENCODER_CONTEXT * pContext);
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ala.h 201 ALA_OpenChannel(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo);
204 ALA_SelectAla(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo);
207 ALA_StoreData(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo);
214 ALA_update_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo), const char *name, const char *dest);
218 tJBL_STATUS GetVer_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo));
245 ALA_update_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo), const char *name);
248 JsblCerId_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo));
253 pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo));
  /external/pdfium/core/fpdfapi/render/
cpdf_imagecacheentry.cpp 89 CPDF_RenderContext* pContext = pRenderStatus->GetContext();
90 CPDF_PageRenderCache* pPageRenderCache = pContext->GetPageCache();
cpdf_progressiverenderer.cpp 21 CPDF_RenderContext* pContext,
25 m_pContext(pContext),
  /external/pdfium/core/fxcrt/xml/
cfx_saxreaderhandler.cpp 13 CFX_SAXReaderHandler::CFX_SAXReaderHandler(CFX_ChecksumContext* pContext)
14 : m_pContext(pContext) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 50 SWR_CONTEXT *pContext = pDC->pContext;
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;
252 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, (SWR_RENDERTARGET_ATTACHMENT)rt, true, numSamples, pClear->renderTargetArrayIndex);
265 HOTTILE *pHotTile = pContext->pHotTileMgr->GetHotTile(pContext, pDC, macroTile, SWR_ATTACHMENT_DEPTH, true, numSamples, pClear- (…)
    [all...]
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/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 68 CPDFXFA_Page(CPDFXFA_Context* pContext, int page_index);
  /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)));
cjs_runtime.h 37 void ReleaseEventContext(IJS_EventContext* pContext) override;
  /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);
  /hardware/nxp/nfc/halimpl/tml/
phOsalNfc_Timer.cc 125 ** pContext - caller context, to be passed to the application
139 void* pContext) {
161 pTimerHandle->pContext = pContext;
326 pTimerHandle->pContext);
  /hardware/nxp/secure_element/ls_client/inc/
LsLib.h 159 static LSCSTATUS LSC_OpenChannel(Lsc_ImageInfo_t* pContext, LSCSTATUS status,
173 static LSCSTATUS LSC_SelectLsc(Lsc_ImageInfo_t* pContext, LSCSTATUS status,
188 static LSCSTATUS LSC_StoreData(Lsc_ImageInfo_t* pContext, LSCSTATUS status,
215 LSCSTATUS (*seq_handler[])(Lsc_ImageInfo_t* pContext, LSCSTATUS status,

Completed in 1083 milliseconds

1 2 34 5 6 7 8 9