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

/external/harfbuzz/src/
H A Dharfbuzz-shaper-private.h135 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
H A Dharfbuzz-shaper.cpp588 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
1212 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) argument
1246 if (doLogClusters && face->glyphs_substituted) {
1329 if (doLogClusters) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-shaper-private.h123 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
H A Dharfbuzz-shaper.cpp377 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true);
850 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) argument
884 if (doLogClusters && face->glyphs_substituted) {
966 if (doLogClusters) {

Completed in 85 milliseconds