Home
last modified time | relevance | path

Searched defs:hasPerspective (Results 1 – 10 of 10) 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/
DGrQuad.h168 bool hasPerspective() const { return (w4f() != Sk4f(1.f)).anyTrue(); } in hasPerspective() function
/external/skia/include/core/
DSkMatrix44.h250 inline bool hasPerspective() const { in hasPerspective() function
DSkMatrix.h243 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/utils/
DSkShadowUtils.cpp569 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java287 boolean hasPerspective() { in hasPerspective() method in ShadowMatrix
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp919 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp920 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local