Searched defs:viewM (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp331 SkMatrix viewM = target->getDrawState().getViewMatrix(); local
347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
464 GetPathDevBounds(path, drawState->getRenderTarget(), viewM, &devBounds);
H A DGrDrawTarget.cpp550 SkMatrix viewM = drawState->getViewMatrix(); local
551 viewM.mapRect(&devBounds);
H A DGrPathUtils.cpp14 const SkMatrix& viewM,
18 SkScalar stretch = viewM.getMaxScale();
28 mat.postConcat(viewM);
13 scaleToleranceToSrc(SkScalar devTol, const SkMatrix& viewM, const SkRect& pathBounds) argument
H A DGrAAHairLinePathRenderer.cpp730 const SkMatrix& viewM = drawState->getViewMatrix(); local
746 if (viewM.hasPerspective()) {
747 if (viewM.invert(&ivm)) {
777 const SkMatrix& viewM = drawState->getViewMatrix(); local
794 if (viewM.hasPerspective()) {
795 if (viewM.invert(&ivm)) {
796 toDevice = &viewM;
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp331 SkMatrix viewM = target->getDrawState().getViewMatrix(); local
347 tol = GrPathUtils::scaleToleranceToSrc(tol, viewM, path.getBounds());
464 GetPathDevBounds(path, drawState->getRenderTarget(), viewM, &devBounds);
H A DGrDrawTarget.cpp540 SkMatrix viewM = drawState->getViewMatrix(); local
541 viewM.mapRect(&devBounds);
569 SkMatrix viewM = drawState->getViewMatrix(); local
570 viewM.mapRect(&devBounds);
H A DGrPathUtils.cpp14 const SkMatrix& viewM,
18 SkScalar stretch = viewM.getMaxScale();
28 mat.postConcat(viewM);
13 scaleToleranceToSrc(SkScalar devTol, const SkMatrix& viewM, const SkRect& pathBounds) argument
H A DGrAAHairLinePathRenderer.cpp730 const SkMatrix& viewM = drawState->getViewMatrix(); local
746 if (viewM.hasPerspective()) {
747 if (viewM.invert(&ivm)) {
777 const SkMatrix& viewM = drawState->getViewMatrix(); local
794 if (viewM.hasPerspective()) {
795 if (viewM.invert(&ivm)) {
796 toDevice = &viewM;

Completed in 492 milliseconds