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

/external/harfbuzz/src/
H A Dharfbuzz-shaper.h274 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */ member in struct:HB_ShaperItem_
275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
H A Dharfbuzz-shaper.cpp562 if (shaper_item->glyphIndicesPresent) {
564 shaper_item->glyphIndicesPresent = false;
1355 shaper_item->glyphIndicesPresent = false;
/external/harfbuzz/tests/shaping/
H A Dmain.cpp236 shaper_item.glyphIndicesPresent = false;

Completed in 258 milliseconds