Searched refs:line_max_ascent_ (Results 1 – 2 of 2) sorted by relevance
679 line_max_ascent_.clear(); in Layout()1155 line_max_ascent_.push_back(max_unscaled_ascent); in Layout()1662 line_baselines_[kv.first] - line_max_ascent_[kv.first], in GetRectsForRange()1672 line_baselines_[kv.first] - line_max_ascent_[kv.first], in GetRectsForRange()1689 line_baselines_[kv.first] - line_max_ascent_[kv.first], in GetRectsForRange()1700 line_max_ascent_[kv.first + 1]) / in GetRectsForRange()1704 line_baselines_[kv.first] - line_max_ascent_[kv.first]; in GetRectsForRange()1707 (line_max_spacings_[kv.first] - line_max_ascent_[kv.first]) / 2; in GetRectsForRange()1718 ? line_baselines_[kv.first] - line_max_ascent_[kv.first] in GetRectsForRange()1733 -line_max_ascent_[kv.first] + line_max_spacings_[kv.first]; in GetRectsForRange()[all …]
217 std::vector<SkScalar> line_max_ascent_; variable