HomeSort by relevance Sort by last modified time
    Searched refs:glyphIndicesPresent (Results 1 - 6 of 6) sorted by null

  /external/harfbuzz/src/
harfbuzz-shaper.h 274 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */
275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
harfbuzz-shaper.cpp 562 if (shaper_item->glyphIndicesPresent) {
564 shaper_item->glyphIndicesPresent = false;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 243 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */
244 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */
harfbuzz-shaper.cpp 351 if (shaper_item->glyphIndicesPresent) {
353 shaper_item->glyphIndicesPresent = false;
    [all...]
  /external/harfbuzz_ng/src/
hb-old.cc 326 item.glyphIndicesPresent = false;
  /external/harfbuzz/tests/shaping/
main.cpp 236 shaper_item.glyphIndicesPresent = false;

Completed in 346 milliseconds