Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp35 const SkMatrix& viewM, in scaleToleranceToSrc() argument
39 SkScalar stretch = viewM.getMaxScale(); in scaleToleranceToSrc()
48 mat.postConcat(viewM); in scaleToleranceToSrc()
DGrPathUtils.h38 const SkMatrix& viewM,
/third_party/skia/src/gpu/ops/
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/
DDevice_drawTexture.cpp684 bool can_disable_mipmap(const SkMatrix& viewM, in can_disable_mipmap() argument
688 matrix.setConcat(viewM, localM); in can_disable_mipmap()