Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFShader.cpp1007 SkMatrix bottomMatrix; in Create() local
1008 bottomMatrix.setScale(SK_Scalar1, deviceBounds.bottom() - height); in Create()
1009 bottomMatrix.postTranslate(0, height); in Create()
1010 drawBitmapMatrix(&canvas, bottom, bottomMatrix); in Create()
1013 bottomMatrix.postScale(-1, 1); in Create()
1014 bottomMatrix.postTranslate(2 * width, 0); in Create()
1015 drawBitmapMatrix(&canvas, bottom, bottomMatrix); in Create()