Home
last modified time | relevance | path

Searched defs:line_height (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/skottie/src/text/
H A DTextValue.cpp25 const skjson::NumberValue* line_height = (*jtxt)["lh"]; in Parse() local
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp150 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 Dimgui_draw.cpp2646 const float line_height = size; in CalcTextSizeA() local
2763 const float line_height = FontSize * scale; in RenderText() local
[all...]
H A Dimgui.cpp2186 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 Dimgui_widgets.cpp177 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 Dimgui_draw.cpp3429 const float line_height = size; in CalcTextSizeA() local
3548 const float line_height = FontSize * scale; in RenderText() local
[all...]
H A Dimgui.cpp2287 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 Dnuklear.h7382 float line_height = row_height; in nk_text_calculate_text_bounds() local

Completed in 114 milliseconds