HomeSort by relevance Sort by last modified time
    Searched refs:getViewMatrix (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 730 const SkMatrix& viewM = drawState->getViewMatrix();
777 const SkMatrix& viewM = drawState->getViewMatrix();
838 target->getDrawState().getViewMatrix(),
856 if (drawState->getViewMatrix().hasPerspective()) {
860 SkASSERT(drawState->getViewMatrix().isIdentity());
872 drawState->getViewMatrix().mapPoints(&pos, 1);
895 target->getDrawState().getViewMatrix(),
    [all...]
GrDefaultPathRenderer.cpp 331 SkMatrix viewM = target->getDrawState().getViewMatrix();
335 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(),
484 if (!drawState->getViewMatrix().hasPerspective() &&
518 IsStrokeHairlineOrEquivalent(stroke, target->getDrawState().getViewMatrix(), NULL));
GrSoftwarePathRenderer.cpp 121 SkMatrix vm = drawState->getViewMatrix();
GrDrawState.cpp 397 fViewMatrix = drawState->getViewMatrix();
412 if (drawState->getViewMatrix().isIdentity()) {
417 fViewMatrix = drawState->getViewMatrix();
GrRODrawState.h 186 const SkMatrix& getViewMatrix() const { return fViewMatrix; }
GrOptDrawState.cpp 21 fViewMatrix = drawState.getViewMatrix();
GrOvalRenderer.cpp 532 const SkMatrix& vm = drawState->getViewMatrix();
640 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
646 const SkMatrix& vm = drawState->getViewMatrix();
769 const SkMatrix& vm = drawState->getViewMatrix();
    [all...]
GrSWMaskHelper.cpp 362 maskMatrix.preConcat(drawState->getViewMatrix());
GrContext.cpp 814 SkMatrix matrix = target->drawState()->getViewMatrix();
    [all...]
GrDrawTarget.cpp 550 SkMatrix viewM = drawState->getViewMatrix();
718 this->getDrawState().getViewMatrix().mapRect(&bounds, rect);
    [all...]
GrAAConvexPathRenderer.cpp 643 SkMatrix viewMatrix = target->getDrawState().getViewMatrix();
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 730 const SkMatrix& viewM = drawState->getViewMatrix();
777 const SkMatrix& viewM = drawState->getViewMatrix();
838 target->getDrawState().getViewMatrix(),
856 if (drawState->getViewMatrix().hasPerspective()) {
860 SkASSERT(drawState->getViewMatrix().isIdentity());
872 drawState->getViewMatrix().mapPoints(&pos, 1);
895 target->getDrawState().getViewMatrix(),
    [all...]
GrDefaultPathRenderer.cpp 331 SkMatrix viewM = target->getDrawState().getViewMatrix();
335 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(),
484 if (!drawState->getViewMatrix().hasPerspective() &&
518 IsStrokeHairlineOrEquivalent(stroke, target->getDrawState().getViewMatrix(), NULL));
GrSoftwarePathRenderer.cpp 127 SkMatrix vm = drawState->getViewMatrix();
GrDrawState.cpp 421 fViewMatrix = drawState->getViewMatrix();
435 if (drawState->getViewMatrix().isIdentity()) {
439 fViewMatrix = drawState->getViewMatrix();
GrSWMaskHelper.cpp 236 maskMatrix.preConcat(drawState->getViewMatrix());
GrOvalRenderer.cpp 501 const SkMatrix& vm = drawState->getViewMatrix();
610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
616 const SkMatrix& vm = drawState->getViewMatrix();
741 const SkMatrix& vm = drawState->getViewMatrix();
    [all...]
GrDrawTarget.cpp 540 SkMatrix viewM = drawState->getViewMatrix();
569 SkMatrix viewM = drawState->getViewMatrix();
744 this->getDrawState().getViewMatrix().mapRect(&bounds, rect);
    [all...]
GrContext.cpp 798 SkMatrix combinedMatrix = target->drawState()->getViewMatrix();
    [all...]
GrDrawState.h 563 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; }
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 234 fGpu->glPathRendering()->setProjectionMatrix(optState.getViewMatrix(), size, rt->origin());
237 !fMatrixState.fViewMatrix.cheapEqualTo(optState.getViewMatrix())) {
240 fMatrixState.fViewMatrix = optState.getViewMatrix();
GrGLPathRendering.cpp 209 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
213 SkScalar bloat = drawState->getViewMatrix().getMaxScale() * SK_ScalarHalf;
285 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
289 SkScalar bloat = drawState->getViewMatrix().getMaxScale() * SK_ScalarHalf;
GrGpuGL_program.cpp 217 this->glPathRendering()->setProjectionMatrix(optState->getViewMatrix(), size, rt->origin());
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 247 fGpu->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());
250 !fMatrixState.fViewMatrix.cheapEqualTo(drawState.getViewMatrix())) {
253 fMatrixState.fViewMatrix = drawState.getViewMatrix();
GrGpuGL_program.cpp 223 this->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());

Completed in 458 milliseconds

1 2