Searched refs:last_clip_y (Results 1 – 1 of 1) sorted by relevance
114 int last_clip_x, last_clip_y, last_clip_w, last_clip_h; in ImGui_ImplAllegro5_RenderDrawData() local115 al_get_clipping_rectangle(&last_clip_x, &last_clip_y, &last_clip_w, &last_clip_h); in ImGui_ImplAllegro5_RenderDrawData()191 al_set_clipping_rectangle(last_clip_x, last_clip_y, last_clip_w, last_clip_h); in ImGui_ImplAllegro5_RenderDrawData()