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

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 81 SkScalar bloat = drawState->getViewMatrix().getMaxStretch() * SK_ScalarHalf;
109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrSoftwarePathRenderer.cpp 127 SkMatrix vm = drawState->getViewMatrix();
GrDrawState.cpp 430 fViewMatrix = drawState->getViewMatrix();
444 if (drawState->getViewMatrix().isIdentity()) {
448 fViewMatrix = drawState->getViewMatrix();
GrAAHairLinePathRenderer.cpp     [all...]
GrDefaultPathRenderer.cpp 332 SkMatrix viewM = target->getDrawState().getViewMatrix();
471 if (!drawState->getViewMatrix().hasPerspective() &&
GrSWMaskHelper.cpp 195 maskMatrix.preConcat(drawState->getViewMatrix());
GrContext.cpp 719 if (!drawState.getViewMatrix().preservesAxisAlignment()) {
728 if (!drawState.getViewMatrix().preservesAxisAlignment() &&
729 !drawState.getViewMatrix().preservesRightAngles()) {
739 *combinedMatrix = drawState.getViewMatrix();
    [all...]
GrOvalRenderer.cpp 337 const SkMatrix& vm = drawState->getViewMatrix();
442 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
448 const SkMatrix& vm = drawState->getViewMatrix();
GrDrawState.h 594 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; }
    [all...]
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 81 SkScalar bloat = drawState->getViewMatrix().getMaxStretch() * SK_ScalarHalf;
109 if (!drawState->getViewMatrix().hasPerspective() && drawState->getViewInverse(&vmi)) {
GrSoftwarePathRenderer.cpp 127 SkMatrix vm = drawState->getViewMatrix();
GrDrawState.cpp 430 fViewMatrix = drawState->getViewMatrix();
444 if (drawState->getViewMatrix().isIdentity()) {
448 fViewMatrix = drawState->getViewMatrix();
GrAAHairLinePathRenderer.cpp     [all...]
GrDefaultPathRenderer.cpp 332 SkMatrix viewM = target->getDrawState().getViewMatrix();
471 if (!drawState->getViewMatrix().hasPerspective() &&
GrSWMaskHelper.cpp 195 maskMatrix.preConcat(drawState->getViewMatrix());
GrContext.cpp 719 if (!drawState.getViewMatrix().preservesAxisAlignment()) {
728 if (!drawState.getViewMatrix().preservesAxisAlignment() &&
729 !drawState.getViewMatrix().preservesRightAngles()) {
739 *combinedMatrix = drawState.getViewMatrix();
    [all...]
GrOvalRenderer.cpp 337 const SkMatrix& vm = drawState->getViewMatrix();
442 bool isAxisAlignedEllipse = drawState->getViewMatrix().rectStaysRect();
448 const SkMatrix& vm = drawState->getViewMatrix();
GrDrawState.h 594 const SkMatrix& getViewMatrix() const { return fCommon.fViewMatrix; }
    [all...]
  /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/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 207 const SkMatrix& viewMatrix = this->getDrawState().getViewMatrix();
211 const SkMatrix& vm = this->getDrawState().getViewMatrix();
GrGLProgram.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 207 const SkMatrix& viewMatrix = this->getDrawState().getViewMatrix();
211 const SkMatrix& vm = this->getDrawState().getViewMatrix();
GrGLProgram.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderManager.java     [all...]

Completed in 3972 milliseconds

1 2