Home
last modified time | relevance | path

Searched refs:firstGlyph (Results 1 – 18 of 18) 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 HBGlyphID 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 HBGlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
646 unsigned int i = glyph_id - firstGlyph; in get_class()
661 HBGlyphID firstGlyph; /* First glyph index included in the trimmed array. */ member
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py422 firstGlyph = list(rule.glyphs[0])[0]
423 if firstGlyph not in rulesetsByFirstGlyph:
424 coverage.add(firstGlyph)
425 rulesetsByFirstGlyph[firstGlyph] = []
426 rulesetsByFirstGlyph[firstGlyph].append(ruleAsSubtable)
1570 firstGlyph = components[0]
1571 self.ligatures.setdefault(firstGlyph, []).append(ligature)
/external/fonttools/Lib/fontTools/varLib/
Dmerger.py226 def _Lookup_PairPos_get_effective_value_pair(subtables, firstGlyph, secondGlyph): argument
231 firstGlyph not in self.Coverage.glyphs:
234 ps = self.PairSet[self.Coverage.glyphs.index(firstGlyph)]
241 klass1 = self.ClassDef1.classDefs.get(firstGlyph, 0)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py677 for firstGlyph in bucketKeys:
678 if firstGlyph not in buckets:
682 for seq,recs in buckets[firstGlyph]:
/external/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py758 for firstGlyph, lastGlyph, value in segments:
760 writer.writeUShort(firstGlyph)
/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/mesa3d/include/GLES2/
Dgl2ext.h3255 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
3332 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/angle/include/GLES2/
Dgl2ext.h3271 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
3348 … 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.h5474 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
5532 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
Dglext.h10584 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
10649 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8737 …GLenum fontTarget, const void * fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
13890 …GLenum fontTarget, const void * fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…
/external/libepoxy/prebuilt-intermediates/src/
Dgl_generated_dispatch.c116400firstGlyph, GLsizei numGlyphs, GLenum handleMissingGlyphs, GLuint pathParameterTemplate, GLfloat e…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h15798 … GLenum fontTarget, const void *fontName, GLbitfield fontStyle, GLuint firstGlyph, GLsizei numGlyp…