Lines Matching refs:rect

76 static UINT  _gx_canvas_rotated_pixelmap_bound_calculate(GX_RECTANGLE *rect, INT angle, INT rot_cx,…  in _gx_canvas_rotated_pixelmap_bound_calculate()  argument
102 width = (GX_VALUE)(rect -> gx_rectangle_right - rect -> gx_rectangle_left + 1); in _gx_canvas_rotated_pixelmap_bound_calculate()
103 height = (GX_VALUE)(rect -> gx_rectangle_bottom - rect -> gx_rectangle_top + 1); in _gx_canvas_rotated_pixelmap_bound_calculate()
113rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - (width - 1 - rot_cy)); in _gx_canvas_rotated_pixelmap_bound_calculate()
114 rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - rot_cx); in _gx_canvas_rotated_pixelmap_bound_calculate()
118rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - (width - 1 - rot_cx)); in _gx_canvas_rotated_pixelmap_bound_calculate()
119rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - (height - 1 - rot_cy)); in _gx_canvas_rotated_pixelmap_bound_calculate()
124 rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - rot_cy); in _gx_canvas_rotated_pixelmap_bound_calculate()
125rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - (height - 1 - rot_cx)); in _gx_canvas_rotated_pixelmap_bound_calculate()
157 rect -> gx_rectangle_left = (GX_VALUE)(rect -> gx_rectangle_left + rot_cx - x); in _gx_canvas_rotated_pixelmap_bound_calculate()
158 rect -> gx_rectangle_top = (GX_VALUE)(rect -> gx_rectangle_top + rot_cy - y); in _gx_canvas_rotated_pixelmap_bound_calculate()
160 rect -> gx_rectangle_right = (GX_VALUE)(rect -> gx_rectangle_left + width - 1); in _gx_canvas_rotated_pixelmap_bound_calculate()
161 rect -> gx_rectangle_bottom = (GX_VALUE)(rect -> gx_rectangle_top + height - 1); in _gx_canvas_rotated_pixelmap_bound_calculate()