Home
last modified time | relevance | path

Searched refs:onGetCTFontRef (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkTypeface.h326 return this->onGetCTFontRef(); in internal_private_getCTFontRef()
382 virtual void* onGetCTFontRef() const { return nullptr; } in onGetCTFontRef() function
/external/skia/src/ports/
DSkFontHost_mac.cpp534 void* onGetCTFontRef() const override { return (void*)fFontRef.get(); } in onGetCTFontRef() function in SkTypeface_Mac