Searched refs:currentFont (Results 1 – 5 of 5) sorted by relevance
/external/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 | 940 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()
|
D | SkShaper.cpp | 167 const SkFont& currentFont() const override { in currentFont() function in FontMgrRunIterator
|
/external/skia/modules/skshaper/include/ |
D | SkShaper.h | 75 virtual const SkFont& currentFont() const = 0; 126 const SkFont& currentFont() const override { return fFont; } in currentFont() function
|