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

/external/skia/src/pdf/
H A DSkPDFShader.cpp233 SkMatrix bottomMatrix; local
234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height);
235 bottomMatrix.postTranslate(0, height);
236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
239 bottomMatrix.postScale(-1, 1);
240 bottomMatrix.postTranslate(2 * width, 0);
241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
/external/skqp/src/pdf/
H A DSkPDFShader.cpp233 SkMatrix bottomMatrix; local
234 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height);
235 bottomMatrix.postTranslate(0, height);
236 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);
239 bottomMatrix.postScale(-1, 1);
240 bottomMatrix.postTranslate(2 * width, 0);
241 draw_bitmap_matrix(&canvas, bottom, bottomMatrix, paint);

Completed in 131 milliseconds