Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper.cpp167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/external/skia/modules/skshaper/include/
DSkShaper.h126 const SkFont& currentFont() const override { return fFont; } in currentFont() function