Searched defs:LineRoundLimit (Results 1 – 1 of 1) sorted by relevance
30 struct LineRoundLimit : LayoutProperty<float> { struct31 static constexpr const char * key = "line-round-limit";32 static float defaultValue() { return 1; } in defaultValue()