Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1350 HBFont hbFont; in shape() local
1359 hbFont = create_hb_font(font.currentFont(), *hbFaceCached); in shape()
1361 if (!hbFont) { in shape()
1383 hb_shape(hbFont.get(), buffer, hbFeatures.data(), hbFeatures.size()); in shape()