Home | History | Annotate | Download | only in base

Lines Matching defs:side

877                     FT_Int      side )
882 FT_StrokeBorder border = stroker->borders + side;
885 rotate = FT_SIDE_TO_ROTATE( side );
905 FT_Int side )
916 error = ft_stroker_arcto( stroker, side );
922 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
924 FT_StrokeBorder border = stroker->borders + side;
949 FT_Angle rotate = FT_SIDE_TO_ROTATE( side );
951 FT_StrokeBorder border = stroker->borders + side;
979 FT_Int side,
982 FT_StrokeBorder border = stroker->borders + side;
990 rotate = FT_SIDE_TO_ROTATE( side );
1041 FT_Int side,
1044 FT_StrokeBorder border = stroker->borders + side;
1050 error = ft_stroker_arcto( stroker, side );
1060 rotate = FT_SIDE_TO_ROTATE( side );
1216 /* when we turn to the right, the inside side is 0 */
1219 /* otherwise, the inside side is 1 */
1223 /* process the inside side */
1228 /* process the outside side */
1287 FT_Int side;
1324 for ( border = stroker->borders, side = 1; side >= 0; side--, border++ )
1437 FT_Int side;
1448 for ( border = stroker->borders, side = 0;
1449 side <= 1;
1450 side++, border++ )
1452 rotate = FT_SIDE_TO_ROTATE( side );
1637 FT_Int side;
1651 for ( border = stroker->borders, side = 0;
1652 side <= 1;
1653 side++, border++ )
1655 rotate = FT_SIDE_TO_ROTATE( side );
1913 /* when we turn to the right, the inside side is 0 */
1916 /* otherwise, the inside side is 1 */
1926 /* process the outside side */