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

  /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 );
  /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/mesa3d/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]

Completed in 1399 milliseconds