Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-shaper.h274 …HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indice… member
Dharfbuzz-shaper.cpp562 if (shaper_item->glyphIndicesPresent) { in HB_ConvertStringToGlyphIndices()
564 shaper_item->glyphIndicesPresent = false; in HB_ConvertStringToGlyphIndices()
1355 shaper_item->glyphIndicesPresent = false; in HB_ShapeItem()
/external/harfbuzz/tests/shaping/
Dmain.cpp236 shaper_item.glyphIndicesPresent = false; in shaping()