Searched refs:bottomMatrix (Results 1 – 1 of 1) sorted by relevance
1143 SkMatrix bottomMatrix; in make_image_shader() local1144 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height); in make_image_shader()1145 bottomMatrix.postTranslate(0, height); in make_image_shader()1146 drawBitmapMatrix(&canvas, bottom, bottomMatrix); in make_image_shader()1149 bottomMatrix.postScale(-1, 1); in make_image_shader()1150 bottomMatrix.postTranslate(2 * width, 0); in make_image_shader()1151 drawBitmapMatrix(&canvas, bottom, bottomMatrix); in make_image_shader()