Home
last modified time | relevance | path

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

/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp48 using HBFont = resource<hb_font_t , hb_font_destroy >; typedef
72 HBFont create_hb_font(SkTypeface* tf) { in create_hb_font()
93 HBFont font(hb_font_create(face.get())); in create_hb_font()
348 HBFont fFallbackHBFont;
504 HBFont fHarfBuzzFont;
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp61 using HBFont = resource<hb_font_t , decltype(hb_font_destroy) , hb_font_destroy >; typedef
296 HBFont create_hb_font(const SkFont& font, const HBFace& face) { in create_hb_font()
302 HBFont otFont(hb_font_create(face.get())); in create_hb_font()
320 HBFont skFont(hb_font_create_sub_font(otFont.get())); in create_hb_font()
1350 HBFont hbFont; in shape()