/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 355 …eight = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSi… in BulletTextV() 356 …const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize + (label_size.x > 0… in BulletTextV() 362 RenderBullet(bb.Min + ImVec2(style.FramePadding.x + g.FontSize*0.5f, line_height*0.5f)); in BulletTextV() 363 …RenderText(bb.Min+ImVec2(g.FontSize + style.FramePadding.x*2, text_base_offset_y), text_begin, tex… in BulletTextV() 645 …enderArrow(bb.Min + ImVec2(ImMax(0.0f, (size.x - g.FontSize) * 0.5f), ImMax(0.0f, (size.y - g.Font… in ArrowButtonEx() 691 ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); in CollapseButton() 698 …window->DrawList->AddCircleFilled(bb.GetCenter() + ImVec2(0.0f, -0.5f), g.FontSize * 0.5f + 1.0f, … in CollapseButton() 1029 …ImRect bb(pos, pos + CalcItemSize(size_arg, CalcItemWidth(), g.FontSize + style.FramePadding.y*2.0… in ProgressBar() 1062 …eight = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSi… in Bullet() 1063 const ImRect bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(g.FontSize, line_height)); in Bullet() [all …]
|
D | imgui.cpp | 2249 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText() 2265 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wra… in RenderTextWrapped() 2347 const float h = g.FontSize * 1.00f; in RenderArrow() 2381 window->DrawList->AddCircleFilled(pos, g.FontSize*0.20f, GetColorU32(ImGuiCol_Text), 8); in RenderBullet() 2552 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); in SetCurrentWindow() 3843 const float font_size = g.FontSize; in CalcTextSize() 3849 const float font_scale = font_size / font->FontSize; in CalcTextSize() 4624 …st float grip_draw_size = (float)(int)ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g.… in UpdateManualResize() 5048 …st float grip_draw_size = (float)(int)ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g.… in Begin() 5056 window->ItemWidthDefault = (float)(int)(g.FontSize * 16.0f); in Begin() [all …]
|
D | imgui_draw.cpp | 345 FontSize = 0.0f; in ImDrawListSharedData() 1183 font_size = _Data->FontSize; in AddText() 2047 font->FontSize = font_config->SizePixels; in ImFontAtlasBuildSetupFont() 2402 FontSize = 0.0f; in ClearOutputData() 2635 const float scale = size / FontSize; in CalcTextSizeA() 2729 float scale = (size >= 0.0f) ? (size / FontSize) : 1.0f; in RenderChar() 2750 const float scale = size / FontSize; in RenderText() 2751 const float line_height = FontSize * scale; in RenderText()
|
D | imgui_internal.h | 650 …float FontSize; // Current/default font size (optional, for simplified… member 742 …float FontSize; // (Shortcut) == FontBaseSize * g.Curr… member 904 FontSize = FontBaseSize = 0.0f; in ImGuiContext()
|
D | imgui_demo.cpp | 2871 …%d file(s)", i, font->ConfigData ? font->ConfigData[0].Name : "", font->FontSize, font->Glyphs.Siz… in ShowStyleEditor() 2897 float cell_size = font->FontSize * 1; in ShowStyleEditor()
|
D | imgui.h | 2076 …float FontSize; // <user set> // Height of characters, set durin… member
|
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 357 …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 …]
|
D | imgui_draw.cpp | 347 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()
|
D | imgui.cpp | 2305 …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 …]
|
D | imgui_internal.h | 671 …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()
|
D | imgui.h | 2087 …float FontSize; // 4 // in // // Height of charact… member
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 399 …const ImVec2 total_size = ImVec2(g.FontSize + (label_size.x > 0.0f ? (label_size.x + style.FramePa… in BulletTextV() 409 …let(window->DrawList, bb.Min + ImVec2(style.FramePadding.x + g.FontSize * 0.5f, g.FontSize * 0.5f)… in BulletTextV() 410 …RenderText(bb.Min + ImVec2(g.FontSize + style.FramePadding.x * 2, 0.0f), text_begin, text_end, fal… in BulletTextV() 779 …>DrawList, bb.Min + ImVec2(ImMax(0.0f, (size.x - g.FontSize) * 0.5f), ImMax(0.0f, (size.y - g.Font… in ArrowButtonEx() 798 const ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); in CloseButton() 818 window->DrawList->AddCircleFilled(center, ImMax(2.0f, g.FontSize * 0.5f + 1.0f), col, 12); in CloseButton() 820 float cross_extent = g.FontSize * 0.5f * 0.7071f - 1.0f; in CloseButton() 834 ImRect bb(pos, pos + ImVec2(g.FontSize, g.FontSize) + g.Style.FramePadding * 2.0f); in CollapseButton() 844 …window->DrawList->AddCircleFilled(center/*+ ImVec2(0.0f, -0.5f)*/, g.FontSize * 0.5f + 1.0f, bg_co… in CollapseButton() 922 if ((axis == ImGuiAxis_Y) && bb_frame_height < g.FontSize + g.Style.FramePadding.y * 2.0f) in ScrollbarEx() [all …]
|
D | imgui.cpp | 2726 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_display_… in RenderText() 2742 …window->DrawList->AddText(g.Font, g.FontSize, pos, GetColorU32(ImGuiCol_Text), text, text_end, wra… in RenderTextWrapped() 2816 const float font_size = draw_list->_Data->FontSize; in RenderTextEllipsis() 2834 const float spacing_between_dots = 1.0f * (draw_list->_Data->FontSize / font->FontSize); in RenderTextEllipsis() 3046 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); in SetCurrentWindow() 4574 const float font_size = g.FontSize; in CalcTextSize() 5420 …const float grip_draw_size = IM_FLOOR(ImMax(g.FontSize * 1.35f, window->WindowRounding + 1.0f + g.… in UpdateWindowManualResize() 5675 float button_sz = g.FontSize; in RenderWindowTitleBarContents() 6109 …loat resize_grip_draw_size = IM_FLOOR(ImMax(g.FontSize * 1.10f, window->WindowRounding + 1.0f + g.… in Begin() 6179 window->ItemWidthDefault = ImFloor(g.FontSize * 16.0f); in Begin() [all …]
|
D | imgui_draw.cpp | 1585 font_size = _Data->FontSize; in AddText() 2603 font->FontSize = font_config->SizePixels; in ImFontAtlasBuildSetupFont() 3100 FontSize = 0.0f; in ImFont() 3123 FontSize = 0.0f; in ClearOutputData() 3430 const float scale = size / FontSize; in CalcTextSizeA() 3526 float scale = (size >= 0.0f) ? (size / FontSize) : 1.0f; in RenderChar() 3547 const float scale = size / FontSize; in RenderText() 3548 const float line_height = FontSize * scale; in RenderText() 3744 const float h = draw_list->_Data->FontSize * 1.00f; in RenderArrow() 3775 draw_list->AddCircleFilled(pos, draw_list->_Data->FontSize * 0.20f, col, 8); in RenderBullet()
|
D | imgui_internal.h | 704 …float FontSize; // Current/default font size (optional, for simplified… member 1464 …float FontSize; // (Shortcut) == FontBaseSize * g.Curr… member 1717 FontSize = FontBaseSize = 0.0f; in ImGuiContext()
|
D | imgui_tables.cpp | 537 const float new_ref_scale_unit = g.FontSize; // g.Font->GetCharAdvance('A') ? in BeginTableEx() 2888 w_arrow = ImFloor(g.FontSize * ARROW_SCALE + g.Style.FramePadding.x); in TableHeader()
|
D | imgui.h | 2741 …float FontSize; // 4 // in // // Height of charact… member
|
/third_party/skia/modules/svg/src/ |
D | SkSVGNode.cpp | 109 || PARSE_AND_SET("font-size" , FontSize) in parseAndSetAttribute()
|
D | SkSVGRenderContext.cpp | 219 ApplyLazyInheritedAttribute(FontSize); in applyPresentationAttributes()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGNode.h | 127 SVG_PRES_ATTR(FontSize , SkSVGFontSize , true)
|
/third_party/skia/site/docs/user/modules/ |
D | particles.md | 379 "FontSize": 96
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 624 - Added `GetFrameHeight()` helper which returns `(FontSize + style.FramePadding.y * 2)`.
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 2303 - Added `GetFrameHeight()` helper which returns `(FontSize + style.FramePadding.y * 2)`.
|
/third_party/typescript/tests/baselines/reference/docker/ |
D | office-ui-fabric.log | 2718 @fluentui/public-docsite: 105 <Icon iconName="FontSize" className={styles.cardIcon}…
|