Searched refs:topMatrix (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFShader.cpp | 215 SkMatrix topMatrix = scale_translate(1, -deviceBounds.top(), 0, deviceBounds.top()); in make_image_shader() local 216 draw_bitmap_matrix(&canvas, top, topMatrix, paintColor); in make_image_shader() 219 topMatrix.postScale(-1, 1); in make_image_shader() 220 topMatrix.postTranslate(2 * width, 0); in make_image_shader() 221 draw_bitmap_matrix(&canvas, top, topMatrix, paintColor); in make_image_shader()
|
Completed in 2 milliseconds