Lines Matching refs:corners
149 SkPoint corners[4];
155 runMatrix.mapRectToQuad(corners, rect);
157 SkScalar scale = (corners[1] - corners[0]).length() / rect.width();
160 scale = (corners[2] - corners[1]).length() / rect.height();
163 scale = (corners[3] - corners[2]).length() / rect.width();
166 scale = (corners[0] - corners[3]).length() / rect.height();