Searched refs:pContext (Results 1 - 25 of 114) sorted by relevance

12345

/external/pdfium/fpdfsdk/src/
H A Dfpdf_progressive.cpp35 CRenderContext* pContext = FX_NEW CRenderContext; local
36 pPage->SetPrivateData((void*)1, pContext, DropContext );
38 pContext->m_pDevice = FX_NEW CFX_SkiaDevice;
40 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
42 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
44 pContext->m_pDevice = FX_NEW CFX_FxgeDevice;
46 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap,0,TRUE);
48 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)bitmap);
53 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,FALSE, &IPauseAdapter);
56 Func_RenderPage(pContext, pag
85 CRenderContext * pContext = (CRenderContext*)pPage->GetPrivateData((void*)1); local
106 CRenderContext * pContext = (CRenderContext*)pPage->GetPrivateData((void*)1); local
[all...]
H A Dfpdfview.cpp429 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
445 CRenderContext* pContext = FX_NEW CRenderContext; local
446 pPage->SetPrivateData((void*)1, pContext, DropContext);
459 pContext->m_pDevice = FX_NEW CFX_SkiaDevice;
460 ((CFX_SkiaDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)pBitmap);
462 pContext->m_pDevice = FX_NEW CFX_FxgeDevice;
463 ((CFX_FxgeDevice*)pContext->m_pDevice)->Attach((CFX_DIBitmap*)pBitmap);
467 pContext->m_pDevice = FX_NEW CFX_WindowsDevice(dc);
469 Func_RenderPage(pContext, page, start_x, start_y, size_x, size_y, rotate, flags,TRUE,NULL);
472 Func_RenderPage(pContext, pag
612 CRenderContext* pContext = FX_NEW CRenderContext; local
779 FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags,FX_BOOL bNeedToRestore, IFSDK_PAUSE_Adapter * pause ) argument
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A Devent.cpp61 CJS_Context* pContext = (CJS_Context*)cc; local
62 ASSERT(pContext != NULL);
63 CJS_EventHandler* pEvent = pContext->GetEventHandler();
83 CJS_Context* pContext = (CJS_Context*)cc;
84 ASSERT(pContext != NULL);
85 CJS_EventHandler* pEvent = pContext->GetEventHandler();
96 CJS_Context* pContext = (CJS_Context*)cc;
97 ASSERT(pContext != NULL);
98 CJS_EventHandler* pEvent = pContext->GetEventHandler();
107 CJS_Context* pContext local
169 CJS_Context* pContext = (CJS_Context*)cc; local
228 CJS_Context* pContext = (CJS_Context*)cc; local
252 CJS_Context* pContext = (CJS_Context*)cc; local
343 CJS_Context* pContext = (CJS_Context*)cc; local
[all...]
H A Dapp.cpp22 CJS_Context* pContext = (CJS_Context *)cc; local
23 ASSERT(pContext != NULL);
25 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
142 CJS_Context* pContext = (CJS_Context *)cc; local
143 ASSERT(pContext != NULL);
145 CPDFDoc_Environment* pApp = pContext->GetReaderApp();
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
151 CPDFSDK_Document* pCurDoc = pContext->GetReaderDocument();
174 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime,L"Document"));
203 CJS_Context* pContext local
442 CJS_Context* pContext = (CJS_Context*)cc; local
458 CJS_Context* pContext = (CJS_Context*)cc; local
511 CJS_Context* pContext = (CJS_Context*)cc; local
560 CJS_Context* pContext = (CJS_Context*)cc; local
605 CJS_Context* pContext = (CJS_Context*)cc; local
653 CJS_Context* pContext = (CJS_Context*)cc; local
730 IFXJS_Context* pContext = pRuntime->NewContext(); local
763 CJS_Context* pContext = (CJS_Context*)cc; local
921 CJS_Context* pContext = (CJS_Context *)cc; local
1099 CJS_Context* pContext = (CJS_Context *)cc; local
[all...]
H A DPublicMethods.cpp24 CJS_Context* pContext = (CJS_Context *)cc; local
25 ASSERT(pContext != NULL);
27 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
1067 CJS_Context* pContext = (CJS_Context *)cc; local
1068 ASSERT(pContext != NULL);
1069 CJS_EventHandler* pEvent = pContext->GetEventHandler();
1074 sError = JSGetStringFromID(pContext, IDS_STRING_JSPARAMERROR);
1274 CJS_Context* pContext = (CJS_Context *)cc; local
1275 ASSERT(pContext != NULL);
1276 CJS_EventHandler* pEvent = pContext
1407 CJS_Context* pContext = (CJS_Context *)cc; local
1531 CJS_Context* pContext = (CJS_Context *)cc; local
1640 CJS_Context* pContext = (CJS_Context *)cc; local
1680 CJS_Context* pContext = (CJS_Context*)cc; local
[all...]
H A DJS_Object.cpp32 if (CJS_Context* pContext = (CJS_Context *)cc)
34 if (pContext->GetReaderDocument())
63 void CJS_EmbedObj::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
65 CJS_Object::Alert(pContext, swMsg);
133 void CJS_Object::Alert(CJS_Context* pContext, FX_LPCWSTR swMsg) argument
135 ASSERT(pContext != NULL);
137 if (pContext->IsMsgBoxEnabled())
139 CPDFDoc_Environment* pApp = pContext->GetReaderApp();
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Format.h108 void *pContext,
H A DphLibNfc.h397 * \param[in] pContext Context passed in the connect request before.
412 typedef void (*pphLibNfc_ConnectCallback_t) (void* pContext,
426 * \param[in] pContext Context passed in the disconnect request before.
434 typedef void (*pphLibNfc_DisconnectCallback_t)(void* pContext,
448 * \param[in] pContext Context passed in the connect request before.
462 typedef void (*pphLibNfc_IoctlCallback_t) (void* pContext,
479 * \param[in] pContext LibNfc client context passed in the corresponding request before.
490 typedef void (*pphLibNfc_TransceiveCallback_t)( void* pContext,
506 * \param[in] pContext LibNfc client context passed in the corresponding request
510 typedef void(*pphLibNfc_RspCb_t) (void* pContext,NFCSTATU
[all...]
H A DphDal4Nfc.h115 void *pContext; member in struct:phDal4Nfc_Message
194 * \param[in] pContext DAL context is provided by the upper layer.
220 void *pContext,
237 * \param[in] pContext DAL context provided by the upper layer.
266 void *pContext,
281 * \param[in] pContext DAL context is provided by the upper layer.
311 void *pContext,
328 * \param[in] pContext DAL context is provided by the upper layer.
360 void *pContext,
379 * \param[in] pContext DA
[all...]
H A DphFriNfc_LlcpTransport_Connection.h117 * \param[in] pContext Upper layer context to be returned in
129 void* pContext);
146 * \param[in] pContext Upper layer context to be returned in the callback.
160 void* pContext);
173 * \param[in] pContext Upper layer context to be returned in the callback.
182 void *pContext);
196 * \param[in] pContext Upper layer context to be returned in
212 void* pContext);
223 * \param[in] pContext Upper layer context to be returned in
239 void* pContext);
[all...]
H A DphOsalNfc_Timer.h77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
91 void* pContext; /**< Timer Callback context*/ member in struct:phOsalNfc_TimerMsg
152 void *pContext);
H A DphFriNfc_LlcpMac.h109 typedef void (*phFriNfc_LlcpMac_Chk_CB_t) (void *pContext,
112 typedef void (*phFriNfc_LlcpMac_LinkStatus_CB_t) (void *pContext,
117 typedef void (*phFriNfc_LlcpMac_Send_CB_t) (void *pContext,
121 typedef void (*phFriNfc_LlcpMac_Reveive_CB_t) (void *pContext,
130 void *pContext);
139 void *pContext);
144 void *pContext);
206 void *pContext);
214 void *pContext);
235 void *pContext);
[all...]
H A DphFriNfc_LlcpTransport.h80 typedef void (*pphFriNfc_LlcpTransportSocketErrCb_t) ( void* pContext,
89 typedef void (*pphFriNfc_LlcpTransportSocketListenCb_t) (void* pContext,
97 typedef void (*pphFriNfc_LlcpTransportSocketConnectCb_t) ( void* pContext,
106 typedef void (*pphFriNfc_LlcpTransportSocketDisconnectCb_t) (void* pContext,
114 typedef void (*pphFriNfc_LlcpTransportSocketAcceptCb_t) (void* pContext,
122 typedef void (*pphFriNfc_LlcpTransportSocketRejectCb_t) (void* pContext,
130 typedef void (*pphFriNfc_LlcpTransportSocketRecvCb_t) (void* pContext,
138 typedef void (*pphFriNfc_LlcpTransportSocketRecvFromCb_t) (void* pContext,
147 typedef void (*pphFriNfc_LlcpTransportSocketSendCb_t) (void* pContext,
231 void *pContext; member in struct:phFriNfc_LlcpTransport_Socket
[all...]
H A DphHal4Nfc.h344 * \param[in] pContext Upper layer context which will be included in the
366 void *pContext
387 * \param[in] pContext Upper layer context which will be included in
401 void *pContext
441 * \param[in] pContext Upper layer context to be returned in the
476 void *pContext
522 * \param[in] pContext Upper layer context to be returned in the
548 void *pContext
576 * \param[in] pContext Upper layer context to be returned in
605 void *pContext
[all...]
H A DphFriNfc_LlcpTransport_Connectionless.h69 * \param[in] pContext Upper layer context to be returned in
87 void* pContext);
101 * \param[in] pContext Upper layer context to be returned in
118 void* pContext);
H A DphFriNfc_LlcpMac.c36 void *pContext)
43 LlcpMac->LinkStatus_Context = pContext;
66 void *pContext)
101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
150 void *pContext)
154 if(NULL== LlcpMac->LlcpMacInterface.send || NULL==psData || NULL==LlcpMacSend_Cb || NULL==pContext)
160 status = LlcpMac->LlcpMacInterface.send(LlcpMac,psData,LlcpMacSend_Cb,pContext);
168 void *pContext)
172 if(LlcpMac->LlcpMacInterface.receive == NULL || NULL==psData || NULL==ReceiveLlcpMac_Cb || NULL==pContext)
178 status = LlcpMac->LlcpMacInterface.receive(LlcpMac,psData,ReceiveLlcpMac_Cb,pContext);
33 phFriNfc_LlcpMac_Reset(phFriNfc_LlcpMac_t *LlcpMac, void *LowerDevice, phFriNfc_LlcpMac_LinkStatus_CB_t LinkStatus_Cb, void *pContext) argument
63 phFriNfc_LlcpMac_ChkLlcp(phFriNfc_LlcpMac_t *LlcpMac, phHal_sRemoteDevInformation_t *psRemoteDevInfo, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
147 phFriNfc_LlcpMac_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
165 phFriNfc_LlcpMac_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t ReceiveLlcpMac_Cb, void *pContext) argument
[all...]
H A DphLibNfc_llcp.c40 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext,NFCSTATUS status);
43 void phLibNfc_Llcp_Link_Cb(void *pContext,phLibNfc_Llcp_eLinkStatus_t status);
111 void* pContext
154 result = phLibNfc_Mgt_SetP2P_ConfigParams(&sNfcIPCfg, pConfigRspCb, pContext);
189 void* pContext
230 gpphLibContext->CBInfo.pClientLlcpLinkCntx = pContext;
237 gpphLibContext->CBInfo.pClientLlcpCheckRespCntx = pContext;
271 void phLibNfc_Llcp_Link_Cb(void *pContext, phLibNfc_Llcp_eLinkStatus_t status) argument
273 phLibNfc_LibContext_t *pLibNfc_Ctxt = (phLibNfc_LibContext_t *)pContext;
301 void phLibNfc_Llcp_CheckLlcp_Cb(void *pContext, NFCSTATU argument
[all...]
H A DphFriNfc_LlcpMacNfcip.c38 void *pContext);
85 void *pContext)
90 if(NULL == LlcpMac || NULL == ChkLlcpMac_Cb || NULL == pContext)
107 ChkLlcpMac_Cb(pContext,status);
169 static void phFriNfc_LlcpMac_Nfcip_Send_Cb(void *pContext, argument
172 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
191 static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext, argument
194 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
248 static void phFriNfc_LlcpMac_Nfcip_Transceive_Cb(void *pContext, argument
251 phFriNfc_LlcpMac_t *LlcpMac = (phFriNfc_LlcpMac_t *)pContext;
83 phFriNfc_LlcpMac_Nfcip_Chk(phFriNfc_LlcpMac_t *LlcpMac, phFriNfc_LlcpMac_Chk_CB_t ChkLlcpMac_Cb, void *pContext) argument
271 phFriNfc_LlcpMac_Nfcip_Send(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Send_CB_t LlcpMacSend_Cb, void *pContext) argument
357 phFriNfc_LlcpMac_Nfcip_Receive(phFriNfc_LlcpMac_t *LlcpMac, phNfc_sData_t *psData, phFriNfc_LlcpMac_Reveive_CB_t LlcpMacReceive_Cb, void *pContext) argument
[all...]
H A DphLlcNfc_Interface.h97 * \param[in] pContext LLC context is provided by the upper layer. The LLC
110 void *pContext,
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Dsqlite3rtree.h35 void *pContext
44 void *pContext; /* Copy of pContext passed to s_r_g_c() */ member in struct:sqlite3_rtree_geometry
/external/pdfium/core/include/fxcodec/
H A Dfx_codec_provider.h38 virtual void Finish(void* pContext) = 0;
40 virtual void Input(void* pContext, FX_LPCBYTE src_buf, FX_DWORD src_size) = 0;
42 virtual int ReadHeader(void* pContext, int* width, int* height, int* nComps) = 0;
45 virtual int StartScanline(void* pContext, int down_scale) = 0;
48 virtual FX_BOOL ReadScanline(void* pContext, FX_LPBYTE dest_buf) = 0;
51 virtual FX_DWORD GetAvailInput(void* pContext, FX_LPBYTE* avail_buf_ptr = NULL) = 0;
/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.c31 static const void *pContext; variable
83 return (*pAlloc)(pContext, s);
102 (*pFree)(pContext, buffer);
110 return (*pRealloc)(pContext, buffer, size);
125 (*pFree)(pContext, buffer);
157 pContext = context;
165 pContext = NULL;
/external/icu/icu4c/source/common/
H A Dcmemory.c31 static const void *pContext; variable
83 return (*pAlloc)(pContext, s);
102 (*pFree)(pContext, buffer);
110 return (*pRealloc)(pContext, buffer, size);
125 (*pFree)(pContext, buffer);
157 pContext = context;
165 pContext = NULL;
/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc_Timer.c50 void* pContext; /*!< Callback context. */ member in struct:phOsalNfc_Timer
80 timer_msg->pCallBck(timer_msg->TimerId, timer_msg->pContext);
140 timer_msg->pContext = timers[timerid].pContext;
155 (timers[timerid].callback)(timerid, timers[timerid].pContext);
160 static void phOsalNfc_Timer_Dummy_Cb(uint32_t timerid, void *pContext) {} argument
212 void *pContext)
234 timers[TimerId].pContext = pContext;
277 timers[TimerId].pContext
209 phOsalNfc_Timer_Start(uint32_t TimerId, uint32_t RegTimeCnt, ppCallBck_t Application_callback, void *pContext) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dauth.c229 AuthContext *pContext,
233 pContext->pParse = pParse;
234 pContext->zAuthContext = pParse->zAuthContext;
242 void sqlite3AuthContextPop(AuthContext *pContext){ argument
243 if( pContext->pParse ){
244 pContext->pParse->zAuthContext = pContext->zAuthContext;
245 pContext->pParse = 0;
227 sqlite3AuthContextPush( Parse *pParse, AuthContext *pContext, const char *zContext ) argument

Completed in 335 milliseconds

12345