Subversion Repositories Kolibri OS

Rev

Rev 5056 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5056 Rev 6936
Line 160... Line 160...
160
				 struct drm_rect *dst,
160
				 struct drm_rect *dst,
161
				 int min_hscale, int max_hscale);
161
				 int min_hscale, int max_hscale);
162
int drm_rect_calc_vscale_relaxed(struct drm_rect *src,
162
int drm_rect_calc_vscale_relaxed(struct drm_rect *src,
163
				 struct drm_rect *dst,
163
				 struct drm_rect *dst,
164
				 int min_vscale, int max_vscale);
164
				 int min_vscale, int max_vscale);
-
 
165
void drm_rect_debug_print(const char *prefix,
165
void drm_rect_debug_print(const struct drm_rect *r, bool fixed_point);
166
			  const struct drm_rect *r, bool fixed_point);
166
void drm_rect_rotate(struct drm_rect *r,
167
void drm_rect_rotate(struct drm_rect *r,
167
		     int width, int height,
168
		     int width, int height,
168
		     unsigned int rotation);
169
		     unsigned int rotation);
169
void drm_rect_rotate_inv(struct drm_rect *r,
170
void drm_rect_rotate_inv(struct drm_rect *r,
170
			 int width, int height,
171
			 int width, int height,