Searched refs:Pos (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2502 Pos = ImVec2(0.0f, 0.0f);
2598 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) };
2673 window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastItemRect.Max - window->Pos);
2755 window->DC.CursorPos.x = (float)(int)(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x);
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax();
2946 wrap_pos_x = GetContentRegionMax().x + window->Pos
[all...]
H A Dimgui_internal.h552 float Pos[4], NextWidths[4]; member in struct:ImGuiMenuColumns
594 ImVec2 Pos; member in struct:ImGuiWindowSettings
598 ImGuiWindowSettings() { Name = NULL; ID = 0; Pos = Size = ImVec2(0,0); Collapsed = false; }
1133 ImVec2 Pos; // Position (always rounded-up to nearest pixel) member in struct:ImGuiWindow
1181 ImRect ContentsRegionRect; // FIXME: This is currently confusing/misleading. Maximum visible content position ~~ Pos + (SizeContentsExplicit ? SizeContentsExplicit : Size - ScrollbarSizes) - CursorStartPos, per axis
1221 ImRect Rect() const { return ImRect(Pos.x, Pos.y, Pos.x+Size.x, Pos.y+Size.y); }
1224 ImRect TitleBarRect() const { return ImRect(Pos, ImVec
[all...]
H A Dimgui_widgets.cpp740 ? ImRect(window->Pos.x + border_size, window_rect.Max.y - style.ScrollbarSize, window_rect.Max.x - other_scrollbar_size_w - border_size, window_rect.Max.y - border_size)
741 : ImRect(window_rect.Max.x - style.ScrollbarSize, window->Pos.y + border_size, window_rect.Max.x - border_size, window_rect.Max.y - other_scrollbar_size_w - border_size);
1161 float x1 = window->Pos.x;
1162 float x2 = window->Pos.x + window->Size.x;
4777 ImRect frame_bb = ImRect(window->DC.CursorPos, ImVec2(window->Pos.x + GetContentRegionMax().x, window->DC.CursorPos.y + frame_height));
5044 float w_draw = ImMax(label_size.x, window->Pos.x + max_x - window_padding.x - pos.x);
5451 memset(Pos, 0, sizeof(Pos));
5457 IM_ASSERT(Count <= IM_ARRAYSIZE(Pos));
5466 Pos[
[all...]
H A Dimgui.h1453 ImVec2 Pos; // Read-only. Window position, for reference. member in struct:ImGuiSizeCallbackData
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2502 Pos = ImVec2(0.0f, 0.0f);
2598 const int r_rel[4] = { (int)(r_abs.Min.x - Pos.x), (int)(r_abs.Min.y - Pos.y), (int)(r_abs.Max.x - Pos.x), (int)(r_abs.Max.y - Pos.y) };
2673 window->NavRectRel[nav_layer] = ImRect(window->DC.LastItemRect.Min - window->Pos, window->DC.LastItemRect.Max - window->Pos);
2755 window->DC.CursorPos.x = (float)(int)(window->Pos.x + window->DC.Indent.x + window->DC.ColumnsOffset.x);
2931 content_max = g.CurrentWindow->Pos + GetContentRegionMax();
2946 wrap_pos_x = GetContentRegionMax().x + window->Pos
[all...]
H A Dimgui_internal.h552 float Pos[4], NextWidths[4]; member in struct:ImGuiMenuColumns
594 ImVec2 Pos; member in struct:ImGuiWindowSettings
598 ImGuiWindowSettings() { Name = NULL; ID = 0; Pos = Size = ImVec2(0,0); Collapsed = false; }
1133 ImVec2 Pos; // Position (always rounded-up to nearest pixel) member in struct:ImGuiWindow
1181 ImRect ContentsRegionRect; // FIXME: This is currently confusing/misleading. Maximum visible content position ~~ Pos + (SizeContentsExplicit ? SizeContentsExplicit : Size - ScrollbarSizes) - CursorStartPos, per axis
1221 ImRect Rect() const { return ImRect(Pos.x, Pos.y, Pos.x+Size.x, Pos.y+Size.y); }
1224 ImRect TitleBarRect() const { return ImRect(Pos, ImVec
[all...]
H A Dimgui_widgets.cpp740 ? ImRect(window->Pos.x + border_size, window_rect.Max.y - style.ScrollbarSize, window_rect.Max.x - other_scrollbar_size_w - border_size, window_rect.Max.y - border_size)
741 : ImRect(window_rect.Max.x - style.ScrollbarSize, window->Pos.y + border_size, window_rect.Max.x - border_size, window_rect.Max.y - other_scrollbar_size_w - border_size);
1161 float x1 = window->Pos.x;
1162 float x2 = window->Pos.x + window->Size.x;
4777 ImRect frame_bb = ImRect(window->DC.CursorPos, ImVec2(window->Pos.x + GetContentRegionMax().x, window->DC.CursorPos.y + frame_height));
5044 float w_draw = ImMax(label_size.x, window->Pos.x + max_x - window_padding.x - pos.x);
5451 memset(Pos, 0, sizeof(Pos));
5457 IM_ASSERT(Count <= IM_ARRAYSIZE(Pos));
5466 Pos[
[all...]
H A Dimgui.h1453 ImVec2 Pos; // Read-only. Window position, for reference. member in struct:ImGuiSizeCallbackData
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dcheck_output.py124 class Pos: class in class:StringStream
133 self.pos = StringStream.Pos()
137 self.pos = StringStream.Pos()
198 self.pattern_pos = StringStream.Pos()
199 self.output_pos = StringStream.Pos()
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideo.h1895 VBOXCMDVBVA_POINT Pos; member in struct:VBOXCMDVBVA_BLT_HDR

Completed in 87 milliseconds