Home
last modified time | relevance | path

Searched defs:hasPerspective (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/gpu/
DGrQuad.h135 bool hasPerspective() const { return (w4f() != Sk4f(1.f)).anyTrue(); } in hasPerspective() function
/external/skia/src/gpu/geometry/
DGrQuad.h106 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
/external/skia/include/core/
DSkMatrix44.h173 inline bool hasPerspective() const { in hasPerspective() function
DSkMatrix.h306 bool hasPerspective() const { in hasPerspective() function
/external/skqp/include/core/
DSkMatrix44.h250 inline bool hasPerspective() const { in hasPerspective() function
DSkMatrix.h243 bool hasPerspective() const { in hasPerspective() function
/external/skia/src/core/
DSkM44.cpp217 const bool hasPerspective = in MapRect() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java287 boolean hasPerspective() { in hasPerspective() method in ShadowMatrix
/external/skia/src/utils/
DSkShadowUtils.cpp628 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp919 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp1121 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local
/external/skia/src/gpu/text/
DGrTextBlob.cpp1527 bool GrTextBlob::hasPerspective() const { return fInitialMatrix.hasPerspective(); } in hasPerspective() function in GrTextBlob