Searched refs:inside_side (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1228 FT_Int inside_side; in ft_stroker_process_corner() local 1239 inside_side = ( turn < 0 ); in ft_stroker_process_corner() 1242 error = ft_stroker_inside( stroker, inside_side, line_length ); in ft_stroker_process_corner() 1247 error = ft_stroker_outside( stroker, !inside_side, line_length ); in ft_stroker_process_corner() 1935 FT_Int inside_side; in FT_Stroker_EndSubPath() local 1957 inside_side = ( turn < 0 ); in FT_Stroker_EndSubPath() 1960 inside_side, in FT_Stroker_EndSubPath() 1967 !inside_side, in FT_Stroker_EndSubPath()
|
/third_party/freetype/src/base/ |
D | ftstroke.c | 1194 FT_Int inside_side; in ft_stroker_process_corner() local 1205 inside_side = ( turn < 0 ); in ft_stroker_process_corner() 1208 error = ft_stroker_inside( stroker, inside_side, line_length ); in ft_stroker_process_corner() 1213 error = ft_stroker_outside( stroker, !inside_side, line_length ); in ft_stroker_process_corner() 1901 FT_Int inside_side; in FT_Stroker_EndSubPath() local 1923 inside_side = ( turn < 0 ); in FT_Stroker_EndSubPath() 1926 inside_side, in FT_Stroker_EndSubPath() 1933 !inside_side, in FT_Stroker_EndSubPath()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftstroke.c | 1195 FT_Int inside_side; in ft_stroker_process_corner() local 1206 inside_side = ( turn < 0 ); in ft_stroker_process_corner() 1209 error = ft_stroker_inside( stroker, inside_side, line_length ); in ft_stroker_process_corner() 1214 error = ft_stroker_outside( stroker, !inside_side, line_length ); in ft_stroker_process_corner()
|