Home
last modified time | relevance | path

Searched refs:t1_allocate_blend (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/type1/
Dt1load.c104 t1_allocate_blend( T1_Face face, in t1_allocate_blend() function
815 error = t1_allocate_blend( face, 0, (FT_UInt)num_axis ); in parse_blend_axis_types()
935 error = t1_allocate_blend( face, in parse_blend_design_positions()
1007 error = t1_allocate_blend( face, 0, (FT_UInt)num_axis ); in parse_blend_design_map()
1117 error = t1_allocate_blend( face, (FT_UInt)num_designs, 0 ); in parse_weight_vector()
/external/freetype/
DChangeLog.214212 * src/type1/t1load.c (t1_allocate_blend): Use proper error values.
7650 * src/type1/t1load.c (t1_allocate_blend): Create blend->bboxes.
DChangeLog.237638 (t1_allocate_blend): Updated.