Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h24 static void Abs(CFXJSE_Value* pThis,
27 static void Avg(CFXJSE_Value* pThis,
30 static void Ceil(CFXJSE_Value* pThis,
33 static void Count(CFXJSE_Value* pThis,
36 static void Floor(CFXJSE_Value* pThis,
39 static void Max(CFXJSE_Value* pThis,
42 static void Min(CFXJSE_Value* pThis,
45 static void Mod(CFXJSE_Value* pThis,
48 static void Round(CFXJSE_Value* pThis,
51 static void Sum(CFXJSE_Value* pThis,
[all …]
Dxfa_fm2jscontext.cpp511 void CXFA_FM2JSContext::Abs(CFXJSE_Value* pThis, in Abs() argument
515 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Abs"); in Abs()
520 if (ValueIsNull(pThis, argOne.get())) { in Abs()
525 FX_DOUBLE dValue = ValueToDouble(pThis, argOne.get()); in Abs()
533 void CXFA_FM2JSContext::Avg(CFXJSE_Value* pThis, in Avg() argument
542 v8::Isolate* pIsolate = ToJSContext(pThis, nullptr)->GetScriptRuntime(); in Avg()
551 dSum += ValueToDouble(pThis, argValue.get()); in Avg()
573 dSum += ValueToDouble(pThis, defaultPropValue.get()); in Avg()
585 dSum += ValueToDouble(pThis, newPropertyValue.get()); in Avg()
600 void CXFA_FM2JSContext::Ceil(CFXJSE_Value* pThis, in Ceil() argument
[all …]
/external/pdfium/public/
Dfpdf_formfill.h63 int (*app_alert)(struct _IPDF_JsPlatform* pThis,
87 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
124 int (*app_response)(struct _IPDF_JsPlatform* pThis,
155 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
191 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,
225 void (*Doc_print)(struct _IPDF_JsPlatform* pThis,
252 void (*Doc_submitForm)(struct _IPDF_JsPlatform* pThis,
272 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum);
291 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,
399 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);
117 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
168 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
192 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
210 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
225 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.h43 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.cpp115 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease() argument
116 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease()
121 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() argument
122 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts()
126 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont() argument
133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont()
138 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont() argument
139 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont()
143 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData() argument
148 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData()
[all …]
Dfpdf_dataavail_embeddertest.cpp143 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() argument
144 return static_cast<TestAsyncLoader*>(pThis)->AddSegmentImpl(offset, size); in SAddSegment()
147 static FPDF_BOOL SIsDataAvail(FX_FILEAVAIL* pThis, in SIsDataAvail() argument
150 return static_cast<TestAsyncLoader*>(pThis)->IsDataAvailImpl(offset, size); in SIsDataAvail()
/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()
Daudio_device_alsa_linux.cc1969 bool AudioDeviceLinuxALSA::PlayThreadFunc(void* pThis) in PlayThreadFunc() argument
1971 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->PlayThreadProcess()); in PlayThreadFunc()
1974 bool AudioDeviceLinuxALSA::RecThreadFunc(void* pThis) in RecThreadFunc() argument
1976 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->RecThreadProcess()); in RecThreadFunc()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp67 auto pThis = static_cast<const CXFA_ContentLayoutItem*>(this); in GetRect() local
68 CFX_PointF sPos = pThis->m_sPos; in GetRect()
69 CFX_SizeF sSize = pThis->m_sSize; in GetRect()
73 for (CXFA_LayoutItem* pLayoutItem = pThis->m_pParent; pLayoutItem; in GetRect()
Dxfa_layout_itemlayout.cpp604 CXFA_ItemLayoutProcessor* pThis, in InsertFlowedItem() argument
626 HAlignEnumToInt(pThis->m_pCurChildNode->GetEnum(XFA_ATTRIBUTE_HAlign)); in InsertFlowedItem()
657 if (pThis->m_pPageMgr) { in InsertFlowedItem()
659 pThis->m_pPageMgr->QueryOverflow(pThis->m_pFormNode); in InsertFlowedItem()
662 layoutContext.m_pOverflowProcessor = pThis; in InsertFlowedItem()
700 if (pThis->m_pPageMgr && in InsertFlowedItem()
702 pFormNode = pThis->m_pPageMgr->QueryOverflow(pProcessor->m_pFormNode); in InsertFlowedItem()
707 if (pThis->m_pPageMgr->ProcessOverflow(pFormNode, pOverflowLeaderNode, in InsertFlowedItem()
724 ? pThis->IsAddNewRowForTrailer(pTrailerLayoutItem) in InsertFlowedItem()
738 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >= in InsertFlowedItem()
[all …]
Dcxfa_scriptcontext.cpp417 void CXFA_ScriptContext::NormalMethodCall(CFXJSE_Value* pThis, in NormalMethodCall() argument
420 CXFA_Object* pObject = ToObject(pThis, nullptr); in NormalMethodCall()
/external/pdfium/fpdfsdk/javascript/
Dcjs_runtime.cpp174 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument() local
175 if (pThis.IsEmpty()) in SetFormFillEnvToDocument()
178 if (CFXJS_Engine::GetObjDefnID(pThis) != CJS_Document::g_nObjDefnID) in SetFormFillEnvToDocument()
182 static_cast<CJS_Document*>(GetObjectPrivate(pThis)); in SetFormFillEnvToDocument()
/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/pdfium/testing/
Dtest_support.cpp209 TestSaver* pThis = static_cast<TestSaver*>(pFileWrite); in WriteBlockCallback() local
210 pThis->m_String.append(static_cast<const char*>(data), size); in WriteBlockCallback()
Dembedder_test.cpp39 FPDF_BOOL Is_Data_Avail(FX_FILEAVAIL* pThis, size_t offset, size_t size) { in Is_Data_Avail() argument
43 void Add_Segment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) {} in Add_Segment() argument
/external/pdfium/fxjs/
Dfxjse.h23 typedef void (*FXJSE_FuncCallback)(CFXJSE_Value* pThis,
/external/pdfium/core/fxcrt/
Dfx_basic_bstring.cpp239 const uint8_t* pThis = (const uint8_t*)m_pData->m_String; in EqualNoCase() local
242 if ((*pThis) != (*pThat)) { in EqualNoCase()
243 uint8_t bThis = *pThis; in EqualNoCase()
254 pThis++; in EqualNoCase()

12