Searched defs:thiz (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | main-font-text.hh | 78 main_font_text_t *thiz = (main_font_text_t *) data; in collect_rest() local
|
H A D | hb-subset.cc | 693 face_options_t *thiz = (face_options_t *) data; in collect_face() local 710 subset_main_t *thiz = (subset_main_t *) data; in collect_rest() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-dispatch.hh | 43 const Context* thiz () const { return static_cast<const Context *> (this); } in thiz() function 44 Context* thiz () { return static_cast< Context *> (this); } in thiz() function
|
H A D | hb-ot-post-table.hh | 212 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_gids() local 220 const accelerator_t *thiz = (const accelerator_t *) arg; in cmp_key() local
|
H A D | hb-iter.hh | 74 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } in thiz() function 75 iter_t* thiz () { return static_cast< iter_t *> (this); } in thiz() function 194 const iter_t* thiz () const { return static_cast<const iter_t *> (this); } thiz() function 195 iter_t* thiz () { return static_cast< iter_t *> (this); } thiz() function [all...] |
H A D | hb-aat-layout-kerx-table.hh | 820 const T* thiz () const { return static_cast<const T *> (this); } in thiz() function [all...] |
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/ |
H A D | IpcStub.cpp | 52 IpcStub *thiz = reinterpret_cast<IpcStub*>(userData); in OnRemoteRequest() local
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/ |
H A D | DrumPlayerJNI.cpp | 56 Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative( JNIEnv *env, jobject thiz) Java_com_plausiblesoftware_drumthumper_DrumPlayer_startAudioStreamNative() argument 142 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan( JNIEnv *env, jobject thiz, jint index, jfloat pan) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() argument 147 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getPan() argument 152 Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain( JNIEnv *env, jobject thiz, jint index, jfloat gain) Java_com_plausiblesoftware_drumthumper_DrumPlayer_setGain() argument 157 Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain( JNIEnv *env, jobject thiz, jint index) Java_com_plausiblesoftware_drumthumper_DrumPlayer_getGain() argument
|
Completed in 6 milliseconds