Home
last modified time | relevance | path

Searched refs:pThis (Results 1 – 25 of 34) sorted by relevance

12

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h27 static void Abs(CFXJSE_Value* pThis,
30 static void Avg(CFXJSE_Value* pThis,
33 static void Ceil(CFXJSE_Value* pThis,
36 static void Count(CFXJSE_Value* pThis,
39 static void Floor(CFXJSE_Value* pThis,
42 static void Max(CFXJSE_Value* pThis,
45 static void Min(CFXJSE_Value* pThis,
48 static void Mod(CFXJSE_Value* pThis,
51 static void Round(CFXJSE_Value* pThis,
54 static void Sum(CFXJSE_Value* pThis,
[all …]
Dcfxjse_formcalc_context.cpp618 void CFXJSE_FormCalcContext::Abs(CFXJSE_Value* pThis, in Abs() argument
622 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Abs"); in Abs()
627 if (ValueIsNull(pThis, argOne.get())) { in Abs()
632 double dValue = ValueToDouble(pThis, argOne.get()); in Abs()
640 void CFXJSE_FormCalcContext::Avg(CFXJSE_Value* pThis, in Avg() argument
649 v8::Isolate* pIsolate = ToJSContext(pThis, nullptr)->GetScriptRuntime(); in Avg()
658 dSum += ValueToDouble(pThis, argValue.get()); in Avg()
680 dSum += ValueToDouble(pThis, defaultPropValue.get()); in Avg()
692 dSum += ValueToDouble(pThis, newPropertyValue.get()); in Avg()
707 void CFXJSE_FormCalcContext::Ceil(CFXJSE_Value* pThis, in Ceil() argument
[all …]
Dcjs_runtime.cpp184 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument() local
185 if (pThis.IsEmpty()) in SetFormFillEnvToDocument()
188 if (CFXJS_Engine::GetObjDefnID(pThis) != CJS_Document::GetObjDefnID()) in SetFormFillEnvToDocument()
192 static_cast<CJS_Document*>(GetObjectPrivate(pThis)); in SetFormFillEnvToDocument()
Dfxjse.h37 typedef void (*FXJSE_FuncCallback)(CFXJSE_Value* pThis,
/external/pdfium/public/
Dfpdf_formfill.h66 int (*app_alert)(struct _IPDF_JsPlatform* pThis,
90 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
127 int (*app_response)(struct _IPDF_JsPlatform* pThis,
158 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
194 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,
228 void (*Doc_print)(struct _IPDF_JsPlatform* pThis,
255 void (*Doc_submitForm)(struct _IPDF_JsPlatform* pThis,
275 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum);
294 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,
402 void (*Release)(struct _FPDF_FORMFILLINFO* pThis);
[all …]
Dfpdf_sysfontinfo.h61 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
81 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
114 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
139 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
165 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
189 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
222 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
Dfpdf_dataavail.h49 FPDF_BOOL (*IsDataAvail)(struct _FX_FILEAVAIL* pThis,
88 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis,
Dfpdf_save.h40 int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis,
Dfpdf_progressive.h45 FPDF_BOOL (*NeedToPauseNow)(struct _IFSDK_PAUSE* pThis);
Dfpdf_ext.h59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
/external/mdnsresponder/mDNSWindows/DLLX/
D_IDNSSDEvents_CP.h16 T * pThis = static_cast<T *>(this); in Fire_DomainFound() local
21 pThis->Lock(); in Fire_DomainFound()
23 pThis->Unlock(); in Fire_DomainFound()
45 T * pThis = static_cast<T *>(this); in Fire_DomainLost() local
50 pThis->Lock(); in Fire_DomainLost()
52 pThis->Unlock(); in Fire_DomainLost()
74 T * pThis = static_cast<T *>(this); in Fire_ServiceFound() local
79 pThis->Lock(); in Fire_ServiceFound()
81 pThis->Unlock(); in Fire_ServiceFound()
107 T * pThis = static_cast<T *>(this); in Fire_ServiceLost() local
[all …]
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp132 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease() argument
133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease()
137 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() argument
138 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts()
142 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont() argument
149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont()
154 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont() argument
155 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont()
159 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData() argument
164 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData()
[all …]
Dfpdf_dataavail_embeddertest.cpp23 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() argument
133 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() argument
134 return static_cast<TestAsyncLoader*>(pThis)->AddSegmentImpl(offset, size); in SAddSegment()
137 static FPDF_BOOL SIsDataAvail(FX_FILEAVAIL* pThis, in SIsDataAvail() argument
140 return static_cast<TestAsyncLoader*>(pThis)->IsDataAvailImpl(offset, size); in SIsDataAvail()
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.hpp432 static bool queryCallbackDrawCallHandler(void* pThis);
501 static bool executeBlitFramebufferTest(void* pThis);
502 static bool executeBufferSubDataTest(void* pThis);
503 static bool executeClearBufferfvColorBufferTest(void* pThis);
504 static bool executeClearBufferfvDepthBufferTest(void* pThis);
505 static bool executeClearBufferivStencilBufferTest(void* pThis);
506 static bool executeClearBufferSubDataTest(void* pThis);
507 static bool executeClearColorBufferTest(void* pThis);
508 static bool executeClearDepthBufferTest(void* pThis);
509 static bool executeClearStencilBufferTest(void* pThis);
[all …]
Dgl4cPipelineStatisticsQueryTests.cpp2230 bool PipelineStatisticsQueryTestFunctionalBase::queryCallbackDrawCallHandler(void* pThis) in queryCallbackDrawCallHandler() argument
2232 …neStatisticsQueryTestFunctionalBase* pInstance = (PipelineStatisticsQueryTestFunctionalBase*)pThis; in queryCallbackDrawCallHandler()
2513 bool PipelineStatisticsQueryTestFunctional2::executeBlitFramebufferTest(void* pThis) in executeBlitFramebufferTest() argument
2515 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeBlitFramebufferTest()
2543 bool PipelineStatisticsQueryTestFunctional2::executeBufferSubDataTest(void* pThis) in executeBufferSubDataTest() argument
2545 …pelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeBufferSubDataTest()
2570 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvColorBufferTest(void* pThis) in executeClearBufferfvColorBufferTest() argument
2573 …pelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeClearBufferfvColorBufferTest()
2591 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvDepthBufferTest(void* pThis) in executeClearBufferfvDepthBufferTest() argument
2594 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeClearBufferfvDepthBufferTest()
[all …]
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.h231 static void PaContextStateCallback(pa_context *c, void *pThis);
233 int eol, void *pThis);
235 int eol, void *pThis);
237 void *pThis);
238 static void PaStreamStateCallback(pa_stream *p, void *pThis);
248 void *pThis);
250 static void PaStreamUnderflowCallback(pa_stream *unused, void *pThis);
255 void *pThis);
257 static void PaStreamOverflowCallback(pa_stream *unused, void *pThis);
Daudio_device_pulse_linux.cc1694 void AudioDeviceLinuxPulse::PaContextStateCallback(pa_context *c, void *pThis) in PaContextStateCallback() argument
1696 static_cast<AudioDeviceLinuxPulse*> (pThis)-> in PaContextStateCallback()
1706 void *pThis) in PaSinkInfoCallback() argument
1708 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaSinkInfoCallbackHandler( in PaSinkInfoCallback()
1714 int eol, void *pThis) in PaSourceInfoCallback() argument
1716 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaSourceInfoCallbackHandler( in PaSourceInfoCallback()
1722 void *pThis) in PaServerInfoCallback() argument
1724 static_cast<AudioDeviceLinuxPulse*> (pThis)-> in PaServerInfoCallback()
1728 void AudioDeviceLinuxPulse::PaStreamStateCallback(pa_stream *p, void *pThis) in PaStreamStateCallback() argument
1730 static_cast<AudioDeviceLinuxPulse*> (pThis)-> in PaStreamStateCallback()
[all …]
Daudio_mixer_manager_pulse_linux.h74 int eol, void *pThis);
77 void *pThis);
79 int eol, void *pThis);
Daudio_mixer_manager_pulse_linux.cc982 void *pThis) in PaSinkInfoCallback() argument
984 static_cast<AudioMixerManagerLinuxPulse*> (pThis)-> in PaSinkInfoCallback()
993 void *pThis) in PaSinkInputInfoCallback() argument
995 static_cast<AudioMixerManagerLinuxPulse*> (pThis)-> in PaSinkInputInfoCallback()
1004 void *pThis) in PaSourceInfoCallback() argument
1006 static_cast<AudioMixerManagerLinuxPulse*> (pThis)-> in PaSourceInfoCallback()
/external/pdfium/fxjs/xfa/
Dcjx_xfa.cpp24 CXFA_Object* pThis = GetDocument()->GetScriptContext()->GetThisObject(); in thisValue() local
25 ASSERT(pThis); in thisValue()
26 pValue->Assign(GetDocument()->GetScriptContext()->GetJSValueFromMap(pThis)); in thisValue()
/external/pdfium/testing/
Dfake_file_access.cpp45 static FPDF_BOOL IsDataAvailImpl(FX_FILEAVAIL* pThis, in IsDataAvailImpl() argument
48 return static_cast<FileAvailImpl*>(pThis)->simulator_->IsDataAvail(offset, in IsDataAvailImpl()
64 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl() argument
67 return static_cast<DownloadHintsImpl*>(pThis)->simulator_->AddSegment( in AddSegmentImpl()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp68 auto* pThis = static_cast<const CXFA_ContentLayoutItem*>(this); in GetRect() local
69 CFX_PointF sPos = pThis->m_sPos; in GetRect()
70 CFX_SizeF sSize = pThis->m_sSize; in GetRect()
74 for (CXFA_LayoutItem* pLayoutItem = pThis->m_pParent; pLayoutItem; in GetRect()
Dcxfa_itemlayoutprocessor.cpp649 CXFA_ItemLayoutProcessor* pThis, in InsertFlowedItem() argument
671 pThis->m_pCurChildNode->JSObject()->GetEnum(XFA_Attribute::HAlign)); in InsertFlowedItem()
701 if (pThis->m_pPageMgr) { in InsertFlowedItem()
703 pThis->m_pPageMgr->QueryOverflow(pThis->m_pFormNode); in InsertFlowedItem()
706 layoutContext.m_pOverflowProcessor = pThis; in InsertFlowedItem()
744 if (pThis->m_pPageMgr && in InsertFlowedItem()
746 pFormNode = pThis->m_pPageMgr->QueryOverflow(pProcessor->m_pFormNode); in InsertFlowedItem()
751 if (pThis->m_pPageMgr->ProcessOverflow(pFormNode, pOverflowLeaderNode, in InsertFlowedItem()
768 ? pThis->IsAddNewRowForTrailer(pTrailerLayoutItem) in InsertFlowedItem()
782 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >= in InsertFlowedItem()
[all …]
/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc467 bool FileAudioDevice::PlayThreadFunc(void* pThis) in PlayThreadFunc() argument
469 return (static_cast<FileAudioDevice*>(pThis)->PlayThreadProcess()); in PlayThreadFunc()
472 bool FileAudioDevice::RecThreadFunc(void* pThis) in RecThreadFunc() argument
474 return (static_cast<FileAudioDevice*>(pThis)->RecThreadProcess()); in RecThreadFunc()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1278 PythonBootstrapperApplication* pThis = (PythonBootstrapperApplication*)pvContext; in UiThreadProc() local
1288 hr = ThemeInitialize(pThis->_hModule); in UiThreadProc()
1291 hr = pThis->InitializeData(); in UiThreadProc()
1295 pThis->InitializeTaskbarButton(); in UiThreadProc()
1296 hr = pThis->CreateMainWindow(); in UiThreadProc()
1299 pThis->ValidateOperatingSystem(); in UiThreadProc()
1301 if (FAILED(pThis->_hrFinal)) { in UiThreadProc()
1302 pThis->SetState(PYBA_STATE_FAILED, hr); in UiThreadProc()
1303 ::PostMessageW(pThis->_hWnd, WM_PYBA_SHOW_FAILURE, 0, 0); in UiThreadProc()
1306 pThis->SetState(PYBA_STATE_INITIALIZED, hr); in UiThreadProc()
[all …]

12