Home
last modified time | relevance | path

Searched refs:currentFont (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/modules/skshaper/src/
DSkShaper_primitive.cpp136 skfont = font.currentFont(); in shape()
158 SkASSERT(font.currentFont().getTypeface()); in shape()
160 return this->shape(utf8, utf8Bytes, font.currentFont(), (bidi.currentLevel() % 2) == 0, in shape()
DSkShaper_coretext.cpp73 skfont = font.currentFont(); in shape()
95 SkASSERT(font.currentFont().getTypeface()); in shape()
97 return this->shape(utf8, utf8Bytes, font.currentFont(), (bidi.currentLevel() % 2) == 0, in shape()
DSkShaper_harfbuzz.cpp943 font.currentFont(), bidi.currentLevel(), in wrap()
1310 font.currentFont(), bidi.currentLevel(), nullptr, 0); in shape()
1357 SkFontID dataId = font.currentFont().getTypeface()->uniqueID(); in shape()
1360 HBFace hbFace(create_hb_face(*font.currentFont().getTypeface())); in shape()
1363 hbFont = create_hb_font(font.currentFont(), *hbFaceCached); in shape()
1402 font.currentFont(), bidi.currentLevel(), in shape()
DSkShaper.cpp167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_primitive.cpp126 SkASSERT(font.currentFont().getTypeface()); in shape()
128 return this->shape(utf8, utf8Bytes, font.currentFont(), (bidi.currentLevel() % 2) == 0, in shape()
DSkShaper.cpp106 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
DSkShaper_harfbuzz.cpp898 font.currentFont(), bidi.currentLevel(), in wrap()
1233 font.currentFont(), bidi.currentLevel(), nullptr, 0); in shape()
1265 HBFont hbFont(create_hb_font(font.currentFont())); in shape()
1284 font.currentFont(), bidi.currentLevel(), in shape()
/third_party/flutter/skia/modules/skshaper/include/
DSkShaper.h71 virtual const SkFont& currentFont() const = 0;
80 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/skia/modules/skshaper/include/
DSkShaper.h79 virtual const SkFont& currentFont() const = 0;
130 const SkFont& currentFont() const override { return fFont; } in currentFont() function
/third_party/flutter/skia/modules/skparagraph/src/
DIterators.h48 const SkFont& currentFont() const override { return fFont; } in currentFont() function
DParagraphImpl.cpp150 …LineMetrics lineMetrics(font.currentFont(), paragraphStyle().getStrutStyle().getForceStrutHeight()… in layout()
/third_party/skia/experimental/sktext/src/
DText.cpp207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont() function in skia::text::FormattingFontIterator