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

  /external/skia/src/gpu/
GrPathUtils.h 24 const SkMatrix& viewM,
GrAAHairLinePathRenderer.cpp 506 SkMatrix viewM = drawState.getViewMatrix();
511 *quadCnt = generate_lines_and_quads(path, viewM, devClipBounds,
529 if (viewM.hasPerspective()) {
530 if (viewM.invert(&ivm)) {
531 toDevice = &viewM;
GrPathUtils.cpp 15 const SkMatrix& viewM,
19 SkScalar stretch = viewM.getMaxStretch();
29 mat.postConcat(viewM);
GrDefaultPathRenderer.cpp 331 SkMatrix viewM = target->getDrawState().getViewMatrix();
333 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());

Completed in 108 milliseconds