Home
last modified time | relevance | path

Searched defs:onGetCTFontRef (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/ports/
DSkTypeface_mac_ct.h119 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef() function
/third_party/skia/m133/src/ports/
DSkTypeface_mac_ct.h128 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef() function
DSkTypeface_proxy.cpp107 void* SkTypeface_proxy::onGetCTFontRef() const { return fProxy->onGetCTFontRef(); } in onGetCTFontRef() function in SkTypeface_proxy
/third_party/skia/src/core/
DSkTypeface_remote.h128 void* onGetCTFontRef() const override { in onGetCTFontRef() function
/third_party/skia/m133/include/core/
DSkTypeface.h483 virtual void* onGetCTFontRef() const { return nullptr; } in onGetCTFontRef() function
/third_party/skia/include/core/
DSkTypeface.h453 virtual void* onGetCTFontRef() const { return nullptr; } in onGetCTFontRef() function
/third_party/skia/m133/src/core/
DSkTypeface_remote.h176 void* onGetCTFontRef() const override { in onGetCTFontRef() function