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

/external/skia/src/pdf/
H A DSkPDFShader.cpp215 SkMatrix topMatrix; local
216 topMatrix.setScale(SK_Scalar1, -deviceBounds.top());
217 topMatrix.postTranslate(0, deviceBounds.top());
218 draw_bitmap_matrix(&canvas, top, topMatrix, paint);
221 topMatrix.postScale(-1, 1);
222 topMatrix.postTranslate(2 * width, 0);
223 draw_bitmap_matrix(&canvas, top, topMatrix, paint);
/external/skqp/src/pdf/
H A DSkPDFShader.cpp215 SkMatrix topMatrix; local
216 topMatrix.setScale(SK_Scalar1, -deviceBounds.top());
217 topMatrix.postTranslate(0, deviceBounds.top());
218 draw_bitmap_matrix(&canvas, top, topMatrix, paint);
221 topMatrix.postScale(-1, 1);
222 topMatrix.postTranslate(2 * width, 0);
223 draw_bitmap_matrix(&canvas, top, topMatrix, paint);

Completed in 498 milliseconds