Searched refs:UPSCALE (Results 1 – 2 of 2) sorted by relevance
334 #define UPSCALE( x ) ( (x) * ( ONE_PIXEL >> 6 ) ) macro337 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro996 arc[0].x = UPSCALE( to->x ); in gray_render_conic()997 arc[0].y = UPSCALE( to->y ); in gray_render_conic()998 arc[1].x = UPSCALE( control->x ); in gray_render_conic()999 arc[1].y = UPSCALE( control->y ); in gray_render_conic()1091 arc[0].x = UPSCALE( to->x ); in gray_render_cubic()1092 arc[0].y = UPSCALE( to->y ); in gray_render_cubic()1093 arc[1].x = UPSCALE( control2->x ); in gray_render_cubic()1094 arc[1].y = UPSCALE( control2->y ); in gray_render_cubic()[all …]
327 #define UPSCALE( x ) ( (x) << ( PIXEL_BITS - 6 ) ) macro330 #define UPSCALE( x ) ( (x) >> ( 6 - PIXEL_BITS ) ) macro948 arc[0].x = UPSCALE( to->x ); in gray_render_conic()949 arc[0].y = UPSCALE( to->y ); in gray_render_conic()950 arc[1].x = UPSCALE( control->x ); in gray_render_conic()951 arc[1].y = UPSCALE( control->y ); in gray_render_conic()1046 arc[0].x = UPSCALE( to->x ); in gray_render_cubic()1047 arc[0].y = UPSCALE( to->y ); in gray_render_cubic()1048 arc[1].x = UPSCALE( control2->x ); in gray_render_cubic()1049 arc[1].y = UPSCALE( control2->y ); in gray_render_cubic()[all …]