/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.h | 24 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 …]
|
D | xfa_fm2jscontext.cpp | 511 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/ |
D | fpdf_formfill.h | 63 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 …]
|
D | fpdf_sysfontinfo.h | 61 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);
|
D | fpdf_dataavail.h | 49 FPDF_BOOL (*IsDataAvail)(struct _FX_FILEAVAIL* pThis, 88 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis,
|
D | fpdf_save.h | 40 int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis,
|
D | fpdf_progressive.h | 43 FPDF_BOOL (*NeedToPauseNow)(struct _IFSDK_PAUSE* pThis);
|
D | fpdf_ext.h | 59 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | _IDNSSDEvents_CP.h | 16 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/ |
D | fpdf_sysfontinfo.cpp | 115 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 …]
|
D | fpdf_dataavail_embeddertest.cpp | 143 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/ |
D | audio_device_pulse_linux.h | 231 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);
|
D | audio_device_pulse_linux.cc | 1694 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 …]
|
D | audio_mixer_manager_pulse_linux.h | 74 int eol, void *pThis); 77 void *pThis); 79 int eol, void *pThis);
|
D | audio_mixer_manager_pulse_linux.cc | 982 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()
|
D | audio_device_alsa_linux.cc | 1969 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/ |
D | cxfa_layoutitem.cpp | 67 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()
|
D | xfa_layout_itemlayout.cpp | 604 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 …]
|
D | cxfa_scriptcontext.cpp | 417 void CXFA_ScriptContext::NormalMethodCall(CFXJSE_Value* pThis, in NormalMethodCall() argument 420 CXFA_Object* pObject = ToObject(pThis, nullptr); in NormalMethodCall()
|
/external/pdfium/fpdfsdk/javascript/ |
D | cjs_runtime.cpp | 174 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/ |
D | file_audio_device.cc | 467 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/ |
D | test_support.cpp | 209 TestSaver* pThis = static_cast<TestSaver*>(pFileWrite); in WriteBlockCallback() local 210 pThis->m_String.append(static_cast<const char*>(data), size); in WriteBlockCallback()
|
D | embedder_test.cpp | 39 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/ |
D | fxjse.h | 23 typedef void (*FXJSE_FuncCallback)(CFXJSE_Value* pThis,
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_bstring.cpp | 239 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()
|