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

  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 80 SkScalar bloat = drawState->getViewMatrix().getMaxStretch() * SK_ScalarHalf;
108 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrSoftwarePathRenderer.cpp 127 SkMatrix vm = drawState->getViewMatrix();
GrDefaultPathRenderer.cpp 331 SkMatrix viewM = target->getDrawState().getViewMatrix();
470 if (!drawState->getViewMatrix().hasPerspective() &&
GrAAHairLinePathRenderer.cpp 506 SkMatrix viewM = drawState.getViewMatrix();
586 if (!drawState->getViewMatrix().hasPerspective()) {
GrDrawState.cpp 584 fViewMatrix = drawState->getViewMatrix();
620 fViewMatrix = drawState->getViewMatrix();
GrContext.cpp 669 if (!drawState.getViewMatrix().preservesAxisAlignment()) {
678 *combinedMatrix = drawState.getViewMatrix();
    [all...]
GrClipMaskManager.cpp 46 mat.preConcat(drawState->getViewMatrix());
344 SkMatrix oldMatrix = drawState->getViewMatrix();
    [all...]
GrDrawState.h 730 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; }
    [all...]
GrInOrderDrawBuffer.cpp 123 combinedMatrix.postConcat(this->drawState()->getViewMatrix());
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowUtil.java 75 Matrix4f mat = cam.getViewMatrix();
  /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...]
Camera.java     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 92 const SkMatrix& vm = this->getDrawState().getViewMatrix();
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 789 rm.getCurrentCamera().getViewMatrix().mult(tmpVec, tmpVec);
    [all...]

Completed in 448 milliseconds