Searched refs:GetStyle (Results 1 - 16 of 16) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.h | 31 switch (font->GetStyle()) { in get_style()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 588 float spacing = ImGui::GetStyle().ItemInnerSpacing.x; in ShowDemoWindowWidgets() 1642 ImGui::SameLine(0.0f, ImGui::GetStyle().ItemInnerSpacing.x); in ShowDemoWindowWidgets() 1705 ImGui::SameLine(0, ImGui::GetStyle().ItemInnerSpacing.x); in ShowDemoWindowWidgets() 1731 ImGui::SameLine(0.0f, ImGui::GetStyle().ItemSpacing.y); in ShowDemoWindowWidgets() 2618 ImGuiStyle& style = ImGui::GetStyle(); in ShowDemoWindowLayout() 2663 ImGui::Button("ACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x) * 0.5f, size.y)); in ShowDemoWindowLayout() 2665 ImGui::Button("REACTION", ImVec2((size.x - ImGui::GetStyle().ItemSpacing.x) * 0.5f, size.y)); in ShowDemoWindowLayout() 2759 const float spacing = ImGui::GetStyle().ItemInnerSpacing.x; in ShowDemoWindowLayout() 2827 ImGuiStyle& style = ImGui::GetStyle(); in ShowDemoWindowLayout() 3498 ImGuiStyle& style = ImGui::GetStyle(); in PushStyleCompact() [all...] |
H A D | imgui_draw.cpp | 192 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsDark() 252 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsClassic() 313 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsLight()
|
H A D | imgui.h | 301 IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (colors, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame! 1760 // You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
|
H A D | imgui_tables.cpp | 2804 row_height += GetStyle().CellPadding.y * 2.0f;
|
H A D | imgui.cpp | 1268 // tess_tol is generally the same value you would find in ImGui::GetStyle().CurveTessellationTol 2463 ImGuiStyle& ImGui::GetStyle() in GetStyle() function in ImGui 11836 const float cell_spacing = GetStyle().ItemSpacing.y; in DebugNodeFont()
|
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
H A D | main.cpp | 120 ImGui::GetStyle().ScaleAllSizes(3.0f); in init()
|
/third_party/skia/tools/viewer/ |
H A D | ImGuiLayer.cpp | 73 ImGui::GetStyle().ScaleAllSizes(scaleFactor); in setScaleFactor()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_memory_editor.h | 169 ImGuiStyle& style = ImGui::GetStyle(); in CalcSizes() 219 ImGuiStyle& style = ImGui::GetStyle(); in DrawContents()
|
H A D | imgui_draw.cpp | 176 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsDark() 231 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsClassic() 287 ImGuiStyle* style = dst ? dst : &ImGui::GetStyle(); in StyleColorsLight()
|
H A D | imgui.h | 209 IMGUI_API ImGuiStyle& GetStyle(); // access the Style structure (colors, sizes). Always use PushStyleCol(), PushStyleVar() to modify style mid-frame. 1229 // You may modify the ImGui::GetStyle() main instance during initialization and before NewFrame().
|
H A D | imgui_widgets.cpp | 5139 const ImGuiStyle& style = GetStyle(); 5174 const ImGuiStyle& style = GetStyle(); 5189 const ImGuiStyle& style = GetStyle();
|
H A D | imgui.cpp | 3046 ImGuiStyle& ImGui::GetStyle() in GetStyle() function in ImGui
|
/third_party/lzma/CPP/Windows/ |
H A D | Window.h | 256 LONG_PTR GetStyle() const { return GetLongPtr(GWL_STYLE); }
in GetStyle() function in NWindows::CWindow 257 // bool MyIsMaximized() const { return ((GetStyle() & WS_MAXIMIZE) != 0); }
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer.cpp | 1030 align += ImGui::GetStyle().WindowPadding.x + 10; in display_aubfile_window()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 141 milliseconds