Home
last modified time | relevance | path

Searched defs:localMatrix (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/skia/gm/
H A Dgradients_2pt_conical.cpp54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside()
65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip()
75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip()
86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside()
99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip()
112 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenter()
123 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideCenterReversed()
134 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRad()
147 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadFlip()
160 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalZeroRadCenter()
[all …]
H A Dgradients.cpp80 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear()
86 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear4f()
93 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial()
102 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial4f()
112 SkTileMode, const SkMatrix& localMatrix) { in MakeSweep()
121 SkTileMode, const SkMatrix& localMatrix) { in MakeSweep4f()
131 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Radial()
144 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Radial4f()
158 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Conical()
170 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Conical4f()
H A Dpictureshader.cpp80 SkMatrix ctm, localMatrix; in onDraw() local
105 SkMatrix ctm, localMatrix; in drawSceneColumn() local
155 void drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, in drawScene()
H A Dgradient_matrix.cpp64 static sk_sp<SkShader> make_linear_gradient(const SkPoint pts[2], const SkMatrix& localMatrix) { in make_linear_gradient()
69 static sk_sp<SkShader> make_radial_gradient(const SkPoint pts[2], const SkMatrix& localMatrix) { in make_radial_gradient()
/aosp_15_r20/external/skia/src/shaders/
H A DSkImageShader.cpp150 SkMatrix localMatrix; in CreateProc() local
297 const SkMatrix* localMatrix, in Make()
306 const SkMatrix* localMatrix) { in MakeRaw()
328 const SkMatrix* localMatrix, in MakeSubset()
361 const SkMatrix* localMatrix, SkCopyPixelsMode mode) { in SkMakeBitmapShaderForPaint()
391 SkMatrix localMatrix = SkMatrix::RectToRect(src, dst); in SkModifyPaintAndDstForDrawImageRect() local
806 const SkMatrix* localMatrix) { in Image()
813 const SkMatrix* localMatrix) { in RawImage()
H A DSkLocalMatrixShader.h33 MakeWrapped(const SkMatrix* localMatrix, Args&&... args) { in MakeWrapped()
41 SkLocalMatrixShader(sk_sp<SkShader> wrapped, const SkMatrix& localMatrix) in SkLocalMatrixShader()
50 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader()
57 const SkMatrix& localMatrix() const { return fLocalMatrix; } in localMatrix() function
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrDistanceFieldGeoProc.cpp226 const SkMatrix& localMatrix) in GrDistanceFieldA8TextGeoProc()
314 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
485 const SkMatrix& localMatrix, in GrDistanceFieldPathGeoProc()
568 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
804 const SkMatrix& localMatrix) in GrDistanceFieldLCDTextGeoProc()
891 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
H A DGrBezierEffect.cpp179 const SkMatrix& localMatrix, bool usesLocalCoords) in GrConicEffect()
197 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
332 const SkMatrix& localMatrix, bool usesLocalCoords) in GrQuadEffect()
350 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
H A DGrBitmapTextGeoProc.cpp150 const SkMatrix& localMatrix, in GrBitmapTextGeoProc()
257 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
/aosp_15_r20/external/skia/fuzz/
H A DFuzzGradients.cpp74 const SkMatrix* localMatrix, in logLinearGradient()
120 SkTLazy<SkMatrix> localMatrix; in fuzzLinearGradient() local
158 SkTLazy<SkMatrix> localMatrix; in fuzzRadialGradient() local
195 SkTLazy<SkMatrix> localMatrix; in fuzzTwoPointConicalGradient() local
/aosp_15_r20/external/skia/tests/
H A DGrQuadCropTest.cpp30 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_axis_aligned_test()
104 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_fully_covered_test()
183 const SkMatrix* localMatrix) { in test_axis_aligned_all_clips()
/aosp_15_r20/external/skia/src/shaders/gradients/
H A DSkConicalGradient.cpp79 const SkMatrix* localMatrix) { in Create()
278 const SkMatrix* localMatrix) { in MakeTwoPointConical()
353 const SkMatrix* localMatrix) { in MakeTwoPointConical()
H A DSkLinearGradient.cpp101 const SkMatrix* localMatrix) { in MakeLinear()
138 const SkMatrix* localMatrix) { in MakeLinear()
H A DSkRadialGradient.cpp96 const SkMatrix* localMatrix) { in MakeRadial()
129 const SkMatrix* localMatrix) { in MakeRadial()
H A DSkSweepGradient.cpp111 const SkMatrix* localMatrix) { in MakeSweep()
165 const SkMatrix* localMatrix) { in MakeSweep()
/aosp_15_r20/external/skia/modules/canvaskit/
H A Drt_shader.js32 CanvasKit.RuntimeEffect.prototype.makeShader = function(floats, localMatrix) { argument
44 …t.RuntimeEffect.prototype.makeShaderWithChildren = function(floats, childrenShaders, localMatrix) { argument
H A Dinterface.js394 localMatrix) { argument
405 localMatrix) { argument
1093 …CanvasKit.Shader.MakeLinearGradient = function(start, end, colors, pos, mode, localMatrix, flags, … argument
1113 …CanvasKit.Shader.MakeRadialGradient = function(center, radius, colors, pos, mode, localMatrix, fla… argument
1129 …CanvasKit.Shader.MakeSweepGradient = function(cx, cy, colors, pos, mode, localMatrix, flags, start… argument
1149 … colors, pos, mode, localMatrix, flags, colorSpace) { argument
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Drtshader_test.js35 const testRTShader = (name, done, localMatrix) => { argument
182 const testChildrenShader = (name, done, localMatrix) => { argument
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DRadialGradient.java15 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient()
26 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient()
H A DLinearGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient()
28 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient()
H A DTwoPointConicalGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient()
29 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient()
H A DSweepGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient()
33 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOvalOpFactory.cpp122 bool wideColor, const SkMatrix& localMatrix) { in Make()
148 bool roundCaps, bool wideColor, const SkMatrix& localMatrix) in CircleGeometryProcessor()
323 const SkMatrix& localMatrix) { in Make()
344 ButtCapDashedCircleGeometryProcessor(bool wideColor, const SkMatrix& localMatrix) in ButtCapDashedCircleGeometryProcessor()
580 bool useScale, const SkMatrix& localMatrix) { in Make()
603 const SkMatrix& localMatrix) in EllipseGeometryProcessor()
1303 SkMatrix localMatrix; in onCreateProgramInfo() local
1675 SkMatrix localMatrix; in onCreateProgramInfo() local
2013 SkMatrix localMatrix; in onCreateProgramInfo() local
2712 SkMatrix localMatrix; in onCreateProgramInfo() local
[all …]
/aosp_15_r20/external/skia/tools/gpu/
H A DTestOps.cpp28 GP(const SkMatrix& localMatrix, bool wideColor) in GP()
171 const SkMatrix& localMatrix) in TestRectOp()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDefaultGeoProcFactory.cpp53 const SkMatrix& localMatrix, in Make()
217 const SkMatrix& localMatrix, in DefaultGeoProc()

123