Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFShader.cpp1143 SkMatrix bottomMatrix; in make_image_shader() local
1144 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()