Searched defs:hasPerspective (Results 1 – 8 of 8) sorted by relevance
38 SampleUsage(Kind kind, bool hasPerspective) : fKind(kind), fHasPerspective(hasPerspective) { in SampleUsage()45 static SampleUsage UniformMatrix(bool hasPerspective) { in UniformMatrix()72 bool hasPerspective() const { return fHasPerspective; } in hasPerspective() function
138 BaseCoord baseCoord = BaseCoord::kLocal) mutable -> void { in collectTransforms()216 bool hasPerspective = GrSLTypeVecLength(localCoordsVar.getType()) == 3; in collectTransforms() local
112 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
219 const bool hasPerspective = in MapRect() local
304 bool hasPerspective() const { in hasPerspective() function
649 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
1077 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local
1555 bool GrTextBlob::hasPerspective() const { return fInitialMatrix.hasPerspective(); } in hasPerspective() function in GrTextBlob