Lines Matching refs:firstBounds
2128 SkRect firstBounds;
2136 firstFont.measureText(firstStr.data(), firstStr.size(), SkTextEncoding::kUTF8, &firstBounds, nullptr);
2137 fGlyphsBoundsTop = firstBounds.top();
2138 fGlyphsBoundsBottom = firstBounds.bottom();
2139 fGlyphsBoundsLeft = firstBounds.left();
2169 RSRect firstBounds;
2177 firstFont.MeasureText(firstStr.data(), firstStr.size(), RSDrawing::TextEncoding::UTF8, &firstBounds);
2178 fGlyphsBoundsTop = firstBounds.GetTop();
2179 fGlyphsBoundsBottom = firstBounds.GetBottom();
2180 fGlyphsBoundsLeft = firstBounds.GetLeft();