/aosp_15_r20/external/skia/gm/ |
H A D | gradients_2pt_conical.cpp | 54 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 D | gradients.cpp | 80 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 D | pictureshader.cpp | 80 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 D | gradient_matrix.cpp | 64 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 D | SkImageShader.cpp | 150 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 D | SkLocalMatrixShader.h | 33 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 D | GrDistanceFieldGeoProc.cpp | 226 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 D | GrBezierEffect.cpp | 179 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 D | GrBitmapTextGeoProc.cpp | 150 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 D | FuzzGradients.cpp | 74 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 D | GrQuadCropTest.cpp | 30 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 D | SkConicalGradient.cpp | 79 const SkMatrix* localMatrix) { in Create() 278 const SkMatrix* localMatrix) { in MakeTwoPointConical() 353 const SkMatrix* localMatrix) { in MakeTwoPointConical()
|
H A D | SkLinearGradient.cpp | 101 const SkMatrix* localMatrix) { in MakeLinear() 138 const SkMatrix* localMatrix) { in MakeLinear()
|
H A D | SkRadialGradient.cpp | 96 const SkMatrix* localMatrix) { in MakeRadial() 129 const SkMatrix* localMatrix) { in MakeRadial()
|
H A D | SkSweepGradient.cpp | 111 const SkMatrix* localMatrix) { in MakeSweep() 165 const SkMatrix* localMatrix) { in MakeSweep()
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | rt_shader.js | 32 CanvasKit.RuntimeEffect.prototype.makeShader = function(floats, localMatrix) { argument 44 …t.RuntimeEffect.prototype.makeShaderWithChildren = function(floats, childrenShaders, localMatrix) { argument
|
H A D | interface.js | 394 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 D | rtshader_test.js | 35 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 D | RadialGradient.java | 15 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient() 26 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient()
|
H A D | LinearGradient.java | 16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient() 28 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient()
|
H A D | TwoPointConicalGradient.java | 16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient() 29 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient()
|
H A D | SweepGradient.java | 16 @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 D | GrOvalOpFactory.cpp | 122 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 D | TestOps.cpp | 28 GP(const SkMatrix& localMatrix, bool wideColor) in GP() 171 const SkMatrix& localMatrix) in TestRectOp()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDefaultGeoProcFactory.cpp | 53 const SkMatrix& localMatrix, in Make() 217 const SkMatrix& localMatrix, in DefaultGeoProc()
|