Searched refs:tt_set_mm_blend (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/truetype/ |
D | ttgxvar.c | 2505 tt_set_mm_blend( TT_Face face, in tt_set_mm_blend() function 2737 error = tt_set_mm_blend( face, num_coords, coords, 1 ); in TT_Set_MM_Blend() 2798 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) in TT_Get_MM_Blend() 2959 error = tt_set_mm_blend( face, mmvar->num_axis, normalized, 0 ); in TT_Set_Var_Design() 3021 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) in TT_Get_Var_Design()
|
/external/freetype/ |
D | ChangeLog.29 | 431 * src/truetype/ttgxvar.c (tt_set_mm_blend): Minor. 632 * src/truetype/ttgxvar.c (tt_set_mm_blend): Fix it. 734 * src/truetype/ttgxvar.c (tt_set_mm_blend, TT_Set_Var_Design): 1293 (tt_set_mm_blend): No longer check whether requested variation 1330 src/truetype/ttgxvar.c (tt_set_mm_blend): Updated.
|
D | ChangeLog.28 | 1010 * src/truetype/ttgxvar.c (tt_set_mm_blend): Compute all design 2072 * src/truetype/ttgxvar.c (tt_set_mm_blend): Reset 2119 (tt_set_mm_blend): ... New function.
|
D | ChangeLog | 921 `tt_set_mm_blend' and failing, but the font was invalid anyway and 922 we want to keep seeing the failure in `tt_set_mm_blend'. 3890 * src/truetype/ttgxvar.c (tt_set_mm_blend): Correctly set 4088 * src/truetype/ttgxvar.c (tt_set_mm_blend): Fix off-by-one error.
|