Home | History | Annotate | Download | only in samplecode

Lines Matching defs:cx

1417         SkScalar cx = this->width() / 2;
1419 canvas->translate(cx, cy);
1421 canvas->translate(-cx, -cy);
1494 SkScalar cx = center.fX;
1497 m.setTranslate(-cx, -cy);
1499 m.postTranslate(cx, cy);