Searched defs:hasPerspective (Results 1 – 10 of 10) sorted by relevance
36 SampleUsage(Kind kind, bool hasPerspective) : fKind(kind), fHasPerspective(hasPerspective) { in SampleUsage()43 static SampleUsage UniformMatrix(bool hasPerspective) { in UniformMatrix()70 bool hasPerspective() const { return fHasPerspective; } in hasPerspective() function
148 BaseCoord baseCoord = BaseCoord::kLocal) mutable -> void { in collectTransforms()232 bool hasPerspective = SkSLTypeVecLength(localCoordsVar.getType()) == 3; in collectTransforms() local
112 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
358 bool TextBlob::hasPerspective() const { in hasPerspective() function in sktext::gpu::TextBlob
215 const bool hasPerspective = in MapRect() local
311 bool hasPerspective() const { in hasPerspective() function
287 boolean hasPerspective() { in hasPerspective() method in ShadowLegacyMatrix
287 boolean hasPerspective() { in hasPerspective() method in ShadowMatrix
602 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
1093 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local