Searched refs:bchar (Results 1 - 8 of 8) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DpsCharStrings.py732 adx, ady, bchar, achar = args
733 baseGlyph = StandardEncoding[bchar]
1084 "asb adx ady bchar achar seac"
1086 asb, adx, ady, bchar, achar = self.popall()
1087 baseGlyph = StandardEncoding[bchar]
/external/fonttools/Tools/fontTools/misc/
H A DpsCharStrings.py732 adx, ady, bchar, achar = args
733 baseGlyph = StandardEncoding[bchar]
1084 "asb adx ady bchar achar seac"
1086 asb, adx, ady, bchar, achar = self.popall()
1087 baseGlyph = StandardEncoding[bchar]
/external/freetype/src/cff/
H A Dcf2intrp.c1099 CF2_Int bchar; local
1112 bchar = cf2_stack_popInt( opStack );
1133 error2 = cf2_getSeacComponent( decoder, bchar, &component );
H A Dcffgload.c734 FT_Int bchar,
761 bchar_index = bchar;
770 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
821 /* First load `bchar' in builder */
730 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument
/external/freetype/src/psaux/
H A Dt1decode.c177 /* bchar :: The base character's StandardEncoding charcode. */
189 FT_Int bchar,
238 bchar_index = bchar;
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
294 /* First load `bchar' in builder */
185 t1operator_seac( T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2intrp.c1092 CF2_UInt bchar; local
1105 bchar = cf2_stack_popInt( opStack );
1126 error2 = cf2_getSeacComponent( decoder, bchar, &component );
H A Dcffgload.c734 FT_Int bchar,
761 bchar_index = bchar;
770 bchar_index = cff_lookup_glyph_by_stdcharcode( cff, bchar );
821 /* First load `bchar' in builder */
730 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.c177 /* bchar :: The base character's StandardEncoding charcode. */
189 FT_Int bchar,
238 bchar_index = bchar;
244 bchar_index = t1_lookup_glyph_by_stdcharcode( decoder, bchar );
294 /* First load `bchar' in builder */
185 t1operator_seac( T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) argument

Completed in 147 milliseconds