Searched refs:HB_OpenTypePosition (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-hebrew.c | 68 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE); in HB_HebrewShape()
|
D | harfbuzz-shaper-private.h | 135 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters);
|
D | harfbuzz-greek.c | 440 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/TRUE); in HB_GreekShape()
|
D | harfbuzz-hangul.c | 198 positioned = HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE); in hangul_shape_syllable()
|
D | harfbuzz-tibetan.c | 150 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE)) in tibetan_shape_syllable()
|
D | harfbuzz-myanmar.c | 447 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE)) in myanmar_shape_syllable()
|
D | harfbuzz-khmer.c | 579 if (!HB_OpenTypePosition(item, availableGlyphs, /*doLogClusters*/FALSE)) in khmer_shape_syllable()
|
D | harfbuzz-arabic.c | 1095 return HB_OpenTypePosition(item, nglyphs, /*doLogClusters*/TRUE); in arabicSyriacOpenTypeShape()
|
D | harfbuzz-shaper.cpp | 588 return HB_OpenTypePosition(shaper_item, availableGlyphs, /*doLogClusters*/true); in HB_BasicShape() 1212 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) in HB_OpenTypePosition() function
|
D | harfbuzz-indic.cpp | 1667 HB_Bool positioned = HB_OpenTypePosition(item, availableGlyphs, false); in indic_shape_syllable()
|