Searched refs:region_y (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transfer.h34 int region_x, int region_y,
H A Dglamor_transfer.c101 int region_x, int region_y,
105 -region_x, -region_y,
100 glamor_upload_region(PixmapPtr pixmap,RegionPtr region,int region_x,int region_y,uint8_t * bits,uint32_t byte_stride) argument
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp740 float region_y = io.MousePos.y - pos.y - region_sz * 0.5f; if (region_y < 0.0f) region_y = 0.0f; else if (region_y > my_tex_h - region_sz) region_y = my_tex_h - region_sz; local in function:ShowDemoWindowWidgets
742 ImGui::Text("Min: (%.2f, %.2f)", region_x, region_y);
743 ImGui::Text("Max: (%.2f, %.2f)", region_x + region_sz, region_y + region_sz);
744 ImVec2 uv0 = ImVec2((region_x) / my_tex_w, (region_y) / my_tex_h);
745 ImVec2 uv1 = ImVec2((region_x + region_sz) / my_tex_w, (region_y + region_sz) / my_tex_h);

Completed in 11 milliseconds