Searched refs:default_x (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | setpos.pl | 43 our $default_x = 150; 52 -p Y,X use this position rather than $default_y,$default_x 74 $default_x = $coord[1]; 282 my $ulx = -$default_x; 284 my $lrx = $size[0] - $default_x; 294 my @pos = ( $default_y, $default_x );
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_internal.h | 1381 IMGUI_API ImVec2 CalcItemSize(ImVec2 size, float default_x, float default_y);
|
| H A D | imgui.cpp | 2926 ImVec2 ImGui::CalcItemSize(ImVec2 size, float default_x, float default_y) argument 2933 size.x = (size.x == 0.0f) ? default_x : ImMax(content_max.x - g.CurrentWindow->DC.CursorPos.x, 4.0f) + size.x;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_internal.h | 1381 IMGUI_API ImVec2 CalcItemSize(ImVec2 size, float default_x, float default_y);
|
| H A D | imgui.cpp | 2926 ImVec2 ImGui::CalcItemSize(ImVec2 size, float default_x, float default_y) argument 2933 size.x = (size.x == 0.0f) ? default_x : ImMax(content_max.x - g.CurrentWindow->DC.CursorPos.x, 4.0f) + size.x;
|
Completed in 130 milliseconds