Searched refs:pathBounds (Results 1 – 3 of 3) sorted by relevance
273 DrawRect pathBounds = param.pathsBounds[pathCounter]; in draw_star() local274 float dx = pathBounds.Width() + kHeight + kPad; in draw_star()305 dy = std::max(dy, pathBounds.Height() + kPad + kHeight); in draw_star()
845 auto& pathBounds = path.getBounds(); in MeasureTextPathBounds() local846 bounds.SetWidth(fmax(pathBounds.right(), bounds.Width())); in MeasureTextPathBounds()847 bounds.SetHeight(fmax(pathBounds.bottom(), bounds.Height())); in MeasureTextPathBounds()881 auto& pathBounds = path.getBounds(); in MeasureTextPathBounds() local882 bounds.SetWidth(fmax(pathBounds.right(), bounds.Width())); in MeasureTextPathBounds()883 bounds.SetHeight(fmax(pathBounds.bottom(), bounds.Height())); in MeasureTextPathBounds()
407 const SkRect& pathBounds = path.getBounds(); in onDrawPath() local408 if (!RecordDrawArea(pathBounds, paint)) { in onDrawPath()