Home
last modified time | relevance | path

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

/external/freetype/src/gxvalid/
Dgxvcommn.c505 FT_UShort firstGlyph; in gxv_LookupTable_fmt2_validate() local
521 firstGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt2_validate()
524 gxv_glyphid_validate( firstGlyph, gxvalid ); in gxv_LookupTable_fmt2_validate()
535 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt2_validate()
539 unit, lastGlyph, firstGlyph )); in gxv_LookupTable_fmt2_validate()
546 gid = firstGlyph; in gxv_LookupTable_fmt2_validate()
547 firstGlyph = lastGlyph; in gxv_LookupTable_fmt2_validate()
551 for ( gid = firstGlyph; gid <= lastGlyph; gid++ ) in gxv_LookupTable_fmt2_validate()
576 FT_UShort firstGlyph; in gxv_LookupTable_fmt4_validate() local
593 firstGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt4_validate()
[all …]
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, gxvalid ); in gxv_kern_subtable_fmt2_clstbl_validate()
395 gxv_glyphid_validate( (FT_UShort)( firstGlyph + nGlyphs - 1 ), gxvalid ); in gxv_kern_subtable_fmt2_clstbl_validate()
DREADME262 collection of segments which are specified by `firstGlyph' and
263 `lastGlyph'. Some fonts store `firstGlyph' and `lastGlyph' in
/external/harfbuzz_ng/src/
Dhb-aat-layout-common.hh270 return firstGlyph <= glyph_id && glyph_id - firstGlyph < glyphCount ? in get_value()
271 &valueArrayZ[glyph_id - firstGlyph] : nullptr; in get_value()
287 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
305 if (!(firstGlyph <= glyph_id && glyph_id - firstGlyph < glyphCount)) in get_value_or_null()
308 const HBUINT8 *p = &valueArrayZ[(glyph_id - firstGlyph) * valueSize]; in get_value_or_null()
329 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
648 unsigned int i = glyph_id - firstGlyph; in get_class()
663 GlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py197 def _Lookup_PairPos_get_effective_value_pair(subtables, firstGlyph, secondGlyph): argument
202 firstGlyph not in self.Coverage.glyphs:
205 ps = self.PairSet[self.Coverage.glyphs.index(firstGlyph)]
212 klass1 = self.ClassDef1.classDefs.get(firstGlyph, 0)
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py103 firstGlyph = components[0]
104 self.ligatures.setdefault(firstGlyph, []).append(ligature)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py680 for firstGlyph in bucketKeys:
681 if firstGlyph not in buckets:
685 for seq,recs in buckets[firstGlyph]:
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py687 for firstGlyph, lastGlyph, value in segments:
689 writer.writeUShort(firstGlyph)
/external/mesa3d/include/GLES2/
Dgl2ext.h3011 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
3069 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/swiftshader/include/GLES2/
Dgl2ext.h3089 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
3166 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/swiftshader/include/GL/
Dglcorearb.h5326 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
5384 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
Dglext.h10398 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
10463 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/mesa3d/include/GL/
Dglcorearb.h5286 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
5344 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
Dglext.h10356 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
10421 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…