Home
last modified time | relevance | path

Searched refs:firstGlyph (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c505 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local
535 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt2_validate()
546 gid = firstGlyph; in gxv_LookupTable_fmt2_validate()
547 firstGlyph = lastGlyph; in gxv_LookupTable_fmt2_validate()
576 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local
606 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt4_validate()
617 gid = firstGlyph; in gxv_LookupTable_fmt4_validate()
618 firstGlyph = lastGlyph; in gxv_LookupTable_fmt4_validate()
727 FT_UShort firstGlyph; in gxv_LookupTable_fmt8_validate() local
735 firstGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt8_validate()
[all …]
A Dgxvkern.c382 FT_UShort firstGlyph; in gxv_kern_subtable_fmt2_clstbl_validate() local
389 firstGlyph = FT_NEXT_USHORT( p ); in gxv_kern_subtable_fmt2_clstbl_validate()
392 tag, firstGlyph, nGlyphs )); in gxv_kern_subtable_fmt2_clstbl_validate()
394 gxv_glyphid_validate( firstGlyph, valid ); in gxv_kern_subtable_fmt2_clstbl_validate()
395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), valid ); in gxv_kern_subtable_fmt2_clstbl_validate()
A DREADME262 collection of segments which are specified by `firstGlyph' and
263 `lastGlyph'. Some fonts store `firstGlyph' and `lastGlyph' in
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2ext.h3030 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
3088 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengl_glext.h9164 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
9214 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…

Completed in 82 milliseconds