Home
last modified time | relevance | path

Searched defs:line_height (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skottie/src/text/
DTextValue.cpp41 const skjson::NumberValue* line_height = (*jtxt)["lh"]; in Parse() local
/external/rust/android-crates-io/crates/plotters/src/element/
Dtext.rs58 line_height: f64, field
/external/mesa3d/src/imgui/
Dimgui_draw.cpp2646 const float line_height = size; in CalcTextSizeA() local
2763 const float line_height = FontSize * scale; in RenderText() local
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.FramePadd… in BulletTextV() local
1068 …const float line_height = ImMax(ImMin(window->DC.CurrentLineSize.y, g.FontSize + g.Style.FramePadd… in Bullet() local
2856 const float line_height = g.FontSize; in InputTextCalcTextSizeW() local
Dimgui.cpp2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupDummyPrevLine()
2751 const float line_height = ImMax(window->DC.CurrentLineSize.y, size.y); in ItemSize() local