Searched refs:bottomRightPts (Results 1 – 1 of 1) sorted by relevance
322 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local324 bottomRight.store(bottomRightPts); in transform_path_pts()325 devBounds->setLTRB(topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), in transform_path_pts()326 bottomRightPts[0].y()); in transform_path_pts()327 devBounds45->setLTRB(topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), in transform_path_pts()328 bottomRightPts[1].y()); in transform_path_pts()