Searched refs:Checkbox (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarCalc.java | 13 import java.awt.Checkbox; 162 Checkbox getRoll; 163 Checkbox getAdd; 225 getRoll = new Checkbox("Roll",group2, false); in buildGUI() 226 getAdd = new Checkbox("Add",group2, true); in buildGUI() 529 rollAdd = new Checkbox(); in CalendarRec() 570 Checkbox rollAdd;
|
/external/skqp/tools/viewer/ |
D | NIMASlide.cpp | 160 ImGui::Checkbox("Cache Vertices", &useCache); in renderGUI() 170 ImGui::Checkbox("Draw Bounds", &drawBounds); in renderGUI()
|
D | Viewer.cpp | 1522 if (ctx && ImGui::Checkbox("Wireframe Mode", wire)) { in drawImGui() 1560 if (ImGui::Checkbox("DFT", &useDFT)) { in drawImGui() 1630 ImGui::Checkbox("Enable", &fTiled); in drawImGui() 1631 ImGui::Checkbox("Draw Boundaries", &fDrawTileBoundaries); in drawImGui() 1801 ImGui::Checkbox("Override TextSize", &fFontOverrides.fTextSize); in drawImGui() 1916 if (ImGui::Checkbox("Pause", &isPaused)) { in drawImGui()
|
/external/skia/tools/viewer/ |
D | MSKPSlide.cpp | 82 ImGui::Checkbox("Show Frame Bounds", &fShowFrameBounds); in draw() 93 ImGui::Checkbox("List All Layers", &fListAllLayers); in draw()
|
D | ParticlesSlide.cpp | 93 fDirty = (fTreeStack.back() && ImGui::Checkbox(item(name), &b)) || fDirty; in visit() 244 ImGui::Checkbox("Looped", &looped); in draw() 318 ImGui::Checkbox("##Track", &fRunning[i].fTrackMouse); in draw()
|
D | Viewer.cpp | 1848 if (ctx && ImGui::Checkbox("Wireframe Mode", wire)) { in drawImGui() 1853 if (ctx && ImGui::Checkbox("Reduced shaders", reducedShaders)) { in drawImGui() 1907 if (ImGui::Checkbox("DFT", &useDFT)) { in drawImGui() 1954 ImGui::Checkbox("Enable", &fTiled); in drawImGui() 1955 ImGui::Checkbox("Draw Boundaries", &fDrawTileBoundaries); in drawImGui() 1961 if (ImGui::Checkbox("Apply Backing Scale", &fApplyBackingScale)) { in drawImGui() 2077 ImGui::Checkbox("Override Stroke Width", &fPaintOverrides.fWidth); in drawImGui() 2086 ImGui::Checkbox("Override Miter Limit", &fPaintOverrides.fMiterLimit); in drawImGui() 2215 ImGui::Checkbox("Override Size", &fFontOverrides.fSize); in drawImGui() 2230 ImGui::Checkbox("Override ScaleX", &fFontOverrides.fScaleX); in drawImGui() [all …]
|
/external/mesa3d/src/imgui/ |
D | imgui_memory_editor.h | 457 ImGui::Checkbox("Show Data Preview", &next_show_data_preview); 458 ImGui::Checkbox("Show HexII", &OptShowHexII); 459 if (ImGui::Checkbox("Show Ascii", &OptShowAscii)) { ContentsWidthChanged = true; } 460 ImGui::Checkbox("Grey out zeroes", &OptGreyOutZeroes); 461 ImGui::Checkbox("Uppercase Hex", &OptUpperCaseHex);
|
D | imgui.h | 392 IMGUI_API bool Checkbox(const char* label, bool* v);
|
D | imgui_widgets.cpp | 906 bool ImGui::Checkbox(const char* label, bool* v) in Checkbox() function in ImGui 953 bool pressed = Checkbox(label, &v); in CheckboxFlags()
|
D | imgui.cpp | 9295 …ImGui::Checkbox("Show clipping rectangles when hovering draw commands", &show_draw_cmd_clip_rects); in ShowMetricsWindow() 9296 ImGui::Checkbox("Ctrl shows window begin order", &show_window_begin_order); in ShowMetricsWindow()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfDemo.java | 14 import java.awt.Checkbox; 103 lenientParseButton = new Checkbox("Lenient parse", lenientParse); in createDemoFrame() 463 private Checkbox lenientParseButton;
|
/external/chromium-trace/catapult/third_party/polymer/components/paper-checkbox/ |
D | README.md | 57 Checkbox
|
/external/fmtlib/doc/bootstrap/ |
D | button-groups.less | 221 // Checkbox and radio options
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 978 item: Checkbox 1168 item: Checkbox
|