Searched defs:LineMetrics (Results 1 – 2 of 2) sorted by relevance
28 struct LineMetrics { struct29 std::vector<VariantSpan> lineSpans;30 double width = 0.0;31 double indent = 0.0;35 double GetAllSpanWidth() const in GetAllSpanWidth()44 double GetMaxHeight() const in GetMaxHeight()
164 DECLARE_RMU(struct LineMetrics) in DECLARE_RMU()