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_x
(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
739
float
region_x
= io.MousePos.x - pos.x - region_sz * 0.5f; if (
region_x
< 0.0f)
region_x
= 0.0f; else if (
region_x
> my_tex_w - region_sz)
region_x
= my_tex_w - 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 37 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026