Searched refs:pThis (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfpdf_sysfontinfo.h56 * pThis - Pointer to the interface structure itself
60 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
73 * pThis - Pointer to the interface structure itself
78 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
92 * pThis - Pointer to the interface structure itself
103 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family,
116 * pThis - Pointer to the interface structure itself
121 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
133 * pThis - Pointer to the interface structure itself
143 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis, voi
[all...]
H A Dfpdfoom.h33 * pThis - Pointer to the interface structure itself.
38 void(*FSDK_OOM_Handler)(_OOM_INFO* pThis);
H A Dfpdfformfill.h34 * pThis - Pointer to the interface structure itself
54 int (*app_alert)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
64 * pThis - Pointer to the interface structure itself
74 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
85 * pThis - Pointer to the interface structure itself
102 int (*app_response)(struct _IPDF_JsPlatform* pThis, FPDF_WIDESTRING Question, FPDF_WIDESTRING Title, FPDF_WIDESTRING Default, FPDF_WIDESTRING cLabel, FPDF_BOOL bPassword, void* response, int length);
114 * pThis - Pointer to the interface structure itself
126 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis, void* filePath, int length);
137 * pThis - Pointer to the interface structure itself
151 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,voi
[all...]
H A Dfpdfsave.h35 // pThis - Pointer to the structure itself
41 int (*WriteBlock)( FPDF_FILEWRITE* pThis, const void* pData, unsigned long size);
H A Dfpdf_ext.h50 * pThis - Pointer to the interface structure itself.
56 void(*FSDK_UnSupport_Handler)(_UNSUPPORT_INFO* pThis,int nType);
H A Dfpdf_progressive.h40 * pThis - Pointer to the interface structure itself
45 FPDF_BOOL (*NeedToPauseNow) (struct _IFSDK_PAUSE* pThis);
H A Dfpdf_dataavail.h43 * pThis - Pointer to the interface structure itself.
51 bool (*IsDataAvail)(struct _FX_FILEAVAIL* pThis, size_t offset, size_t size);
99 * pThis - Pointer to the interface structure itself.
109 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis, size_t offset, size_t size);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_sysfontinfo.cpp99 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) argument
101 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->Release();
104 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) argument
106 ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
109 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, int weight, int bItalic, int charset, int pitch_family, const char* family, int* bExact) argument
111 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->MapFont(weight, bItalic, charset, pitch_family, family, *bExact);
114 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) argument
116 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)->m_pFontInfo->GetFont(family);
119 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, void* hFont, argument
122 return ((FPDF_SYSFONTINFO_DEFAULT*)pThis)
125 DefaultGetFaceName(struct _FPDF_SYSFONTINFO* pThis, void* hFont, char* buffer, unsigned long buf_size) argument
134 DefaultGetFontCharset(struct _FPDF_SYSFONTINFO* pThis, void* hFont) argument
141 DefaultDeleteFont(struct _FPDF_SYSFONTINFO* pThis, void* hFont) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_mixer_manager_pulse_linux.h73 int eol, void *pThis);
76 void *pThis);
78 int eol, void *pThis);
80 PaSetVolumeCallback(pa_context* /*c*/, int success, void* /*pThis*/);
H A Daudio_device_pulse_linux.h238 static void PaContextStateCallback(pa_context *c, void *pThis);
240 int eol, void *pThis);
242 int eol, void *pThis);
244 void *pThis);
245 static void PaStreamStateCallback(pa_stream *p, void *pThis);
255 void *pThis);
257 static void PaStreamUnderflowCallback(pa_stream *unused, void *pThis);
262 void *pThis);
264 static void PaStreamOverflowCallback(pa_stream *unused, void *pThis);
H A Daudio_device_pulse_linux.cc1750 void AudioDeviceLinuxPulse::PaContextStateCallback(pa_context *c, void *pThis) argument
1752 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaContextStateCallbackHandler(
1762 void *pThis)
1764 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaSinkInfoCallbackHandler(
1770 int eol, void *pThis)
1772 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaSourceInfoCallbackHandler(
1778 void *pThis)
1780 static_cast<AudioDeviceLinuxPulse*> (pThis)->PaServerInfoCallbackHandler(i);
1783 void AudioDeviceLinuxPulse::PaStreamStateCallback(pa_stream *p, void *pThis) argument
1785 static_cast<AudioDeviceLinuxPulse*> (pThis)
1760 PaSinkInfoCallback(pa_context * , const pa_sink_info *i, int eol, void *pThis) argument
1768 PaSourceInfoCallback(pa_context * , const pa_source_info *i, int eol, void *pThis) argument
1776 PaServerInfoCallback(pa_context * , const pa_server_info *i, void *pThis) argument
2313 PaStreamWriteCallback(pa_stream * , size_t buffer_space, void *pThis) argument
2332 PaStreamUnderflowCallback(pa_stream * , void *pThis) argument
2397 PaStreamReadCallback(pa_stream * , size_t , void *pThis) argument
2423 PaStreamOverflowCallback(pa_stream * , void *pThis) argument
2626 PlayThreadFunc(void* pThis) argument
2631 RecThreadFunc(void* pThis) argument
[all...]
H A Daudio_mixer_manager_pulse_linux.cc1039 int eol, void *pThis)
1041 static_cast<AudioMixerManagerLinuxPulse*> (pThis)-> PaSinkInfoCallbackHandler(
1048 int eol, void *pThis)
1050 static_cast<AudioMixerManagerLinuxPulse*> (pThis)->
1057 int eol, void *pThis)
1059 static_cast<AudioMixerManagerLinuxPulse*> (pThis)->
1064 int success, void */*pThis*/)
1037 PaSinkInfoCallback(pa_context * , const pa_sink_info *i, int eol, void *pThis) argument
1045 PaSinkInputInfoCallback( pa_context * , const pa_sink_input_info *i, int eol, void *pThis) argument
1055 PaSourceInfoCallback(pa_context * , const pa_source_info *i, int eol, void *pThis) argument
H A Daudio_device_alsa_linux.cc2053 bool AudioDeviceLinuxALSA::PlayThreadFunc(void* pThis) argument
2055 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->PlayThreadProcess());
2058 bool AudioDeviceLinuxALSA::RecThreadFunc(void* pThis) argument
2060 return (static_cast<AudioDeviceLinuxALSA*>(pThis)->RecThreadProcess());
/external/chromium_org/tools/measure_page_load_time/ie_bho/
H A DMeasurePageLoadTimeBHO.cpp22 static DWORD WINAPI ProcessPageTimeRequests(LPVOID pThis) { argument
23 reinterpret_cast<CMeasurePageLoadTimeBHO*>(pThis)->ProcessPageTimeRequests();
/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Dfile_audio_device.cc519 bool FileAudioDevice::PlayThreadFunc(void* pThis) argument
521 return (static_cast<FileAudioDevice*>(pThis)->PlayThreadProcess());
524 bool FileAudioDevice::RecThreadFunc(void* pThis) argument
526 return (static_cast<FileAudioDevice*>(pThis)->RecThreadProcess());
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp218 JSObject pThis = JS_GetThisObj(*this); local
219 if(!pThis.IsEmpty())
221 if (JS_GetObjDefnID(pThis) == JS_GetObjDefnID(*this, L"Document"))
223 if (CJS_Document* pJSDocument = (CJS_Document*)JS_GetPrivate(pThis))
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp278 CPDF_Array* pThis = (CPDF_Array*)this; local
279 int n = pThis->GetCount();
281 CPDF_Object* value = (CPDF_Object*)pThis->m_Objects.GetAt(i);
288 CPDF_Dictionary* pThis = (CPDF_Dictionary*)this; local
289 FX_POSITION pos = pThis->m_Map.GetStartPosition();
293 pThis->m_Map.GetNextAssoc(pos, key, (void*&)value);
302 CPDF_Stream* pThis = (CPDF_Stream*)this; local
304 acc.LoadAllData(pThis, TRUE);
306 CPDF_Stream* pObj = FX_NEW CPDF_Stream(acc.DetachData(), streamSize, (CPDF_Dictionary*)((CPDF_Object*)pThis->GetDict())->CloneInternal(bDirect, visited));
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp272 FX_LPCBYTE pThis = (FX_LPCBYTE)m_pData->m_String; local
275 if ((*pThis) != (*pThat)) {
276 FX_BYTE bThis = *pThis;
288 pThis ++;
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_record_jni.cc1076 bool AudioRecordJni::RecThreadFunc(void* pThis) argument
1078 return (static_cast<AudioRecordJni*> (pThis)->RecThreadProcess());
H A Daudio_track_jni.cc1255 bool AudioTrackJni::PlayThreadFunc(void* pThis) argument
1257 return (static_cast<AudioTrackJni*> (pThis)->PlayThreadProcess());
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc3058 bool AudioDeviceWindowsWave::ThreadFunc(void* pThis) argument
3060 return (static_cast<AudioDeviceWindowsWave*>(pThis)->ThreadProcess());
/external/sqlite/dist/orig/
H A Dsqlite3.c130823 char *pThis = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c130855 char *pThis = 0; local
[all...]

Completed in 1634 milliseconds