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

  /external/harfbuzz/src/
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-tibetan.c 213 int first_glyph = 0; local
232 syllable.glyphs = item->glyphs + first_glyph;
233 syllable.attributes = item->attributes + first_glyph;
234 syllable.offsets = item->offsets + first_glyph;
235 syllable.advances = item->advances + first_glyph;
236 syllable.num_glyphs = item->num_glyphs - first_glyph;
243 logClusters[i-item->item.pos] = first_glyph;
245 first_glyph += syllable.num_glyphs;
247 item->num_glyphs = first_glyph;
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...]
harfbuzz-indic.cpp 1832 int first_glyph = 0; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
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-tibetan.c 213 int first_glyph = 0; local
232 syllable.glyphs = item->glyphs + first_glyph;
233 syllable.attributes = item->attributes + first_glyph;
234 syllable.offsets = item->offsets + first_glyph;
235 syllable.advances = item->advances + first_glyph;
236 syllable.num_glyphs = item->num_glyphs - first_glyph;
243 logClusters[i-item->item.pos] = first_glyph;
245 first_glyph += syllable.num_glyphs;
247 item->num_glyphs = first_glyph;
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 467 int first_glyph = 0; local
486 syllable.glyphs = item->glyphs + first_glyph;
487 syllable.attributes = item->attributes + first_glyph;
488 syllable.advances = item->advances + first_glyph;
489 syllable.offsets = item->offsets + first_glyph;
490 syllable.num_glyphs = item->num_glyphs - first_glyph;
499 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
503 MMDEBUG(" %d -> glyph %d", i, first_glyph);
504 logClusters[i-item->item.pos] = first_glyph;
    [all...]
harfbuzz-indic.cpp 1830 int first_glyph = 0; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 126 hb_codepoint_t first_glyph; local
127 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph))
129 first_glyphs[num_first_glyphs].set (first_glyph);
hb-font-private.hh 380 inline void get_glyph_kerning_for_direction (hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
385 *x = get_glyph_h_kerning (first_glyph, second_glyph);
389 *y = get_glyph_v_kerning (first_glyph, second_glyph);
hb-font.h 187 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
341 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
hb-font.cc 465 hb_codepoint_t first_glyph, hb_codepoint_t second_glyph,
469 return font->get_glyph_kerning_for_direction (first_glyph, second_glyph, direction, x, y);
  /external/freetype/src/sfnt/
ttsbit.c 354 if ( range->last_glyph < range->first_glyph )
360 num_glyphs = range->last_glyph - range->first_glyph + 1L;
557 range->first_glyph = FT_GET_USHORT();
731 if ( glyph_index >= (FT_UInt)range->first_glyph &&
734 FT_UShort delta = (FT_UShort)( glyph_index - range->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 120 milliseconds