Home
last modified time | relevance | path

Searched refs:bottomMatrix (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFShader.cpp231 SkMatrix bottomMatrix = scale_translate(1, deviceBounds.bottom() - height, 0, height); in make_image_shader() local
232 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paintColor); in make_image_shader()
235 bottomMatrix.postScale(-1, 1); in make_image_shader()
236 bottomMatrix.postTranslate(2 * width, 0); in make_image_shader()
237 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paintColor); in make_image_shader()

Completed in 2 milliseconds