Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skparagraph/src/
DIterators.h48 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper.cpp106 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/third_party/flutter/skia/modules/skshaper/include/
DSkShaper.h80 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/skia/modules/skshaper/include/
DSkShaper.h130 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/third_party/skia/experimental/sktext/src/
DText.cpp207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont() function in skia::text::FormattingFontIterator