| /third_party/skia/src/gpu/ |
| H A D | SurfaceFillContext.cpp | 14 fillRectWithFP(const SkIRect& dstRect, const SkMatrix& localMatrix, std::unique_ptr<GrFragmentProcessor> fp) fillRectWithFP() argument
|
| H A D | SurfaceFillContext.h | 87 void fillWithFP(const SkMatrix& localMatrix, std::unique_ptr<GrFragmentProcessor> fp) { in fillWithFP() argument 89 localMatrix, in fillWithFP() local
|
| /third_party/skia/src/shaders/ |
| H A D | SkLocalMatrixShader.h | 20 SkLocalMatrixShader(sk_sp<SkShader> proxy, const SkMatrix& localMatrix) in SkLocalMatrixShader() argument
|
| /third_party/skia/samplecode/ |
| H A D | SampleLayers.cpp | 23 static void make_paint(SkPaint* paint, const SkMatrix& localMatrix) { in make_paint() argument
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| H A D | LinearGradient.java | 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 | 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 | RadialGradient.java | 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 | TwoPointConicalGradient.java | 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 | 56 makeShader(TileMode tmx, TileMode tmy, SamplingOptions sampling, @Nullable Matrix localMatrix) makeShader() argument
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrBezierEffect.h | 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 | 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 | 198 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local 360 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local 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
|
| H A D | GrBitmapTextGeoProc.cpp | 234 SkMatrix localMatrix = GrTest::TestMatrix(d->fRandom); in TestCreate() local 113 GrBitmapTextGeoProc(const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState params, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) GrBitmapTextGeoProc() argument
|
| /third_party/skia/gm/ |
| H A D | pictureshadertile.cpp | 122 SkMatrix localMatrix; variable
|
| H A D | strokedlines.cpp | 94 static void draw_row(SkCanvas* canvas, const SkPaint& paint, const SkMatrix& localMatrix) { in draw_row() argument
|
| 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 69 static sk_sp<SkShader> make_radial_gradient(const SkPoint pts[2], const SkMatrix& localMatrix) { in make_radial_gradient() argument
|
| H A D | patch.cpp | 96 dopatch(SkCanvas* canvas, const SkColor colors[], sk_sp<SkImage> img, const SkMatrix* localMatrix) dopatch() argument
|
| H A D | vertices.cpp | 44 const SkMatrix localMatrix = SkMatrix::Scale(shaderScale, shaderScale); in make_shader1() local
|
| H A D | pictureshader.cpp | 81 SkMatrix ctm, localMatrix; variable 106 SkMatrix ctm, localMatrix; drawSceneColumn() local 156 drawScene(SkCanvas* canvas, const SkMatrix& matrix, const SkMatrix& localMatrix, unsigned tileMode) drawScene() argument [all...] |
| H A D | imagefilterstransformed.cpp | 195 SkMatrix localMatrix; variable
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.h | 116 SkMatrix localMatrix; in GetShaderLocalMatrix() local
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGGradient.cpp | 90 const auto localMatrix = SkMatrix::Translate(obbt.offset.x, obbt.offset.y) in onAsPaint() local
|
| /third_party/skia/include/effects/ |
| H A D | SkGradientShader.h | 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/src/gpu/ops/ |
| H A D | GrOvalOpFactory.cpp | 69 Make(SkArenaAlloc* arena, bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, bool roundCaps, bool wideColor, const SkMatrix& localMatrix) Make() argument 104 CircleGeometryProcessor(bool stroke, bool clipPlane, bool isectPlane, bool unionPlane, bool roundCaps, bool wideColor, const SkMatrix& localMatrix) CircleGeometryProcessor() argument [all...] |
| /third_party/skia/tests/ |
| H A D | GrQuadCropTest.cpp | 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...] |