Searched defs:hasPerspective (Results 1 – 12 of 12) sorted by relevance
135 bool hasPerspective() const { return (w4f() != Sk4f(1.f)).anyTrue(); } in hasPerspective() function
106 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
173 inline bool hasPerspective() const { in hasPerspective() function
306 bool hasPerspective() const { in hasPerspective() function
250 inline bool hasPerspective() const { in hasPerspective() function
243 bool hasPerspective() const { in hasPerspective() function
217 const bool hasPerspective = in MapRect() local
287 boolean hasPerspective() { in hasPerspective() method in ShadowMatrix
628 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
919 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local
1121 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local
1527 bool GrTextBlob::hasPerspective() const { return fInitialMatrix.hasPerspective(); } in hasPerspective() function in GrTextBlob