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

/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper.cpp854 bool glyphs_positioned = false; local
859 glyphs_positioned = HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
862 if (!face->glyphs_substituted && !glyphs_positioned) {
910 if (glyphs_positioned) {
/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp1216 bool glyphs_positioned = false; local
1221 glyphs_positioned = HB_GPOS_Apply_String(item->font, face->gpos, face->current_flags, face->buffer, false, false) != HB_Err_Not_Covered;
1224 if (!face->glyphs_substituted && !glyphs_positioned) {
1272 if (glyphs_positioned) {

Completed in 78 milliseconds