Home
last modified time | relevance | path

Searched defs:LineMetrics (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dline_metrics.h28 struct LineMetrics { struct
29 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()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
Dmemory_reporter.cpp164 DECLARE_RMU(struct LineMetrics) in DECLARE_RMU()