Home
last modified time | relevance | path

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

123

/external/skia/gm/
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 …]
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()
Dpictureshader.cpp82 SkMatrix ctm, localMatrix; in onDraw() local
107 SkMatrix ctm, localMatrix; in drawSceneColumn() local
157 void drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, in drawScene()
Dgradients.cpp75 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear()
81 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear4f()
88 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial()
97 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial4f()
107 SkTileMode, const SkMatrix& localMatrix) { in MakeSweep()
116 SkTileMode, const SkMatrix& localMatrix) { in MakeSweep4f()
126 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Radial()
139 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Radial4f()
153 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Conical()
165 SkTileMode tm, const SkMatrix& localMatrix) { in Make2Conical4f()
/external/skia/src/shaders/
DSkLocalMatrixShader.h20 SkLocalMatrixShader(sk_sp<SkShader> proxy, const SkMatrix& localMatrix) in SkLocalMatrixShader()
33 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader()
DSkImageShader.cpp82 const SkMatrix* localMatrix, in SkImageShader()
135 SkMatrix localMatrix; in CreateProc() local
284 const SkMatrix* localMatrix, in Make()
293 const SkMatrix* localMatrix) { in MakeRaw()
309 const SkMatrix* localMatrix, in MakeSubset()
389 const SkMatrix* localMatrix, SkCopyPixelsMode mode) { in SkMakeBitmapShaderForPaint()
DSkPictureShader.cpp40 const SkMatrix* localMatrix, const SkRect* tile) const { in makeShader() argument
111 … SkFilterMode filter, const SkMatrix* localMatrix, const SkRect* tile) in SkPictureShader()
260 SkTCopyOnFirstWrite<SkMatrix>* localMatrix, in rasterShader()
/external/skia/modules/canvaskit/
Drt_shader.js18 CanvasKit.RuntimeEffect.prototype.makeShader = function(floats, localMatrix) { argument
28 …t.RuntimeEffect.prototype.makeShaderWithChildren = function(floats, childrenShaders, localMatrix) { argument
/external/skia/src/gpu/effects/
DGrBezierEffect.cpp173 const SkMatrix& localMatrix, bool usesLocalCoords) in GrConicEffect()
191 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
326 const SkMatrix& localMatrix, bool usesLocalCoords) in GrQuadEffect()
344 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
DGrDistanceFieldGeoProc.cpp213 const SkMatrix& localMatrix) in GrDistanceFieldA8TextGeoProc()
301 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
568 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
795 const SkMatrix& localMatrix) in GrDistanceFieldLCDTextGeoProc()
882 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
DGrBitmapTextGeoProc.cpp121 const SkMatrix& localMatrix, in GrBitmapTextGeoProc()
227 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local
DGrBitmapTextGeoProc.h36 const SkMatrix& localMatrix, in Make()
/external/skia/fuzz/
DFuzzGradients.cpp74 const SkMatrix* localMatrix, in logLinearGradient()
120 SkTLazy<SkMatrix> localMatrix; in fuzzLinearGradient() local
158 SkTLazy<SkMatrix> localMatrix; in fuzzRadialGradient() local
196 SkTLazy<SkMatrix> localMatrix; in fuzzTwoPointConicalGradient() local
/external/skia/tests/
DGrQuadCropTest.cpp25 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_axis_aligned_test()
99 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_fully_covered_test()
178 const SkMatrix* localMatrix) { in test_axis_aligned_all_clips()
/external/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DRadialGradient.java15 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient()
26 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient()
DLinearGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient()
28 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient()
DTwoPointConicalGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient()
29 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient()
DSweepGradient.java16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient()
33 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient()
/external/skia/src/shaders/gradients/
DSkGradientShader.cpp682 SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) { in desc_init()
848 const SkMatrix* localMatrix) { in MakeLinear()
860 const SkMatrix* localMatrix) { in MakeLinear()
895 const SkMatrix* localMatrix) { in MakeRadial()
907 const SkMatrix* localMatrix) { in MakeRadial()
943 const SkMatrix* localMatrix) { in MakeTwoPointConical()
959 const SkMatrix* localMatrix) { in MakeTwoPointConical()
1018 const SkMatrix* localMatrix) { in MakeSweep()
1033 const SkMatrix* localMatrix) { in MakeSweep()
/external/skia/modules/canvaskit/tests/
Drtshader.spec.js35 const testRTShader = (name, done, localMatrix) => { argument
182 const testChildrenShader = (name, done, localMatrix) => { argument
/external/skia/src/gpu/
DSurfaceFillContext.cpp15 const SkMatrix& localMatrix, in fillRectWithFP()
DGrDefaultGeoProcFactory.cpp41 const SkMatrix& localMatrix, in Make()
205 const SkMatrix& localMatrix, in DefaultGeoProc()
/external/skia/include/effects/
DSkGradientShader.h217 uint32_t flags, const SkMatrix* localMatrix) { in MakeSweep()
251 uint32_t flags, const SkMatrix* localMatrix) { in MakeSweep()
/external/skia/include/core/
DSkBitmap.h1123 const SkMatrix& localMatrix) const { in makeShader()
1133 const SkMatrix& localMatrix) const { in makeShader()
/external/skia/tools/gpu/
DTestOps.cpp27 GP(const SkMatrix& localMatrix, bool wideColor) in GP()
170 const SkMatrix& localMatrix) in TestRectOp()

123