Home
last modified time | relevance | path

Searched refs:cff_parse_fixed_scaled (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/freetype/src/cff/
Dcffparse.c454 cff_parse_fixed_scaled( FT_Byte** d, in cff_parse_fixed_scaled() function
556 matrix->yx = cff_parse_fixed_scaled( data++, scaling ); in cff_parse_font_matrix()
557 matrix->xy = cff_parse_fixed_scaled( data++, scaling ); in cff_parse_font_matrix()
558 matrix->yy = cff_parse_fixed_scaled( data++, scaling ); in cff_parse_font_matrix()
559 offset->x = cff_parse_fixed_scaled( data++, scaling ); in cff_parse_font_matrix()
560 offset->y = cff_parse_fixed_scaled( data, scaling ); in cff_parse_font_matrix()
1059 val = cff_parse_fixed_scaled( parser->stack, 3 ); in cff_parser_run()
/external/freetype/src/cff/
Dcffparse.c521 cff_parse_fixed_scaled( CFF_Parser parser, in cff_parse_fixed_scaled() function
1521 val = cff_parse_fixed_scaled( parser, parser->stack, 3 ); in cff_parser_run()