Home
last modified time | relevance | path

Searched defs:hasPerspective (Results 1 – 9 of 9) 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.cpp154 BaseCoord baseCoord = BaseCoord::kLocal) mutable -> void { in collectTransforms()
238 bool hasPerspective = SkSLTypeVecLength(localCoordsVar.getType()) == 3; in collectTransforms() local
/external/skia/src/gpu/ganesh/geometry/
DGrQuad.h120 bool hasPerspective() const { return fType == Type::kPerspective; } in hasPerspective() function
/external/skia/src/core/
DSkM44.cpp217 const bool hasPerspective = in MapRect() local
/external/skia/include/core/
DSkMatrix.h312 bool hasPerspective() const { in hasPerspective() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyMatrix.java284 boolean hasPerspective() { in hasPerspective() method in ShadowLegacyMatrix
/external/skia/src/utils/
DSkShadowUtils.cpp609 SkScalar tx, SkScalar ty, bool hasPerspective) { in drawShadow()
/external/skia/src/gpu/ganesh/ops/
DAAHairLinePathRenderer.cpp1140 bool hasPerspective = this->viewMatrix().hasPerspective(); in onCreateProgramInfo() local
/external/skia/tests/graphite/precompile/
DPaintParamsKeyTest.cpp792 bool hasPerspective = rand->nextBool(); in create_localmatrix_shader() local