Home
last modified time | relevance | path

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

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