Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_allegro5.cpp114 int last_clip_x, last_clip_y, last_clip_w, last_clip_h; in ImGui_ImplAllegro5_RenderDrawData() local
115 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()