Searched refs:glyph_count (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/freetype/dist/src/otvalid/
H A Dotvalid.h44 FT_UInt glyph_count,
49 FT_UInt glyph_count,
54 FT_UInt glyph_count,
63 FT_UInt glyph_count,
68 FT_UInt glyph_count,
H A Dotvgsub.c41 /* uses otvalid->glyph_count */
78 if ( (FT_UInt)idx >= otvalid->glyph_count )
102 if ( FT_NEXT_USHORT( p ) >= otvalid->glyph_count )
143 otvalid->extra1 = otvalid->glyph_count;
184 otvalid->extra1 = otvalid->glyph_count;
207 /* uses otvalid->glyph_count */
221 if ( LigatureGlyph >= otvalid->glyph_count )
455 /* uses otvalid->glyph_count */
509 if ( FT_NEXT_USHORT( p ) >= otvalid->glyph_count )
545 /* sets otvalid->glyph_count */
548 otv_GSUB_validate(FT_Bytes table,FT_UInt glyph_count,FT_Validator ftvalid) argument
[all...]
H A Dotvjstf.c173 otvalid->extra1 = otvalid->glyph_count;
202 /* sets otvalid->glyph_count */
208 FT_UInt glyph_count,
244 otvalid->glyph_count = glyph_count;
205 otv_JSTF_validate(FT_Bytes table,FT_Bytes gsub,FT_Bytes gpos,FT_UInt glyph_count,FT_Validator ftvalid) argument
H A Dotvmath.c305 if ( gid >= otvalid->glyph_count )
341 if ( gid >= otvalid->glyph_count )
413 /* sets otvalid->glyph_count */
417 FT_UInt glyph_count,
440 otvalid->glyph_count = glyph_count;
416 otv_MATH_validate(FT_Bytes table,FT_UInt glyph_count,FT_Validator ftvalid) argument
H A Dotvgdef.c178 /* sets otvalid->glyph_count */
184 FT_UInt glyph_count,
252 otvalid->glyph_count = glyph_count;
181 otv_GDEF_validate(FT_Bytes table,FT_Bytes gsub,FT_Bytes gpos,FT_UInt glyph_count,FT_Validator ftvalid) argument
H A Dotvcommn.c77 if ( gid >= otvalid->glyph_count )
107 if ( End >= otvalid->glyph_count )
255 if ( StartGlyph + GlyphCount - 1 >= otvalid->glyph_count )
282 if ( End >= otvalid->glyph_count )
H A Dotvgpos.c979 /* sets otvalid->glyph_count */
983 FT_UInt glyph_count,
1030 otvalid->glyph_count = glyph_count;
982 otv_GPOS_validate(FT_Bytes table,FT_UInt glyph_count,FT_Validator ftvalid) argument
H A Dotvcommn.h50 FT_UInt glyph_count; member in struct:OTV_ValidatorRec_
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafglobal.c142 for ( i = 0; i < (FT_UInt)globals->glyph_count; i++ )
190 gindex < (FT_ULong)globals->glyph_count &&
201 if ( gindex < (FT_ULong)globals->glyph_count &&
219 gindex < (FT_ULong)globals->glyph_count &&
230 if ( gindex < (FT_ULong)globals->glyph_count &&
262 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
276 for ( nn = 0; nn < globals->glyph_count; nn++ )
302 for ( idx = 0; idx < globals->glyph_count; idx++ )
350 globals->glyph_count = face->num_glyphs;
434 if ( gindex >= (FT_ULong)globals->glyph_count )
[all...]
H A Dafglobal.h108 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
H A Dafshaper.c366 if ( idx >= (hb_codepoint_t)globals->glyph_count )
H A Daflatin.c1058 for ( i = 0; i < globals->glyph_count; i++ )
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c359 glyph_count(int nlist, function in typeref:typename:int
573 __FUNCTION__, glyph_count(nlist, list), nlist, box.x1, box.y1, box.x2, box.y2,
1139 nlist, glyph_count(nlist, list), box.x1, box.y1, box.x2, box.y2));
1673 nlist, glyph_count(nlist, list),
2100 nlist, glyph_count(nlist, list), box.x1, box.y1, box.x2, box.y2));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c359 glyph_count(int nlist, function in typeref:typename:int
573 __FUNCTION__, glyph_count(nlist, list), nlist, box.x1, box.y1, box.x2, box.y2,
1136 nlist, glyph_count(nlist, list), box.x1, box.y1, box.x2, box.y2));
1639 nlist, glyph_count(nlist, list),
2066 nlist, glyph_count(nlist, list), box.x1, box.y1, box.x2, box.y2));
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c1648 FT_UInt glyph_count = glyph->num_points; local in function:psh_glyph_find_blue_points
1653 for ( ; glyph_count > 0; glyph_count--, point++ )

Completed in 32 milliseconds