Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
H A DGrPathUtils.h38 const SkMatrix& viewM,
H A DGrPathUtils.cpp35 const SkMatrix& viewM, in scaleToleranceToSrc()
39 SkScalar stretch = viewM.getMaxScale(); in scaleToleranceToSrc()
48 mat.postConcat(viewM); in scaleToleranceToSrc()
34 scaleToleranceToSrc(SkScalar devTol, const SkMatrix& viewM, const SkRect& pathBounds) scaleToleranceToSrc() argument
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp736 const SkMatrix& viewM = (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() : in internalDrawPath() local
741 GrAA(aaType == GrAAType::kMSAA), viewM, bounds, in internalDrawPath()
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp684 bool can_disable_mipmap(const SkMatrix& viewM, in can_disable_mipmap() argument
688 matrix.setConcat(viewM, localM); in can_disable_mipmap()

Completed in 5 milliseconds