Home
last modified time | relevance | path

Searched refs:typefaceFont (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp442 HBFont create_sub_hb_font(const SkFont& font, const HBFont& typefaceFont) { argument
444 hb_face_t* face = hb_font_get_face(typefaceFont.get());
451 HBFont skFont(hb_font_create_sub_font(typefaceFont.get()));
461 HBFont create_sub_hb_font(const RSFont& font, const HBFont& typefaceFont) { argument
464 HBFont skFont(hb_font_create_sub_font(typefaceFont.get()));
1575 HBFont typefaceFont(create_typeface_hb_font(*font.currentFont().getTypeface()));
1577 HBFont typefaceFont(create_typeface_hb_font(*const_cast<RSFont&>(font.currentFont()).GetTypeface()));
1579 typefaceFontCached = cache.insert(dataId, std::move(typefaceFont));

Completed in 6 milliseconds