Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo_embeddertest.cpp15 void FakeRelease(FPDF_SYSFONTINFO* pThis) {} in FakeRelease()
16 void FakeEnumFonts(FPDF_SYSFONTINFO* pThis, void* pMapper) {} in FakeEnumFonts()
18 void* FakeMapFont(FPDF_SYSFONTINFO* pThis, in FakeMapFont()
29 void* FakeGetFont(FPDF_SYSFONTINFO* pThis, const char* face) { in FakeGetFont()
34 unsigned long FakeGetFontData(FPDF_SYSFONTINFO* pThis, in FakeGetFontData()
42 unsigned long FakeGetFaceName(FPDF_SYSFONTINFO* pThis, in FakeGetFaceName()
49 int FakeGetFontCharset(FPDF_SYSFONTINFO* pThis, void* hFont) { in FakeGetFontCharset()
53 void FakeDeleteFont(FPDF_SYSFONTINFO* pThis, void* hFont) {} in FakeDeleteFont()
Dfpdf_sysfontinfo.cpp148 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease()
153 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts()
158 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont()
170 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont()
175 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData()
184 static unsigned long DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFaceName()
200 static int DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultGetFontCharset()
208 static void DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) { in DefaultDeleteFont()
Dfpdf_dataavail_embeddertest.cpp24 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
137 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
141 static FPDF_BOOL SIsDataAvail(FX_FILEAVAIL* pThis, in SIsDataAvail()
Dfpdf_ppo_embeddertest.cpp20 int FakeBlockWriter(FPDF_FILEWRITE* pThis, in FakeBlockWriter()
Dcpdfsdk_pageview.cpp369 ObservedPtr<CPDFSDK_PageView> pThis(this); in OnMouseMove() local
Dfpdf_view_embeddertest.cpp75 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1343 void CFXJSE_FormCalcContext::Abs(CFXJSE_Value* pThis, in Abs()
1365 void CFXJSE_FormCalcContext::Avg(CFXJSE_Value* pThis, in Avg()
1432 void CFXJSE_FormCalcContext::Ceil(CFXJSE_Value* pThis, in Ceil()
1450 void CFXJSE_FormCalcContext::Count(CFXJSE_Value* pThis, in Count()
1504 void CFXJSE_FormCalcContext::Floor(CFXJSE_Value* pThis, in Floor()
1522 void CFXJSE_FormCalcContext::Max(CFXJSE_Value* pThis, in Max()
1596 void CFXJSE_FormCalcContext::Min(CFXJSE_Value* pThis, in Min()
1670 void CFXJSE_FormCalcContext::Mod(CFXJSE_Value* pThis, in Mod()
1705 void CFXJSE_FormCalcContext::Round(CFXJSE_Value* pThis, in Round()
1751 void CFXJSE_FormCalcContext::Sum(CFXJSE_Value* pThis, in Sum()
[all …]
Dcjx_xfa.cpp29 CXFA_Object* pThis = pScriptContext->GetThisObject(); in thisValue() local
Dcfxjse_context.cpp211 v8::Local<v8::Object> pThis = pThisProxy->GetPrototype().As<v8::Object>(); in Create() local
/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/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.cc1276 void AudioDeviceLinuxPulse::PaContextStateCallback(pa_context* c, void* pThis) { in PaContextStateCallback()
1287 void* pThis) { in PaSinkInfoCallback()
1294 void* pThis) { in PaSourceInfoCallback()
1301 void* pThis) { in PaServerInfoCallback()
1305 void AudioDeviceLinuxPulse::PaStreamStateCallback(pa_stream* p, void* pThis) { in PaStreamStateCallback()
1746 void* pThis) { in PaStreamWriteCallback()
1762 void* pThis) { in PaStreamUnderflowCallback()
1820 void* pThis) { in PaStreamReadCallback()
1841 void* pThis) { in PaStreamOverflowCallback()
1984 void AudioDeviceLinuxPulse::PlayThreadFunc(void* pThis) { in PlayThreadFunc()
[all …]
Daudio_mixer_manager_pulse_linux.cc700 void* pThis) { in PaSinkInfoCallback()
709 void* pThis) { in PaSinkInputInfoCallback()
717 void* pThis) { in PaSourceInfoCallback()
Daudio_device_alsa_linux.cc1460 void AudioDeviceLinuxALSA::PlayThreadFunc(void* pThis) { in PlayThreadFunc()
1466 void AudioDeviceLinuxALSA::RecThreadFunc(void* pThis) { in RecThreadFunc()
/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.cpp2254 bool PipelineStatisticsQueryTestFunctionalBase::queryCallbackDrawCallHandler(void* pThis) in queryCallbackDrawCallHandler()
2537 bool PipelineStatisticsQueryTestFunctional2::executeBlitFramebufferTest(void* pThis) in executeBlitFramebufferTest()
2567 bool PipelineStatisticsQueryTestFunctional2::executeBufferSubDataTest(void* pThis) in executeBufferSubDataTest()
2594 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvColorBufferTest(void* pThis) in executeClearBufferfvColorBufferTest()
2615 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvDepthBufferTest(void* pThis) in executeClearBufferfvDepthBufferTest()
2636 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferivStencilBufferTest(void* pThis) in executeClearBufferivStencilBufferTest()
2657 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferSubDataTest(void* pThis) in executeClearBufferSubDataTest()
2689 bool PipelineStatisticsQueryTestFunctional2::executeClearColorBufferTest(void* pThis) in executeClearColorBufferTest()
2708 bool PipelineStatisticsQueryTestFunctional2::executeClearDepthBufferTest(void* pThis) in executeClearDepthBufferTest()
2727 bool PipelineStatisticsQueryTestFunctional2::executeClearStencilBufferTest(void* pThis) in executeClearStencilBufferTest()
[all …]
/external/pdfium/testing/
Dfake_file_access.cpp45 static FPDF_BOOL IsDataAvailImpl(FX_FILEAVAIL* pThis, in IsDataAvailImpl()
64 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl()
Dembedder_test.cpp660 EmbedderTest* pThis = static_cast<EmbedderTest*>(pFileWrite); in WriteBlockCallback() local
/external/pdfium/testing/fuzzers/
Dpdfium_fuzzer_helper.cc89 FPDF_BOOL Is_Data_Avail(FX_FILEAVAIL* pThis, size_t offset, size_t size) { in Is_Data_Avail()
93 void Add_Segment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) {} in Add_Segment()
/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc442 void FileAudioDevice::PlayThreadFunc(void* pThis) { in PlayThreadFunc()
448 void FileAudioDevice::RecThreadFunc(void* pThis) { in RecThreadFunc()
/external/pdfium/fxjs/
Dcjs_runtime.cpp147 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument() local
Dcfxjs_engine.cpp481 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.cpp320 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