HomeSort by relevance Sort by last modified time
    Searched refs:combinedMatrix (Results 1 - 2 of 2) sorted by null

  /external/skia/gpu/src/
GrInOrderDrawBuffer.cpp 94 GrMatrix combinedMatrix = this->getViewMatrix();
97 combinedMatrix.preConcat(*matrix);
100 SetRectVertices(rect, &combinedMatrix, srcRects, srcMatrices, layout, geo.vertices());
GrContext.cpp 872 GrMatrix* combinedMatrix,
900 *combinedMatrix = target->getViewMatrix();
902 combinedMatrix->preConcat(*matrix);
903 GrAssert(combinedMatrix->preservesAxisAlignment());
906 combinedMatrix->mapRect(devRect, rect);
926 GrMatrix combinedMatrix;
928 &combinedMatrix, &devRect);
934 if (combinedMatrix.invert(&inv)) {
943 combinedMatrix.mapVectors(&strokeSize, 1);
    [all...]

Completed in 84 milliseconds