Searched refs:line_heights_ (Results 1 – 2 of 2) sorted by relevance
672 line_heights_.clear(); in Layout()1145 line_heights_.push_back((line_heights_.empty() ? 0 : line_heights_.back()) + in Layout()1147 line_baselines_.push_back(line_heights_.back() - max_descent); in Layout()1234 return line_heights_.size() ? line_heights_.back() : 0; in GetHeight()1643 SkScalar top = (line_number > 0) ? line_heights_[line_number - 1] : 0; in GetRectsForRange()1644 SkScalar bottom = line_heights_[line_number]; in GetRectsForRange()1763 if (line_heights_.empty()) in GetGlyphPositionAtCoordinate()1767 for (y_index = 0; y_index < line_heights_.size() - 1; ++y_index) { in GetGlyphPositionAtCoordinate()1768 if (dy < line_heights_[y_index]) in GetGlyphPositionAtCoordinate()1843 if (line_heights_.empty()) in GetGlyphPositionAtCoordinateWithCluster()[all …]
197 std::vector<double> line_heights_; variable