Home | History | Annotate | Download | only in pdf

Lines Matching refs:postTranslate

43     matrix->postTranslate(pts[0].fX, pts[0].fY);
1019 xMirror.postTranslate(2 * width, 0);
1026 yMirror.postTranslate(0, 2 * height);
1034 mirror.postTranslate(2 * width, 2 * height);
1085 leftMatrix.postTranslate(deviceBounds.left(), 0);
1090 leftMatrix.postTranslate(0, 2 * height);
1103 rightMatrix.postTranslate(width, 0);
1108 rightMatrix.postTranslate(0, 2 * height);
1123 topMatrix.postTranslate(0, deviceBounds.top());
1128 topMatrix.postTranslate(2 * width, 0);
1141 bottomMatrix.postTranslate(0, height);
1146 bottomMatrix.postTranslate(2 * width, 0);