Home
last modified time | relevance | path

Searched defs:hasPerspective (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/include/private/
DSkSLSampleUsage.h38 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
/third_party/skia/src/gpu/
DGrGeometryProcessor.cpp138 BaseCoord baseCoord = BaseCoord::kLocal) mutable -> void { in collectTransforms()
216 bool hasPerspective = GrSLTypeVecLength(localCoordsVar.getType()) == 3; in collectTransforms() local
/third_party/skia/src/gpu/geometry/
DGrQuad.h112 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
/third_party/flutter/skia/src/gpu/geometry/
DGrQuad.h127 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp590 bool hasPerspective = (proc.fFlags & Flags::kHasPerspective); in onEmitCode() local
DGrAAHairLinePathRenderer.cpp924 bool hasPerspective = this->viewMatrix().hasPerspective(); in onPrepareDraws() local
/third_party/flutter/skia/include/core/
DSkMatrix44.h244 inline bool hasPerspective() const { in hasPerspective() function
DSkMatrix.h241 bool hasPerspective() const { in hasPerspective() function
/third_party/skia/src/core/
DSkM44.cpp219 const bool hasPerspective = in MapRect() local
/third_party/skia/include/core/
DSkMatrix.h304 bool hasPerspective() const { in hasPerspective() function
/third_party/flutter/skia/src/utils/
DSkShadowUtils.cpp569 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/third_party/skia/src/utils/
DSkShadowUtils.cpp638 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/third_party/skia/src/gpu/ops/
DAAHairLinePathRenderer.cpp1077 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1555 bool GrTextBlob::hasPerspective() const { return fInitialMatrix.hasPerspective(); } in hasPerspective() function in GrTextBlob