Lines Matching refs:postTranslate
99 xMirror.postTranslate(2 * width, 0); in make_image_shader()
106 yMirror.postTranslate(0, 2 * height); in make_image_shader()
114 mirror.postTranslate(2 * width, 2 * height); in make_image_shader()
178 leftMatrix.postTranslate(deviceBounds.left(), 0); in make_image_shader()
183 leftMatrix.postTranslate(0, 2 * height); in make_image_shader()
196 rightMatrix.postTranslate(width, 0); in make_image_shader()
201 rightMatrix.postTranslate(0, 2 * height); in make_image_shader()
217 topMatrix.postTranslate(0, deviceBounds.top()); in make_image_shader()
222 topMatrix.postTranslate(2 * width, 0); in make_image_shader()
235 bottomMatrix.postTranslate(0, height); in make_image_shader()
240 bottomMatrix.postTranslate(2 * width, 0); in make_image_shader()