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

1 2

  /external/skia/src/gpu/
GrPrimitiveProcessor.cpp 45 if (coordTransform->getMatrix().hasPerspective()) {
GrPathProcessor.cpp 23 b->add32(SkToInt(pathProc.viewMatrix().hasPerspective()));
30 if (!pathProc.viewMatrix().hasPerspective()) {
55 coordTransform->getMatrix().hasPerspective() ? kVec3f_GrSLType
GrDefaultGeoProcFactory.cpp 142 key |= (def.localCoordsWillBeRead() && def.localMatrix().hasPerspective()) ? 0x20 : 0x0;
  /external/skia/src/gpu/ops/
GrRectOpFactory.h 35 if (viewMatrix.hasPerspective() || (localMatrix && localMatrix->hasPerspective())) {
GrNonAAFillRectPerspectiveOp.cpp 32 SkASSERT(viewMatrix.hasPerspective() || (localMatrix && localMatrix->hasPerspective()));
40 if (viewMatrix.hasPerspective()) {
99 SkASSERT(viewMatrix.hasPerspective() || (localMatrix && localMatrix->hasPerspective()));
247 if (!viewMatrix.hasPerspective()) {
GrStencilAndCoverPathRenderer.cpp 102 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
113 const SkMatrix& viewM = viewMatrix.hasPerspective() ? SkMatrix::I() : viewMatrix;
GrAAHairLinePathRenderer.cpp 251 bool persp = m.hasPerspective();
640 if (viewMatrix.hasPerspective()) {
738 if (this->viewMatrix().hasPerspective() != that->viewMatrix().hasPerspective()) {
743 if (this->viewMatrix().hasPerspective() &&
797 bool hasPerspective = this->viewMatrix().hasPerspective();
802 if (hasPerspective) {
    [all...]
GrNonAAFillRectOp.cpp 77 SkASSERT(!viewMatrix.hasPerspective() && (!localMatrix || !localMatrix->hasPerspective()));
GrDefaultPathRenderer.cpp 539 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
549 const SkMatrix& viewM = (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() :
GrAAConvexPathRenderer.cpp 220 SkASSERT(!m.hasPerspective());
602 b->add32(SkToBool(qee.usesLocalCoords() && qee.localMatrix().hasPerspective()));
856 if (viewMatrix->hasPerspective()) {
    [all...]
GrMSAAPathRenderer.cpp 166 key |= qp.viewMatrix().hasPerspective() ? 0x1 : 0x0;
649 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
660 (reverse && viewMatrix.hasPerspective()) ? SkMatrix::I() : viewMatrix;
  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 69 } else if (!mat.hasPerspective()) {
GrGLSLGeometryProcessor.cpp 109 if (!mat.hasPerspective()) {
  /external/skia/src/gpu/effects/
GrShadowGeoProc.cpp 69 key = rsgp.localMatrix().hasPerspective() ? 0x1 : 0x0;
GrBitmapTextGeoProc.cpp 101 key |= (gp.usesLocalCoords() && gp.localMatrix().hasPerspective()) ? 0x1 : 0x0;
  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.cpp 193 if (shadowMatrix.hasPerspective() || revealClipPath || clippedToBounds) {
195 if (shadowMatrix.hasPerspective()) {
  /external/skia/tests/
Matrix44Test.cpp 578 REPORTER_ASSERT(reporter, transform.hasPerspective());
581 REPORTER_ASSERT(reporter, !transform.hasPerspective());
584 REPORTER_ASSERT(reporter, transform.hasPerspective());
588 REPORTER_ASSERT(reporter, transform.hasPerspective());
592 REPORTER_ASSERT(reporter, transform.hasPerspective());
596 REPORTER_ASSERT(reporter, transform.hasPerspective());
600 REPORTER_ASSERT(reporter, transform.hasPerspective());
    [all...]
  /external/skia/src/core/
SkBitmapController.cpp 89 fInvMatrix.hasPerspective())
SkShader.cpp 200 if (mat.hasPerspective()) {
  /frameworks/base/libs/hwui/
DamageAccumulator.cpp 144 if (CC_LIKELY(!transform->hasPerspective())) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 75 public static boolean hasPerspective(Matrix m) {
81 return delegate.hasPerspective();
171 public boolean hasPerspective() {
902 if (hasPerspective()) {
    [all...]
Canvas_Delegate.java 354 if (matrixDelegate.hasPerspective()) {
  /external/skia/src/utils/
SkShadowTessellator.cpp 218 if (m.hasPerspective()) {
266 if (!ctm.hasPerspective()) {
371 this->setZOffset(path.getBounds(), ctm.hasPerspective());
708 if (this->setZOffset(path.getBounds(), ctm.hasPerspective())) {
725 if (!ctm.hasPerspective()) {
872 if (ctm.hasPerspective()) {
    [all...]
SkShadowUtils.cpp 211 if (matrix.hasPerspective() || m.hasPerspective()) {
  /external/skia/src/gpu/text/
GrTextUtils.cpp 182 if (viewMatrix.hasPerspective()) {
223 SkASSERT(!viewMatrix.hasPerspective());

Completed in 612 milliseconds

1 2