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

  /external/harfbuzz/src/
harfbuzz-tibetan.c 212 int first_glyph = 0; local
231 syllable.glyphs = item->glyphs + first_glyph;
232 syllable.attributes = item->attributes + first_glyph;
233 syllable.offsets = item->offsets + first_glyph;
234 syllable.advances = item->advances + first_glyph;
235 syllable.num_glyphs = item->num_glyphs - first_glyph;
242 logClusters[i-item->item.pos] = first_glyph;
244 first_glyph += syllable.num_glyphs;
246 item->num_glyphs = first_glyph;
harfbuzz-hangul.c 232 int first_glyph = 0; local
246 syllable.glyphs = item->glyphs + first_glyph;
247 syllable.attributes = item->attributes + first_glyph;
248 syllable.offsets = item->offsets + first_glyph;
249 syllable.advances = item->advances + first_glyph;
250 syllable.num_glyphs = item->num_glyphs - first_glyph;
257 logClusters[i-item->item.pos] = first_glyph;
259 first_glyph += syllable.num_glyphs;
261 item->num_glyphs = first_glyph;
harfbuzz-indic.cpp 1832 int first_glyph = 0; local
    [all...]
harfbuzz-khmer.c 599 int first_glyph = 0; local
618 syllable.glyphs = item->glyphs + first_glyph;
619 syllable.attributes = item->attributes + first_glyph;
620 syllable.offsets = item->offsets + first_glyph;
621 syllable.advances = item->advances + first_glyph;
622 syllable.num_glyphs = item->num_glyphs - first_glyph;
630 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
634 KHDEBUG(" %d -> glyph %d", i, first_glyph);
635 logClusters[i-item->item.pos] = first_glyph;
    [all...]
harfbuzz-myanmar.c 466 int first_glyph = 0; local
485 syllable.glyphs = item->glyphs + first_glyph;
486 syllable.attributes = item->attributes + first_glyph;
487 syllable.advances = item->advances + first_glyph;
488 syllable.offsets = item->offsets + first_glyph;
489 syllable.num_glyphs = item->num_glyphs - first_glyph;
498 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
502 MMDEBUG(" %d -> glyph %d", i, first_glyph);
503 logClusters[i-item->item.pos] = first_glyph;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 562 /* first_glyph :: The first glyph index in the range. */
591 FT_UShort first_glyph; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 143 milliseconds