Lines Matching defs:center
475 * we get the same blur results on all edges, plus 1 center row/col that is
488 SkIPoint center;
497 center.set(smallW, smallH);
501 center.set(smallW + (innerIR.left() - srcM.fBounds.left()),
505 // +1 so we get a clean, stretchable, center row/col
553 patch->fCenter = center;
599 // Compute half kernel values at half pixel steps out from the center.
1408 // Position the fragment so that (0, 0) marks the center of the proxy rectangle.
1414 // move away from the center.
1431 // Offset the fragment so that (0, 0) marks the upper-left again, instead of the center
1505 SkPoint center = {srcRRect.getBounds().centerX(), srcRRect.getBounds().centerY()};
1506 viewMatrix.mapPoints(¢er, 1);
1508 devBounds = {center.x() - radius,
1509 center.y() - radius,
1510 center.x() + radius,
1511 center.y() + radius};