Searched refs:topMatrix (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFShader.cpp793 SkMatrix topMatrix; local
794 topMatrix.setScale(SK_Scalar1, -surfaceBBox.fTop);
795 topMatrix.postTranslate(0, surfaceBBox.fTop);
796 canvas.drawBitmapMatrix(top, topMatrix);
799 topMatrix.postScale(-1, 1);
800 topMatrix.postTranslate(2 * width, 0);
801 canvas.drawBitmapMatrix(top, topMatrix);

Completed in 45 milliseconds