Searched defs:line_height (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/modules/skottie/src/text/ |
H A D | TextValue.cpp | 25 const skjson::NumberValue* line_height = (*jtxt)["lh"]; in Parse() local
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 150 const float line_height = GetTextLineHeight(); in TextUnformatted() local 357 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); in BulletTextV() local 1068 const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadding.y*2), g.FontSize); Bullet() local [all...] |
H A D | imgui_draw.cpp | 2646 const float line_height = size; in CalcTextSizeA() local 2763 const float line_height = FontSize * scale; in RenderText() local [all...] |
H A D | imgui.cpp | 2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupDummyPrevLine() argument 2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); in ItemSize() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 177 const float line_height = GetTextLineHeight(); in TextEx() local 1283 const float line_height = ImMax(ImMin(window->DC.CurrLineSize.y, g.FontSize + g.Style.FramePadding.y * 2), g.FontSize); in Bullet() local [all...] |
H A D | imgui_draw.cpp | 3429 const float line_height = size; in CalcTextSizeA() local 3548 const float line_height = FontSize * scale; in RenderText() local [all...] |
H A D | imgui.cpp | 2287 static void SetCursorPosYAndSetupForPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupForPrevLine() argument 7497 const float line_height = ImMax(window->DC.CurrLineSize.y, size.y + offset_to_match_baseline_y); in ItemSize() local
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 7382 float line_height = row_height; in nk_text_calculate_text_bounds() local
|
Completed in 114 milliseconds