Lines Matching defs:center
1379 @param cx circle center on the x-axis
1380 @param cy circle center on the y-axis
1388 /** Draws circle at center with radius using clip, SkMatrix, and SkPaint paint.
1393 @param center circle center
1397 void drawCircle(SkPoint center, SkScalar radius, const SkPaint& paint) {
1398 this->drawCircle(center.x(), center.y(), radius, paint);
1411 center to arc end points. If useCenter is false, draw arc between end points.
1418 @param useCenter if true, include the center of the oval
1497 SkIRect center divides the image into nine sections: four sides, four corners, and
1498 the center. Corners are unmodified or scaled down proportionately if their sides
1499 are larger than dst; center and four sides are scaled to fit remaining space, if any.
1513 @param center SkIRect edge of image corners and sides
1519 void drawImageNine(const SkImage* image, const SkIRect& center, const SkRect& dst,