Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp61 using HBFont = resource<hb_font_t , hb_font_destroy >; typedef
266 HBFont create_hb_font(const SkFont& font) { in create_hb_font()
287 HBFont otFont(hb_font_create(face.get())); in create_hb_font()
305 HBFont skFont(hb_font_create_sub_font(otFont.get())); in create_hb_font()
1265 HBFont hbFont(create_hb_font(font.currentFont())); in shape()
/third_party/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp59 using HBFont = resource<hb_font_t , decltype(hb_font_destroy) , hb_font_destroy >; typedef
305 HBFont create_hb_font(const SkFont& font, const HBFace& face) { in create_hb_font()
311 HBFont otFont(hb_font_create(face.get())); in create_hb_font()
329 HBFont skFont(hb_font_create_sub_font(otFont.get())); in create_hb_font()
1354 HBFont hbFont; in shape()