Home
last modified time | relevance | path

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

/third_party/skia/modules/skshaper/src/
DSkShaper.cpp171 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/third_party/skia/modules/skshaper/include/
DSkShaper.h127 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/skia/experimental/sktext/src/
DText.cpp207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont() function in skia::text::FormattingFontIterator