Home
last modified time | relevance | path

Searched refs:tt_set_mm_blend (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c2585 tt_set_mm_blend( TT_Face face, in tt_set_mm_blend() function
2818 error = tt_set_mm_blend( face, num_coords, coords, 1 ); in TT_Set_MM_Blend()
2879 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) in TT_Get_MM_Blend()
3040 error = tt_set_mm_blend( face, mmvar->num_axis, normalized, 0 ); in TT_Set_Var_Design()
3102 if ( FT_SET_ERROR( tt_set_mm_blend( face, 0, NULL, 1 ) ) ) in TT_Get_Var_Design()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.29431 * 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.
DChangeLog.281010 * 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.
DChangeLog.210351 * src/truetype/ttgxvar.c (tt_set_mm_blend): Test `coords`.
355 explictly call `tt_set_mm_blend` with `coords` as `NULL`. In
3670 `tt_set_mm_blend' and failing, but the font was invalid anyway and
3671 we want to keep seeing the failure in `tt_set_mm_blend'.
6639 * src/truetype/ttgxvar.c (tt_set_mm_blend): Correctly set
6837 * src/truetype/ttgxvar.c (tt_set_mm_blend): Fix off-by-one error.