Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkSLSampleUsage.h36 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
/external/skia/src/gpu/ganesh/
DGrGeometryProcessor.cpp148 BaseCoord baseCoord = BaseCoord::kLocal) mutable -> void { in collectTransforms()
232 bool hasPerspective = SkSLTypeVecLength(localCoordsVar.getType()) == 3; in collectTransforms() local
/external/skia/src/gpu/ganesh/geometry/
DGrQuad.h112 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
/external/skia/src/text/gpu/
DTextBlob.cpp358 bool TextBlob::hasPerspective() const { in hasPerspective() function in sktext::gpu::TextBlob
/external/skia/src/core/
DSkM44.cpp215 const bool hasPerspective = in MapRect() local
/external/skia/include/core/
DSkMatrix.h311 bool hasPerspective() const { in hasPerspective() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java287 boolean hasPerspective() { in hasPerspective() method in ShadowLegacyMatrix
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java287 boolean hasPerspective() { in hasPerspective() method in ShadowMatrix
/external/skia/src/utils/
DSkShadowUtils.cpp602 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/external/skia/src/gpu/ganesh/ops/
DAAHairLinePathRenderer.cpp1093 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local