Searched defs:glyphs_positioned (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp1210 bool glyphs_positioned = false; local
1215 glyphs_positioned = HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
1218 if (!face->glyphs_substituted && !glyphs_positioned) {
1266 if (glyphs_positioned) {

Completed in 72 milliseconds