/third_party/skia/gm/ |
H A D | pictureshader.cpp | 81 SkMatrix ctm, localMatrix; variable 84 localMatrix.setScale(2, 2); 85 this->drawScene(canvas, ctm, localMatrix, 0); 88 localMatrix.setScale(-1, -1); 89 this->drawScene(canvas, ctm, localMatrix, 0); 93 this->drawScene(canvas, ctm, localMatrix, 0); 97 localMatrix.setTranslate(fTileSize / 4, fTileSize / 4); 98 localMatrix.preRotate(45); 99 localMatrix.preScale(-2, -2); 100 this->drawScene(canvas, ctm, localMatrix, 106 SkMatrix ctm, localMatrix; drawSceneColumn() local 156 drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, unsigned tileMode) drawScene() argument [all...] |
H A D | gradients_2pt_conical.cpp | 54 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutside() 61 data.fPos, data.fCount, tm, 0, &localMatrix); in Make2ConicalOutside() 65 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideStrip() 71 data.fPos, data.fCount, tm, 0, &localMatrix); in Make2ConicalOutsideStrip() 75 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalOutsideFlip() 82 data.fPos, data.fCount, tm, 0, &localMatrix); in Make2ConicalOutsideFlip() 86 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInside() 95 0, &localMatrix); in Make2ConicalInside() 99 SkTileMode tm, const SkMatrix& localMatrix) { in Make2ConicalInsideFlip() 108 0, &localMatrix); in Make2ConicalInsideFlip() 53 Make2ConicalOutside(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalOutside() argument 64 Make2ConicalOutsideStrip(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalOutsideStrip() argument 74 Make2ConicalOutsideFlip(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalOutsideFlip() argument 85 Make2ConicalInside(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalInside() argument 98 Make2ConicalInsideFlip(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalInsideFlip() argument 111 Make2ConicalInsideCenter(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalInsideCenter() argument 122 Make2ConicalInsideCenterReversed(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalInsideCenterReversed() argument 133 Make2ConicalZeroRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRad() argument 146 Make2ConicalZeroRadFlip(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadFlip() argument 159 Make2ConicalZeroRadCenter(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadCenter() argument 171 Make2ConicalZeroRadOutside(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadOutside() argument 184 Make2ConicalZeroRadFlipOutside(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadFlipOutside() argument 196 Make2ConicalEdgeX(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalEdgeX() argument 208 Make2ConicalEdgeY(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalEdgeY() argument 220 Make2ConicalZeroRadEdgeX(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadEdgeX() argument 233 Make2ConicalZeroRadEdgeY(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalZeroRadEdgeY() argument 245 Make2ConicalTouchX(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalTouchX() argument 257 Make2ConicalTouchY(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalTouchY() argument 269 Make2ConicalInsideSmallRad(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2ConicalInsideSmallRad() argument [all...] |
H A D | gradients.cpp | 75 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear() 77 &localMatrix); in MakeLinear() 81 SkTileMode tm, const SkMatrix& localMatrix) { in MakeLinear4f() 84 &localMatrix); in MakeLinear4f() 88 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial() 93 tm, 0, &localMatrix); in MakeRadial() 97 SkTileMode tm, const SkMatrix& localMatrix) { in MakeRadial4f() 103 data.fCount, tm, 0, &localMatrix); in MakeRadial4f() 107 SkTileMode, const SkMatrix& localMatrix) { in MakeSweep() 112 0, &localMatrix); in MakeSweep() 74 MakeLinear(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) MakeLinear() argument 80 MakeLinear4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) MakeLinear4f() argument 87 MakeRadial(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) MakeRadial() argument 96 MakeRadial4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) MakeRadial4f() argument 106 MakeSweep(const SkPoint pts[2], const GradData& data, SkTileMode, const SkMatrix& localMatrix) MakeSweep() argument 115 MakeSweep4f(const SkPoint pts[2], const GradData& data, SkTileMode, const SkMatrix& localMatrix) MakeSweep4f() argument 125 Make2Radial(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Radial() argument 138 Make2Radial4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Radial4f() argument 152 Make2Conical(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Conical() argument 164 Make2Conical4f(const SkPoint pts[2], const GradData& data, SkTileMode tm, const SkMatrix& localMatrix) Make2Conical4f() argument [all...] |
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() argument 66 SkTileMode::kClamp, 0, &localMatrix); in make_linear_gradient() 69 static sk_sp<SkShader> make_radial_gradient(const SkPoint pts[2], const SkMatrix& localMatrix) { in make_radial_gradient() argument 75 SkTileMode::kClamp, 0, &localMatrix); in make_radial_gradient()
|
H A D | pictureshadertile.cpp | 122 SkMatrix localMatrix; variable 123 localMatrix.setTranslate(tiles[i].offsetX * kPictureSize, 125 localMatrix.postScale(kFillSize / (2 * kPictureSize), 138 SkFilterMode::kNearest, &localMatrix, tilePtr);
|
/third_party/skia/tests/ |
H A D | GrQuadCropTest.cpp | 25 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_axis_aligned_test() 30 GrQuad::MakeFromRect(kDrawRect, localMatrix ? *localMatrix : SkMatrix::I()), in run_crop_axis_aligned_test() 33 bool exact = GrQuadUtils::CropToRect(clipRect, clipAA, &quad, /* calc. locals */ !!localMatrix); in run_crop_axis_aligned_test() 52 if (localMatrix) { in run_crop_axis_aligned_test() 53 SkMatrix toLocal = SkMatrix::Concat(*localMatrix, invViewMatrix); in run_crop_axis_aligned_test() 99 const SkMatrix& viewMatrix, const SkMatrix* localMatrix) { in run_crop_fully_covered_test() 113 GrQuad::MakeFromRect(drawRect, localMatrix ? *localMatrix : SkMatrix::I()), in run_crop_fully_covered_test() 116 if (localMatrix) { in run_crop_fully_covered_test() 24 run_crop_axis_aligned_test(skiatest::Reporter* r, const SkRect& clipRect, GrAA clipAA, const SkMatrix& viewMatrix, const SkMatrix* localMatrix) run_crop_axis_aligned_test() argument 98 run_crop_fully_covered_test(skiatest::Reporter* r, GrAA clipAA, const SkMatrix& viewMatrix, const SkMatrix* localMatrix) run_crop_fully_covered_test() argument 177 test_axis_aligned_all_clips(skiatest::Reporter* r, const SkMatrix& viewMatrix, const SkMatrix* localMatrix) test_axis_aligned_all_clips() argument [all...] |
/third_party/skia/include/effects/ |
H A D | SkGradientShader.h | 76 uint32_t flags, const SkMatrix* localMatrix); 100 uint32_t flags, const SkMatrix* localMatrix); 123 uint32_t flags, const SkMatrix* localMatrix); 146 uint32_t flags, const SkMatrix* localMatrix); 164 uint32_t flags, const SkMatrix* localMatrix); 184 uint32_t flags, const SkMatrix* localMatrix); 214 uint32_t flags, const SkMatrix* localMatrix); 217 uint32_t flags, const SkMatrix* localMatrix) { in MakeSweep() 219 localMatrix); in MakeSweep() 247 uint32_t flags, const SkMatrix* localMatrix); 215 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument 248 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int count, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument [all...] |
/third_party/skia/fuzz/ |
H A D | FuzzGradients.cpp | 73 const SkMatrix* localMatrix, in logLinearGradient() 104 logOptionalMatrix("local matrix", localMatrix); in logLinearGradient() 123 SkTLazy<SkMatrix> localMatrix; in fuzzLinearGradient() local 125 makeMatrix(fuzz, localMatrix.init()); in fuzzLinearGradient() 128 colors.size(), mode, flags, localMatrix.getMaybeNull())); in fuzzLinearGradient() 134 logLinearGradient(pts, colors, pos, mode, flags, localMatrix.getMaybeNull(), &gm); in fuzzLinearGradient() 139 logLinearGradient(pts, colors, pos, mode, flags, localMatrix.getMaybeNull(), nullptr); in fuzzLinearGradient() 161 SkTLazy<SkMatrix> localMatrix; in fuzzRadialGradient() local 163 makeMatrix(fuzz, localMatrix.init()); in fuzzRadialGradient() 166 pos.data(), colors.size(), mode, flags, localMatrix in fuzzRadialGradient() 68 logLinearGradient(const SkPoint pts[2], const std::vector<SkColor>& colors, const std::vector<SkScalar> pos, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix, const SkMatrix* globalMatrix) logLinearGradient() argument 199 SkTLazy<SkMatrix> localMatrix; fuzzTwoPointConicalGradient() local [all...] |
/third_party/skia/src/shaders/ |
H A D | SkLocalMatrixShader.h | 20 SkLocalMatrixShader(sk_sp<SkShader> proxy, const SkMatrix& localMatrix) in SkLocalMatrixShader() argument 21 : INHERITED(&localMatrix) in SkLocalMatrixShader() 33 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { 34 if (localMatrix) { 35 *localMatrix = this->getLocalMatrix();
|
H A D | SkPictureShader.cpp | 39 const SkMatrix* localMatrix, const SkRect* tile) const { in makeShader() 40 if (localMatrix && !localMatrix->invert(nullptr)) { in makeShader() 43 return SkPictureShader::Make(sk_ref_sp(this), tmx, tmy, filter, localMatrix, tile); in makeShader() 110 SkFilterMode filter, const SkMatrix* localMatrix, const SkRect* tile) in SkPictureShader() 111 : INHERITED(localMatrix) in SkPictureShader() 177 SkTCopyOnFirstWrite<SkMatrix>* localMatrix, // in/out in Make() 181 const SkMatrix m = SkMatrix::Concat(viewMatrix, **localMatrix); in Make() 227 localMatrix->writable()->preScale(1 / tileScale.width(), 1 / tileScale.height()); in Make() 253 SkTCopyOnFirstWrite<SkMatrix>* localMatrix, in rasterShader() 38 makeShader(SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, const SkMatrix* localMatrix, const SkRect* tile) const makeShader() argument 109 SkPictureShader(sk_sp<SkPicture> picture, SkTileMode tmx, SkTileMode tmy, SkFilterMode filter, const SkMatrix* localMatrix, const SkRect* tile) SkPictureShader() argument 252 rasterShader(const SkMatrix& viewMatrix, SkTCopyOnFirstWrite<SkMatrix>* localMatrix, SkColorType dstColorType, SkColorSpace* dstColorSpace) const rasterShader() argument [all...] |
H A D | SkLocalMatrixShader.cpp | 94 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() 95 if (localMatrix.isIdentity()) { in makeWithLocalMatrix() 99 const SkMatrix* lm = &localMatrix; in makeWithLocalMatrix() 105 otherLocalMatrix.preConcat(localMatrix); in makeWithLocalMatrix()
|
/third_party/skia/src/gpu/effects/ |
H A D | GrBezierEffect.h | 65 const SkMatrix& localMatrix, in Make() 73 return new (ptr) GrConicEffect(color, viewMatrix, coverage, localMatrix, in Make() 92 const SkMatrix& localMatrix, bool usesLocalCoords); 129 const SkMatrix& localMatrix, 137 return new (ptr) GrQuadEffect(color, viewMatrix, coverage, localMatrix, 156 const SkMatrix& localMatrix, bool usesLocalCoords); 61 Make(SkArenaAlloc* arena, const SkPMColor4f& color, const SkMatrix& viewMatrix, const GrCaps& caps, const SkMatrix& localMatrix, bool usesLocalCoords, uint8_t coverage = 0xff) Make() argument
|
H A D | GrBitmapTextGeoProc.h | 40 const SkMatrix& localMatrix, in Make() 44 p, format, localMatrix, usesW); in Make() 65 GrMaskFormat format, const SkMatrix& localMatrix, bool usesW); 32 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState p, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) Make() argument
|
H A D | GrBezierEffect.cpp | 180 const SkMatrix& localMatrix, bool usesLocalCoords) in GrConicEffect() 198 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local 204 localMatrix, in TestCreate() 342 const SkMatrix& localMatrix, bool usesLocalCoords) in GrQuadEffect() 346 , fLocalMatrix(localMatrix) in GrQuadEffect() 360 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local 366 localMatrix, in TestCreate() 179 GrConicEffect(const SkPMColor4f& color, const SkMatrix& viewMatrix, uint8_t coverage, const SkMatrix& localMatrix, bool usesLocalCoords) GrConicEffect() argument 341 GrQuadEffect(const SkPMColor4f& color, const SkMatrix& viewMatrix, uint8_t coverage, const SkMatrix& localMatrix, bool usesLocalCoords) GrQuadEffect() argument
|
/third_party/skia/include/c/ |
H A D | sk_shader.h | 50 const sk_matrix_t* localMatrix); 72 @param localMatrix May be NULL 80 const sk_matrix_t* localMatrix); 97 @param localMatrix May be NULL 103 const sk_matrix_t* localMatrix); 127 @param localMatrix May be NULL 139 const sk_matrix_t* localMatrix);
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkGradientShader.cpp | 682 SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) { in desc_init() 691 desc->fLocalMatrix = localMatrix; in desc_init() 848 const SkMatrix* localMatrix) { in MakeLinear() 851 localMatrix); in MakeLinear() 860 const SkMatrix* localMatrix) { in MakeLinear() 870 if (localMatrix && !localMatrix->invert(nullptr)) { in MakeLinear() 886 localMatrix); in MakeLinear() 895 const SkMatrix* localMatrix) { in MakeRadial() 898 flags, localMatrix); in MakeRadial() 679 desc_init(SkGradientShaderBase::Descriptor* desc, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) desc_init() argument 843 MakeLinear(const SkPoint pts[2], const SkColor colors[], const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeLinear() argument 854 MakeLinear(const SkPoint pts[2], const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeLinear() argument 890 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor colors[], const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeRadial() argument 901 MakeRadial(const SkPoint& center, SkScalar radius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeRadial() argument 934 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor colors[], const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeTwoPointConical() argument 949 MakeTwoPointConical(const SkPoint& start, SkScalar startRadius, const SkPoint& end, SkScalar endRadius, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, uint32_t flags, const SkMatrix* localMatrix) MakeTwoPointConical() argument 1010 MakeSweep(SkScalar cx, SkScalar cy, const SkColor colors[], const SkScalar pos[], int colorCount, SkTileMode mode, SkScalar startAngle, SkScalar endAngle, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument 1024 MakeSweep(SkScalar cx, SkScalar cy, const SkColor4f colors[], sk_sp<SkColorSpace> colorSpace, const SkScalar pos[], int colorCount, SkTileMode mode, SkScalar startAngle, SkScalar endAngle, uint32_t flags, const SkMatrix* localMatrix) MakeSweep() argument [all...] |
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | RadialGradient.java | 15 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient() 16 super(colors, pos, tm, localMatrix, in RadialGradient() 26 @Nullable Matrix localMatrix) throws IllegalArgumentException { in RadialGradient() 27 super(colors, pos, tm, localMatrix, in RadialGradient() 14 RadialGradient(float x, float y, float r, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) RadialGradient() argument 25 RadialGradient(float x, float y, float r, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) RadialGradient() argument
|
H A D | LinearGradient.java | 16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient() 17 super(colors, pos, tm, localMatrix, in LinearGradient() 28 @Nullable Matrix localMatrix) throws IllegalArgumentException { in LinearGradient() 29 super(colors, pos, tm, localMatrix, in LinearGradient() 14 LinearGradient(float x0, float y0, float x1, float y1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) LinearGradient() argument 26 LinearGradient(float x0, float y0, float x1, float y1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) LinearGradient() argument
|
H A D | SweepGradient.java | 16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient() 17 super(colors, pos, tm, localMatrix, in SweepGradient() 33 @Nullable Matrix localMatrix) throws IllegalArgumentException { in SweepGradient() 34 super(colors, pos, tm, localMatrix, in SweepGradient() 14 SweepGradient(float x, float y, float startAngle, float endAngle, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) SweepGradient() argument 31 SweepGradient(float x, float y, float startAngle, float endAngle, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) SweepGradient() argument
|
H A D | TwoPointConicalGradient.java | 16 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient() 17 super(colors, pos, tm, localMatrix, in TwoPointConicalGradient() 29 @Nullable Matrix localMatrix) throws IllegalArgumentException { in TwoPointConicalGradient() 30 super(colors, pos, tm, localMatrix, in TwoPointConicalGradient() 14 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, int[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument 27 TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, float[] colors, float[] pos, TileMode tm, @Nullable Matrix localMatrix) TwoPointConicalGradient() argument
|
H A D | Image.java | 57 @Nullable Matrix localMatrix) { in makeShader() 58 long nativeMatrix = localMatrix != null ? localMatrix.getNativeInstance() : 0; in makeShader() 56 makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling, @Nullable Matrix localMatrix) makeShader() argument
|
/third_party/skia/modules/androidkit/src/ |
H A D | Gradients.cpp | 43 const SkMatrix& localMatrix() const { return fLocalMatrix; } in localMatrix() function in __anon18503::GradientData 68 &gdata.localMatrix()); in MakeLinear() 84 &gdata.localMatrix()); in MakeRadial() 103 &gdata.localMatrix()); in MakeTwoPointConical() 120 &gdata.localMatrix()); in MakeSweep()
|
/third_party/skia/include/core/ |
H A D | SkBitmap.h | 1123 const SkMatrix& localMatrix) const { in makeShader() 1124 return this->makeShader(tmx, tmy, sampling, &localMatrix); in makeShader() 1128 const SkMatrix* localMatrix = nullptr) const { in makeShader() 1129 return this->makeShader(SkTileMode::kClamp, SkTileMode::kClamp, sampling, localMatrix); in makeShader() 1133 const SkMatrix& localMatrix) const { in makeShader() 1134 return this->makeShader(sampling, &localMatrix); in makeShader()
|
/third_party/skia/src/gpu/ |
H A D | SurfaceFillContext.cpp | 15 const SkMatrix& localMatrix, in fillRectWithFP() 17 fp = GrMatrixEffect::Make(localMatrix, std::move(fp)); in fillRectWithFP() 14 fillRectWithFP(const SkIRect& dstRect, const SkMatrix& localMatrix, std::unique_ptr<GrFragmentProcessor> fp) fillRectWithFP() argument
|
/third_party/skia/src/core/ |
H A D | SkImagePriv.h | 29 const SkSamplingOptions&, const SkMatrix* localMatrix, 38 const SkMatrix* localMatrix, SkCopyPixelsMode);
|