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

/external/skia/src/gpu/
H A DGrContext.cpp1053 const GrMatrix* dstMatrix,
1059 drawRect(paint, dstRect, -1, dstMatrix);
1076 if (NULL != dstMatrix) {
1077 m.postConcat(*dstMatrix);
1117 target->drawRect(dstRect, dstMatrix, 1, srcRects, srcMatrices);
1050 drawRectToRect(const GrPaint& paint, const GrRect& dstRect, const GrRect& srcRect, const GrMatrix* dstMatrix, const GrMatrix* srcMatrix) argument

Completed in 37 milliseconds