Home
last modified time | relevance | path

Searched refs:draw_clip_rect (Results 1 – 3 of 3) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A Dscreen_drawing.cpp314 draw_clip_rect.top = top; in set_drawing_clip_rectangle()
315 draw_clip_rect.left = left; in set_drawing_clip_rectangle()
316 draw_clip_rect.bottom = bottom; in set_drawing_clip_rectangle()
317 draw_clip_rect.right = right; in set_drawing_clip_rectangle()
492 clip_top = draw_clip_rect.top; in _draw_text()
494 clip_left = draw_clip_rect.left; in _draw_text()
529 clip_top = draw_clip_rect.top; in _draw_text()
531 clip_left = draw_clip_rect.left; in _draw_text()
890 clip_top = draw_clip_rect.top; in draw_line()
1032 clip_top = draw_clip_rect.top; in draw_polygon()
[all …]
H A Dimages.cpp132 extern screen_rectangle draw_clip_rect;
858 src_rect.w = dst_rect.w = draw_clip_rect.right - draw_clip_rect.left; in draw_picture_surface()
859 src_rect.h = dst_rect.h = draw_clip_rect.bottom - draw_clip_rect.top; in draw_picture_surface()
860 src_rect.x = draw_clip_rect.left - (640 - s->w) / 2; in draw_picture_surface()
861 src_rect.y = draw_clip_rect.top - (480 - s->h) / 2; in draw_picture_surface()
862 dst_rect.x += draw_clip_rect.left- (640 - s->w) / 2; in draw_picture_surface()
863 dst_rect.y += draw_clip_rect.top - (480 - s->h) / 2; in draw_picture_surface()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_lines.c38 static void draw_clip_rect(void) in draw_clip_rect() function
67 draw_clip_rect(); in plonk()
95 draw_clip_rect(); in splat()
143 draw_clip_rect(); in main()