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

  /external/freetype/src/cff/
cf2font.h 81 CF2_UInt vsindex; /* current vsindex */ member in struct:CF2_FontRec_
cffload.h 88 FT_UInt vsindex,
94 FT_UInt vsindex,
cf2font.c 291 subFont->private_dict.vsindex,
311 font->vsindex = subFont->private_dict.vsindex;
cfftoken.h 145 CFF_FIELD_CALLBACK ( 22, vsindex, "vsindex" )
cfftypes.h 142 /* vsindex indexes this array */
162 /* vsindex cannot be changed after a BV is used. */
170 FT_UInt lastVsindex; /* last vsindex used */
272 FT_UInt vsindex; member in struct:CFF_PrivateRec_
cffload.c     [all...]
cffparse.c 853 /* vsindex operator can only be used in a Private DICT */
870 FT_ERROR(( " cff_parse_vsindex: vsindex not allowed after blend\n" ));
875 priv->vsindex = (FT_UInt)cff_parse_num( parser, data++ );
877 FT_TRACE4(( " %d\n", priv->vsindex ));
909 priv->vsindex,
914 priv->vsindex,
    [all...]
cf2intrp.c 650 FT_TRACE4(( " vsindex\n" ));
657 /* vsindex not allowed after blend */
667 font->vsindex = (FT_UInt)temp;
690 font->vsindex,
695 font->vsindex,
    [all...]

Completed in 6209 milliseconds