OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinX
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-mach64/dist/src/
atipreinit.c
527
int
MinX
, MinY;
2473
MinX
= pScreenInfo->virtualX - pATI->AdjustMaxX;
2480
((pMode->VDisplay < MinY) || (pMode->HDisplay <
MinX
)))
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_internal.h
643
float
MinX
, MaxX;
658
MinX
= MaxX = 0.0f;
imgui.cpp
8200
return offset_norm * (columns->MaxX - columns->
MinX
);
8205
return offset / (columns->MaxX - columns->
MinX
);
8238
const float x_offset = ImLerp(columns->
MinX
, columns->MaxX, t);
8282
columns->Columns[column_index].OffsetNorm = PixelsToOffsetNorm(columns, offset - columns->
MinX
);
8345
columns->
MinX
= window->DC.Indent.x - g.Style.ItemSpacing.x; // Lock our horizontal range
8346
columns->MaxX = ImMax(content_region_width - window->Scroll.x, columns->
MinX
+ 1.0f);
9411
ImGui::BulletText("Width: %.1f (
MinX
: %.1f, MaxX: %.1f)", columns->MaxX - columns->
MinX
, columns->
MinX
, columns->MaxX);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_internal.h
643
float
MinX
, MaxX;
658
MinX
= MaxX = 0.0f;
imgui.cpp
8200
return offset_norm * (columns->MaxX - columns->
MinX
);
8205
return offset / (columns->MaxX - columns->
MinX
);
8238
const float x_offset = ImLerp(columns->
MinX
, columns->MaxX, t);
8282
columns->Columns[column_index].OffsetNorm = PixelsToOffsetNorm(columns, offset - columns->
MinX
);
8345
columns->
MinX
= window->DC.Indent.x - g.Style.ItemSpacing.x; // Lock our horizontal range
8346
columns->MaxX = ImMax(content_region_width - window->Scroll.x, columns->
MinX
+ 1.0f);
9411
ImGui::BulletText("Width: %.1f (
MinX
: %.1f, MaxX: %.1f)", columns->MaxX - columns->
MinX
, columns->
MinX
, columns->MaxX);
Completed in 40 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026