Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp385 std::shared_ptr<RSTypeface> insert(uint32_t fontId, std::shared_ptr<RSTypeface> hbFont) { argument
386 auto face = fLRUCache.insert(fontId, std::move(hbFont));
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1489 HBFont* insert(uint32_t fontId, HBFont hbFont) { argument
1490 return fLRUCache.insert(fontId, std::move(hbFont));
1564 HBFont hbFont; local
1581 hbFont = create_sub_hb_font(font.currentFont(), *typefaceFontCached);
1583 if (!hbFont) {
1605 hb_shape(hbFont.get(), buffer, hbFeatures.data(), hbFeatures.size());

Completed in 4 milliseconds