Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1load.c237 if ( ncv <= axismap->blend_points[0] ) in mm_axis_unmap()
242 if ( ncv <= axismap->blend_points[j] ) in mm_axis_unmap()
245 FT_DivFix( ncv - axismap->blend_points[j - 1], in mm_axis_unmap()
246 axismap->blend_points[j] - in mm_axis_unmap()
247 axismap->blend_points[j - 1] ); in mm_axis_unmap()
501 FT_Fixed* blends = map->blend_points; in T1_Set_MM_Design()
949 map->blend_points = map->design_points + num_points; in parse_blend_design_map()
964 map->blend_points [p] = T1_ToFixed( parser, 0 ); in parse_blend_design_map()
968 (double)map->blend_points[p] / 65536 )); in parse_blend_design_map()
/external/freetype/include/freetype/
Dt1tables.h290 FT_Fixed* blend_points; member
/external/freetype/
DChangeLog.233710 * src/type1/t1load.c (mm_axis_unmap): `blend_points' is FT_Fixed*,