Home
last modified time | relevance | path

Searched refs:create_hb_font (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp72 HBFont create_hb_font(SkTypeface* tf) { in create_hb_font() function
306 fFallbackHBFont = create_hb_font(fFallbackTypeface.get()); in consume()
515 fImpl->fHarfBuzzFont = create_hb_font(fImpl->fTypeface.get()); in SkShaper()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp296 HBFont create_hb_font(const SkFont& font, const HBFace& face) { in create_hb_font() function
1359 hbFont = create_hb_font(font.currentFont(), *hbFaceCached); in shape()