Home
last modified time | relevance | path

Searched refs:FontSize (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp357 …eight = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSi… in BulletTextV()
358 …const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0… in BulletTextV()
364 RenderBullet(bb.Min + ImVec2(style.FramePadding.x + g.FontSize*0.5f, line_height*0.5f)); in BulletTextV()
365 …RenderText(bb.Min+ImVec2(g.FontSize + style.FramePadding.x*2, text_base_offset_y), text_begin, tex… in BulletTextV()
650 …enderArrow(bb.Min + ImVec2(ImMax(0.0f, (size.x - g.FontSize) * 0.5f), ImMax(0.0f, (size.y - g.Font… in ArrowButtonEx()
696 ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); in CollapseButton()
703 …window->DrawList->AddCircleFilled(bb.GetCenter() + ImVec2(0.0f, -0.5f), g.FontSize * 0.5f + 1.0f, … in CollapseButton()
751 …if ((direction == ImGuiLayoutType_Vertical) && bb_height < g.FontSize + g.Style.FramePadding.y * 2… in Scrollbar()
753 alpha = ImSaturate((bb_height - g.FontSize) / (g.Style.FramePadding.y * 2.0f)); in Scrollbar()
1035 …ImRect bb(pos, pos + CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y*2.0… in ProgressBar()
[all …]
Dimgui_draw.cpp347 FontSize = 0.0f; in ImDrawListSharedData()
1190 font_size = _Data->FontSize; in AddText()
2058 font->FontSize = font_config->SizePixels; in ImFontAtlasBuildSetupFont()
2395 FontSize = 0.0f; in ImFont()
2416 FontSize = 0.0f; in ClearOutputData()
2647 const float scale = size / FontSize; in CalcTextSizeA()
2741 float scale = (size >= 0.0f) ? (size / FontSize) : 1.0f; in RenderChar()
2762 const float scale = size / FontSize; in RenderText()
2763 const float line_height = FontSize * scale; in RenderText()
3061 const float font_scale = draw_list->_Data->FontSize / font->FontSize; in RenderPixelEllipsis()
Dimgui.cpp2305 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText()
2321 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wra… in RenderTextWrapped()
2403 const float h = g.FontSize * 1.00f; in RenderArrow()
2437 window->DrawList->AddCircleFilled(pos, g.FontSize*0.20f, GetColorU32(ImGuiCol_Text), 8); in RenderBullet()
2609 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); in SetCurrentWindow()
3909 const float font_size = g.FontSize; in CalcTextSize()
4707 …st float grip_draw_size = (float)(int)ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g. in UpdateManualResize()
5177 …st float grip_draw_size = (float)(int)ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g. in Begin()
5186 window->ItemWidthDefault = (float)(int)(g.FontSize * 16.0f); in Begin()
5213 bb.Expand(g.FontSize); in Begin()
[all …]
Dimgui_internal.h671 …float FontSize; // Current/default font size (optional, for simplified… member
768 …float FontSize; // (Shortcut) == FontBaseSize * g.Curr… member
938 FontSize = FontBaseSize = 0.0f; in ImGuiContext()
Dimgui.h2087 …float FontSize; // 4 // in // // Height of charact… member
/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll59 br i1 undef, label %bb.i1, label %FontSize.exit
62 br label %FontSize.exit
64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit
69 bb.i5: ; preds = %FontSize.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
D2009-08-04-ScavengerAssert.ll139 br i1 undef, label %bb2.i, label %FontSize.exit
145 FontSize.exit: ; preds = %bb1.i
153 bb.i5: ; preds = %FontSize.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
/external/llvm-project/llvm/test/CodeGen/Thumb2/
D2009-08-04-CoalescerBug.ll59 br i1 undef, label %bb.i1, label %FontSize.exit
62 br label %FontSize.exit
64 FontSize.exit: ; preds = %bb.i1, %FontHalfXHeight.exit
69 bb.i5: ; preds = %FontSize.exit
73 FontName.exit: ; preds = %bb.i5, %FontSize.exit
D2009-08-04-ScavengerAssert.ll139 br i1 undef, label %bb2.i, label %FontSize.exit
145 FontSize.exit: ; preds = %bb1.i
153 bb.i5: ; preds = %FontSize.exit
157 FontName.exit: ; preds = %bb.i5, %FontSize.exit
158 …%22 = phi %struct.FONT_INFO* [ undef, %bb.i5 ], [ undef, %FontSize.exit ] ; <%struct.FONT_INFO*> …
/external/rust/crates/criterion-plot/src/
Dprelude.rs11 Axes, Axis, BoxWidth, Color, Figure, FontSize, Grid, Key, LineType, LineWidth, Opacity,
Dlib.rs634 impl Set<FontSize> for Figure {
640 fn set(&mut self, size: FontSize) -> &mut Figure { in set()
701 pub struct FontSize(pub f64); struct
/external/pdfium/core/fxcrt/css/
Dcfx_css.h109 FontSize, enumerator
Dcfx_cssdata.cpp131 {PROP(CFX_CSSProperty::FontSize,
Dcfx_cssstyleselector.cpp185 case CFX_CSSProperty::FontSize: { in ApplyProperty()
Dcfx_cssdeclaration.cpp631 AddPropertyHolder(CFX_CSSProperty::FontSize, pFontSize, bImportant); in ParseFontProperty()
/external/skia/modules/svg/src/
DSkSVGNode.cpp109 || PARSE_AND_SET("font-size" , FontSize) in parseAndSetAttribute()
DSkSVGRenderContext.cpp219 ApplyLazyInheritedAttribute(FontSize); in applyPresentationAttributes()
/external/skia/modules/svg/include/
DSkSVGNode.h123 SVG_PRES_ATTR(FontSize , SkSVGFontSize , true)
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.h902 FontStmt(uint32_t FontSize, StringRef FontName, uint32_t FontWeight, in FontStmt() argument
904 : Size(FontSize), Weight(FontWeight), Charset(FontCharset), in FontStmt()
/external/skia/site/docs/user/modules/
Dparticles.md380 "FontSize": 96