/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
PssmShadowUtil.java | 75 Matrix4f mat = cam.getViewMatrix();
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 739 const SkMatrix& viewM = drawState->getViewMatrix(); 786 const SkMatrix& viewM = drawState->getViewMatrix(); 847 target->getDrawState().getViewMatrix(), 865 if (drawState->getViewMatrix().hasPerspective()) { 869 SkASSERT(drawState->getViewMatrix().isIdentity()); 881 drawState->getViewMatrix().mapPoints(&pos, 1); [all...] |
GrDefaultPathRenderer.cpp | 333 SkMatrix viewM = target->getDrawState().getViewMatrix(); 337 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(), 486 if (!drawState->getViewMatrix().hasPerspective() && 520 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 | 204 maskMatrix.preConcat(drawState->getViewMatrix());
|
GrOvalRenderer.cpp | 503 const SkMatrix& vm = drawState->getViewMatrix(); 610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect(); 616 const SkMatrix& vm = drawState->getViewMatrix(); 739 const SkMatrix& vm = drawState->getViewMatrix(); [all...] |
GrDrawTarget.cpp | 539 SkMatrix viewM = drawState->getViewMatrix(); 674 this->getDrawState().getViewMatrix().mapRect(bounds.get(), rect); [all...] |
GrContext.cpp | 774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix(); [all...] |
GrDrawState.h | 562 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; } [all...] |
/external/skia/src/gpu/ |
GrAAHairLinePathRenderer.cpp | 739 const SkMatrix& viewM = drawState->getViewMatrix(); 786 const SkMatrix& viewM = drawState->getViewMatrix(); 847 target->getDrawState().getViewMatrix(), 865 if (drawState->getViewMatrix().hasPerspective()) { 869 SkASSERT(drawState->getViewMatrix().isIdentity()); 881 drawState->getViewMatrix().mapPoints(&pos, 1); [all...] |
GrDefaultPathRenderer.cpp | 333 SkMatrix viewM = target->getDrawState().getViewMatrix(); 337 if (IsStrokeHairlineOrEquivalent(*stroke, target->getDrawState().getViewMatrix(), 486 if (!drawState->getViewMatrix().hasPerspective() && 520 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 | 204 maskMatrix.preConcat(drawState->getViewMatrix());
|
GrOvalRenderer.cpp | 503 const SkMatrix& vm = drawState->getViewMatrix(); 610 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect(); 616 const SkMatrix& vm = drawState->getViewMatrix(); 739 const SkMatrix& vm = drawState->getViewMatrix(); [all...] |
GrDrawTarget.cpp | 539 SkMatrix viewM = drawState->getViewMatrix(); 674 this->getDrawState().getViewMatrix().mapRect(bounds.get(), rect); [all...] |
GrContext.cpp | 774 SkMatrix combinedMatrix = target->drawState()->getViewMatrix(); [all...] |
GrDrawState.h | 562 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; } [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgram.cpp | 342 fGpu->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin()); 345 !fMatrixState.fViewMatrix.cheapEqualTo(drawState.getViewMatrix())) { 348 fMatrixState.fViewMatrix = drawState.getViewMatrix();
|
GrGpuGL_program.cpp | 221 this->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());
|
/external/skia/src/gpu/gl/ |
GrGLProgram.cpp | 342 fGpu->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin()); 345 !fMatrixState.fViewMatrix.cheapEqualTo(drawState.getViewMatrix())) { 348 fMatrixState.fViewMatrix = drawState.getViewMatrix();
|
GrGpuGL_program.cpp | 221 this->setProjectionMatrix(drawState.getViewMatrix(), size, rt->origin());
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
LightScatteringFilter.java | 104 viewPort.getCamera().getViewMatrix().mult(lightPosition, viewLightPos);
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
RenderManager.java | [all...] |