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

  /external/harfbuzz_ng/src/
hb-ot-kern-table.hh 98 inline unsigned int get_class (hb_codepoint_t g) const { return classes[g - firstGlyph]; }
103 return_trace (firstGlyph.sanitize (c) && classes.sanitize (c));
107 UINT16 firstGlyph; /* First glyph in class range. */
  /external/freetype/src/gxvalid/
gxvcommn.c 484 p[2] != 0xFF || p[3] != 0xFF ) /* firstGlyph */
505 FT_UShort firstGlyph;
521 firstGlyph = FT_NEXT_USHORT( p );
524 gxv_glyphid_validate( firstGlyph, gxvalid );
535 if ( lastGlyph < firstGlyph )
538 " lastGlyph %d < firstGlyph %d ",
539 unit, lastGlyph, firstGlyph ));
546 gid = firstGlyph;
547 firstGlyph = lastGlyph;
551 for ( gid = firstGlyph; gid <= lastGlyph; gid++
    [all...]
gxvkern.c 382 FT_UShort firstGlyph;
389 firstGlyph = FT_NEXT_USHORT( p );
391 GXV_TRACE(( " %s firstGlyph=%d, nGlyphs=%d\n",
392 tag, firstGlyph, nGlyphs ));
394 gxv_glyphid_validate( firstGlyph, gxvalid );
395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid );

Completed in 71 milliseconds