Searched refs:getViewMatrix (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp80 SkScalar bloat = drawState->getViewMatrix().getMaxStretch() * SK_ScalarHalf;
108 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
H A DGrSoftwarePathRenderer.cpp127 SkMatrix vm = drawState->getViewMatrix();
H A DGrDefaultPathRenderer.cpp331 SkMatrix viewM = target->getDrawState().getViewMatrix();
470 if (!drawState->getViewMatrix().hasPerspective() &&
H A DGrAAHairLinePathRenderer.cpp506 SkMatrix viewM = drawState.getViewMatrix();
586 if (!drawState->getViewMatrix().hasPerspective()) {
H A DGrDrawState.cpp584 fViewMatrix = drawState->getViewMatrix();
620 fViewMatrix = drawState->getViewMatrix();
H A DGrContext.cpp669 if (!drawState.getViewMatrix().preservesAxisAlignment()) {
678 *combinedMatrix = drawState.getViewMatrix();
996 const SkMatrix vm = drawState->getViewMatrix();
1719 return fDrawState->getViewMatrix();
H A DGrClipMaskManager.cpp46 mat.preConcat(drawState->getViewMatrix());
344 SkMatrix oldMatrix = drawState->getViewMatrix();
H A DGrDrawState.h730 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; }
H A DGrInOrderDrawBuffer.cpp123 combinedMatrix.postConcat(this->drawState()->getViewMatrix());
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
H A DPssmShadowUtil.java75 Matrix4f mat = cam.getViewMatrix();
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DLightScatteringFilter.java104 viewPort.getCamera().getViewMatrix().mult(lightPosition, viewLightPos);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java983 viewMatrix.set(cam.getViewMatrix());
999 renderer.setViewProjectionMatrices(cam.getViewMatrix(),
1011 * are applied. Then, the camera's {@link Camera#getViewMatrix() view} and
H A DCamera.java1068 public Matrix4f getViewMatrix() { method in class:Camera
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp92 const SkMatrix& vm = this->getDrawState().getViewMatrix();
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMaterial.java789 rm.getCurrentCamera().getViewMatrix().mult(tmpVec, tmpVec);

Completed in 520 milliseconds