HomeSort by relevance Sort by last modified time
    Searched defs:viewM (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 149 const SkMatrix& viewM = viewMatrix.hasPerspective() ? SkMatrix::I() : viewMatrix;
150 target->drawRect(pipelineBuilder, color, viewM, bounds, NULL, &invert);
GrDefaultPathRenderer.cpp 687 const SkMatrix& viewM = (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() :
689 target->drawRect(pipelineBuilder, color, viewM, bounds, NULL, &localMatrix);
SkGpuDevice.cpp     [all...]

Completed in 43 milliseconds