Home
last modified time | relevance | path

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

/external/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.cpp940 font.currentFont(), bidi.currentLevel(), in wrap()
1306 font.currentFont(), bidi.currentLevel(), nullptr, 0); in shape()
1353 SkFontID dataId = font.currentFont().getTypeface()->uniqueID(); in shape()
1356 HBFace hbFace(create_hb_face(*font.currentFont().getTypeface())); in shape()
1359 hbFont = create_hb_font(font.currentFont(), *hbFaceCached); in shape()
1398 font.currentFont(), bidi.currentLevel(), in shape()
DSkShaper.cpp167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
/external/skia/modules/skshaper/include/
DSkShaper.h75 virtual const SkFont& currentFont() const = 0;
126 const SkFont& currentFont() const override { return fFont; } in currentFont() function