Home | History | Annotate | Download | only in pdf

Lines Matching refs:mirror

188 /* Map a value of t on the stack into [0, 1) for Repeat or Mirror tile mode. */
1032 SkMatrix mirror;
1033 mirror.setScale(-1, -1);
1034 mirror.postTranslate(2 * width, 2 * height);
1035 canvas.drawBitmapMatrix(*image, mirror);