Home
last modified time | relevance | path

Searched defs:pThis (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo_embeddertest.cpp18 void FakeRelease(FPDF_SYSFONTINFO* pThis) {} in FakeRelease()
19 void FakeEnumFonts(FPDF_SYSFONTINFO* pThis, void* pMapper) {} in FakeEnumFonts()
21 void* FakeMapFont(FPDF_SYSFONTINFO* pThis, in FakeMapFont()
32 void* FakeGetFont(FPDF_SYSFONTINFO* pThis, const char* face) { in FakeGetFont()
37 unsigned long FakeGetFontData(FPDF_SYSFONTINFO* pThis, in FakeGetFontData()
45 unsigned long FakeGetFaceName(FPDF_SYSFONTINFO* pThis, in FakeGetFaceName()
52 int FakeGetFontCharset(FPDF_SYSFONTINFO* pThis, void* hFont) { in FakeGetFontCharset()
56 void FakeDeleteFont(FPDF_SYSFONTINFO* pThis, void* hFont) {} in FakeDeleteFont()
Dfpdf_sysfontinfo.cpp177 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease()
182 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts()
187 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont()
199 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont()
204 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData()
214 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName()
231 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
239 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
Dfpdf_dataavail_embeddertest.cpp25 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
138 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
142 static FPDF_BOOL SIsDataAvail(FX_FILEAVAIL* pThis, in SIsDataAvail()
Dcpdfsdk_pageview.cpp421 ObservedPtr<CPDFSDK_PageView> pThis(this); in OnMouseMove() local
460 ObservedPtr<CPDFSDK_PageView> pThis(this); in ExitWidget() local
Dfpdf_ppo_embeddertest.cpp31 int FakeBlockWriter(FPDF_FILEWRITE* pThis, in FakeBlockWriter()
Dfpdf_view_embeddertest.cpp101 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1683 CFXJSE_HostObject* pThis, in Abs()
1703 CFXJSE_HostObject* pThis, in Avg()
1724 CFXJSE_HostObject* pThis, in Ceil()
1742 CFXJSE_HostObject* pThis, in Count()
1756 CFXJSE_HostObject* pThis, in Floor()
1774 CFXJSE_HostObject* pThis, in Max()
1796 CFXJSE_HostObject* pThis, in Min()
1818 CFXJSE_HostObject* pThis, in Mod()
1853 CFXJSE_HostObject* pThis, in Round()
1897 CFXJSE_HostObject* pThis, in Sum()
[all …]
Dcjx_xfa.cpp31 CXFA_Object* pThis = pScriptContext->GetThisObject(); in thisValue() local
Dcfxjse_context.cpp195 v8::Local<v8::Object> pThis = pThisProxy->GetPrototype().As<v8::Object>(); in Create() local
/external/pdfium/testing/
Dembedder_test.cpp111 void InvalidateStub(FPDF_FORMFILLINFO* pThis, in InvalidateStub()
118 void OutputSelectedRectStub(FPDF_FORMFILLINFO* pThis, in OutputSelectedRectStub()
125 void SetCursorStub(FPDF_FORMFILLINFO* pThis, int nCursorType) {} in SetCursorStub()
127 FPDF_SYSTEMTIME GetLocalTimeStub(FPDF_FORMFILLINFO* pThis) { in GetLocalTimeStub()
131 void OnChangeStub(FPDF_FORMFILLINFO* pThis) {} in OnChangeStub()
133 FPDF_PAGE GetCurrentPageStub(FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document) { in GetCurrentPageStub()
137 int GetRotationStub(FPDF_FORMFILLINFO* pThis, FPDF_PAGE page) { in GetRotationStub()
141 void ExecuteNamedActionStub(FPDF_FORMFILLINFO* pThis, FPDF_BYTESTRING name) {} in ExecuteNamedActionStub()
143 void SetTextFieldFocusStub(FPDF_FORMFILLINFO* pThis, in SetTextFieldFocusStub()
149 void DisplayCaretStub(FPDF_FORMFILLINFO* pThis, in DisplayCaretStub()
[all …]
Dfake_file_access.cpp42 static FPDF_BOOL IsDataAvailImpl(FX_FILEAVAIL* pThis, in IsDataAvailImpl()
61 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl()
/external/mdnsresponder/mDNSWindows/DLLX/
D_IDNSSDEvents_CP.h16 T * pThis = static_cast<T *>(this); in Fire_DomainFound() local
45 T * pThis = static_cast<T *>(this); in Fire_DomainLost() local
74 T * pThis = static_cast<T *>(this); in Fire_ServiceFound() local
107 T * pThis = static_cast<T *>(this); in Fire_ServiceLost() local
140 T * pThis = static_cast<T *>(this); in Fire_ServiceResolved() local
174 T * pThis = static_cast<T *>(this); in Fire_ServiceRegistered() local
205 T * pThis = static_cast<T *>(this); in Fire_QueryRecordAnswered() local
239 T * pThis = static_cast<T *>(this); in Fire_RecordRegistered() local
264 T * pThis = static_cast<T *>(this); in Fire_AddressFound() local
298 T * pThis = static_cast<T *>(this); in Fire_MappingCreated() local
[all …]
/external/lz4/programs/
Dbench.c174 LZ4_compressInitNoStream(struct compressionParameters* pThis) in LZ4_compressInitNoStream()
183 LZ4_compressInitStream(struct compressionParameters* pThis) in LZ4_compressInitStream()
193 LZ4_compressInitStreamHC(struct compressionParameters* pThis) in LZ4_compressInitStreamHC()
203 LZ4_compressResetNoStream(const struct compressionParameters* pThis) in LZ4_compressResetNoStream()
209 LZ4_compressResetStream(const struct compressionParameters* pThis) in LZ4_compressResetStream()
216 LZ4_compressResetStreamHC(const struct compressionParameters* pThis) in LZ4_compressResetStreamHC()
223 LZ4_compressBlockNoStream(const struct compressionParameters* pThis, in LZ4_compressBlockNoStream()
232 LZ4_compressBlockNoStreamHC(const struct compressionParameters* pThis, in LZ4_compressBlockNoStreamHC()
240 LZ4_compressBlockStream(const struct compressionParameters* pThis, in LZ4_compressBlockStream()
249 LZ4_compressBlockStreamHC(const struct compressionParameters* pThis, in LZ4_compressBlockStreamHC()
[all …]
/external/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc1271 void AudioDeviceLinuxPulse::PaContextStateCallback(pa_context* c, void* pThis) { in PaContextStateCallback()
1282 void* pThis) { in PaSinkInfoCallback()
1289 void* pThis) { in PaSourceInfoCallback()
1296 void* pThis) { in PaServerInfoCallback()
1300 void AudioDeviceLinuxPulse::PaStreamStateCallback(pa_stream* p, void* pThis) { in PaStreamStateCallback()
1741 void* pThis) { in PaStreamWriteCallback()
1757 void* pThis) { in PaStreamUnderflowCallback()
1815 void* pThis) { in PaStreamReadCallback()
1836 void* pThis) { in PaStreamOverflowCallback()
Daudio_mixer_manager_pulse_linux.cc700 void* pThis) { in PaSinkInfoCallback()
709 void* pThis) { in PaSinkInputInfoCallback()
717 void* pThis) { in PaSourceInfoCallback()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp488 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in NO_EMU()
494 Instruction* VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VPERM_EMU()
528 VGATHER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VGATHER_EMU()
715 VSCATTER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VSCATTER_EMU()
781 VROUND_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VROUND_EMU()
816 VCONVERT_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VCONVERT_EMU()
845 Instruction* VHSUB_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VHSUB_EMU()
876 Instruction* DOUBLE_EMU(LowerX86* pThis, in DOUBLE_EMU()
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp2260 bool PipelineStatisticsQueryTestFunctionalBase::queryCallbackDrawCallHandler(void* pThis) in queryCallbackDrawCallHandler()
2543 bool PipelineStatisticsQueryTestFunctional2::executeBlitFramebufferTest(void* pThis) in executeBlitFramebufferTest()
2573 bool PipelineStatisticsQueryTestFunctional2::executeBufferSubDataTest(void* pThis) in executeBufferSubDataTest()
2600 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvColorBufferTest(void* pThis) in executeClearBufferfvColorBufferTest()
2621 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvDepthBufferTest(void* pThis) in executeClearBufferfvDepthBufferTest()
2642 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferivStencilBufferTest(void* pThis) in executeClearBufferivStencilBufferTest()
2663 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferSubDataTest(void* pThis) in executeClearBufferSubDataTest()
2695 bool PipelineStatisticsQueryTestFunctional2::executeClearColorBufferTest(void* pThis) in executeClearColorBufferTest()
2714 bool PipelineStatisticsQueryTestFunctional2::executeClearDepthBufferTest(void* pThis) in executeClearDepthBufferTest()
2733 bool PipelineStatisticsQueryTestFunctional2::executeClearStencilBufferTest(void* pThis) in executeClearStencilBufferTest()
[all …]
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc87 FPDF_BOOL Is_Data_Avail(FX_FILEAVAIL* pThis, size_t offset, size_t size) { in Is_Data_Avail()
91 void Add_Segment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) {} in Add_Segment()
/external/pdfium/fxjs/
Dcjs_runtime.cpp154 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument() local
Dcfxjs_engine.cpp514 v8::Local<v8::Object> pThis = pThisProxy->GetPrototype().As<v8::Object>(); in InitializeEngine() local
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp171 perThreadData * pThis = (perThreadData *)malloc(sizeof(perThreadData)); in perThreadDataNew() local
184 void perThreadDataDestroy(perThreadData * pThis) in perThreadDataDestroy()
204 cl_int perThreadDataInit(perThreadData * pThis, ExplicitType type, in perThreadDataInit()
367 globalThreadData * pThis = (globalThreadData *)malloc(sizeof(globalThreadData)); in globalThreadDataNew() local
393 void globalThreadDataDestroy(globalThreadData * pThis) in globalThreadDataDestroy()
/external/pdfium/core/fxcrt/
Dbytestring.cpp327 const uint8_t* pThis = (const uint8_t*)m_pData->m_String; in EqualNoCase() local
/external/python/cpython2/PC/
D_winreg.c574 PyHKEYObject *pThis = (PyHKEYObject *)self; in PyHKEY_DetachMethod() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1296 PythonBootstrapperApplication* pThis = (PythonBootstrapperApplication*)pvContext; in UiThreadProc() local
/external/sqlite/dist/orig/
Dshell.c3922 ReStateSet aStateSet[2], *pThis, *pNext; in re_match() local

12