Searched defs:hasPerspective (Results 1 – 14 of 14) 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
127 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
590 bool hasPerspective = (proc.fFlags & Flags::kHasPerspective); in onEmitCode() local
924 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local
244 inline bool hasPerspective() const { in hasPerspective() function
241 bool hasPerspective() const { in hasPerspective() function
219 const bool hasPerspective = in MapRect() local
304 bool hasPerspective() const { in hasPerspective() function
569 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
638 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