Searched refs:bottomMatrix (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFShader.cpp | 233 SkMatrix bottomMatrix; in make_image_shader() local 234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height); in make_image_shader() 235 bottomMatrix.postTranslate(0, height); in make_image_shader() 236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint); in make_image_shader() 239 bottomMatrix.postScale(-1, 1); in make_image_shader() 240 bottomMatrix.postTranslate(2 * width, 0); in make_image_shader() 241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint); in make_image_shader()
|
/external/skqp/src/pdf/ |
D | SkPDFShader.cpp | 233 SkMatrix bottomMatrix; in make_image_shader() local 234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height); in make_image_shader() 235 bottomMatrix.postTranslate(0, height); in make_image_shader() 236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint); in make_image_shader() 239 bottomMatrix.postScale(-1, 1); in make_image_shader() 240 bottomMatrix.postTranslate(2 * width, 0); in make_image_shader() 241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint); in make_image_shader()
|