Home
last modified time | relevance | path

Searched defs:currentFont (Results 1 – 3 of 3) 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.h127 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/external/skia/experimental/sktext/src/
DText.cpp190 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont() function in skia::text::FormattingFontIterator