/third_party/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 136 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()
|
D | SkShaper_coretext.cpp | 73 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()
|
D | SkShaper_harfbuzz.cpp | 943 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()
|
D | SkShaper.cpp | 167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_primitive.cpp | 126 SkASSERT(font.currentFont().getTypeface()); in shape() 128 return this->shape(utf8, utf8Bytes, font.currentFont(), (bidi.currentLevel() % 2) == 0, in shape()
|
D | SkShaper.cpp | 106 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
|
D | SkShaper_harfbuzz.cpp | 898 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/ |
D | SkShaper.h | 71 virtual const SkFont& currentFont() const = 0; 80 const SkFont& currentFont() const override { return fFont; } in currentFont() function
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 79 virtual const SkFont& currentFont() const = 0; 130 const SkFont& currentFont() const override { return fFont; } in currentFont() function
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Iterators.h | 48 const SkFont& currentFont() const override { return fFont; } in currentFont() function
|
D | ParagraphImpl.cpp | 150 …LineMetrics lineMetrics(font.currentFont(), paragraphStyle().getStrutStyle().getForceStrutHeight()… in layout()
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 207 const SkFont& currentFont() const override { return fCurrentFont; } in currentFont() function in skia::text::FormattingFontIterator
|