OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:region_y
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_transfer.h
34
int region_x, int
region_y
,
glamor_transfer.c
101
int region_x, int
region_y
,
105
-region_x, -
region_y
,
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_demo.cpp
740
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
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 9 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026