Home
last modified time | relevance | path

Searched defs:onGetFontPath (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
DSkTypeface_ohos.cpp121 void SkTypeface_OHOS::onGetFontPath(SkString* path) const in onGetFontPath() function in SkTypeface_OHOS
/third_party/skia/include/core/
DSkTypeface.h438 virtual void onGetFontPath(SkString* path) const { path->reset(); } in onGetFontPath() function