Home
last modified time | relevance | path

Searched refs:makeWithLocalMatrix (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/gm/
Dlocalmatrixshader.cpp55 return img->makeShader(SkSamplingOptions(), inner)->makeWithLocalMatrix(outer); in __anoneeba54430102()
60 …return img->makeShader(SkSamplingOptions())->makeWithLocalMatrix(inner)->makeWithLocalMatrix(outer… in __anoneeba54430202()
68 ->makeWithLocalMatrix(outer); in __anoneeba54430302()
75 … img->makeShader(SkSamplingOptions())->makeWithLocalMatrix(inner)) in __anoneeba54430402()
76 ->makeWithLocalMatrix(outer); in __anoneeba54430402()
167 ->makeWithLocalMatrix(scale);
177 ->makeWithLocalMatrix(perspScale);
196 ->makeWithLocalMatrix(scale);
209 ->makeWithLocalMatrix(perspScale);
Dlocalmatriximageshader.cpp40 sk_sp<SkShader> redLocalMatrixShader = redImageShader->makeWithLocalMatrix(rotate);
49 sk_sp<SkShader> blueLocalMatrixShader = blueImageShader->makeWithLocalMatrix(translate);
75 ->makeWithLocalMatrix(m));
Dpictureshader.cpp177 ? pictureShader->makeWithLocalMatrix(localMatrix) in drawScene()
188 ? bitmapShader->makeWithLocalMatrix(localMatrix) in drawScene()
Dlocalmatriximagefilter.cpp76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix));
Drsxtext.cpp100 ->makeWithLocalMatrix(outer_lm); in make_shader()
Dperlinnoise.cpp172 paint.setShader(paint.getShader()->makeWithLocalMatrix(lm)); in onDraw()
Dimagefilterstransformed.cpp207 ->makeWithLocalMatrix(localMatrix); in onDraw()
Dcomposeshader.cpp205 shaders[i] = shaders[i]->makeWithLocalMatrix(lm); in onDraw()
/third_party/flutter/skia/gm/
Dlocalmatrixshader.cpp52 return img->makeShader(&inner)->makeWithLocalMatrix(outer); in __anon8449b0f80102()
57 return img->makeShader()->makeWithLocalMatrix(inner)->makeWithLocalMatrix(outer); in __anon8449b0f80202()
65 ->makeWithLocalMatrix(outer); in __anon8449b0f80302()
72 img->makeShader()->makeWithLocalMatrix(inner)) in __anon8449b0f80402()
73 ->makeWithLocalMatrix(outer); in __anon8449b0f80402()
Dlocalmatriximageshader.cpp41 sk_sp<SkShader> redLocalMatrixShader = redImageShader->makeWithLocalMatrix(rotate);
50 sk_sp<SkShader> blueLocalMatrixShader = blueImageShader->makeWithLocalMatrix(translate);
76 p.setShader(image->makeShader()->makeWithLocalMatrix(m));
Dpictureshader.cpp169 ? pictureShader->makeWithLocalMatrix(localMatrix) in drawScene()
181 ? bitmapShader->makeWithLocalMatrix(localMatrix) in drawScene()
Dlocalmatriximagefilter.cpp76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix));
Dperlinnoise.cpp160 paint.setShader(paint.getShader()->makeWithLocalMatrix(lm)); in onDraw()
/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp30 return baseShader->makeWithLocalMatrix(lm); in CreateProc()
87 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() function in SkShader
DSkComposeShader.cpp22 return (shader && lm) ? shader->makeWithLocalMatrix(*lm) : shader; in wrap_lm()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp33 return baseShader->makeWithLocalMatrix(lm); in CreateProc()
94 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() function in SkShader
/third_party/skia/modules/sksg/src/
DSkSGRenderNode.cpp83 return shader->makeWithLocalMatrix(lm); in LocalShader()
169 ms->makeWithLocalMatrix(relative_transform)); in modulateMaskShader()
/third_party/skia/include/core/
DSkImageFilter.h94 sk_sp<SkImageFilter> makeWithLocalMatrix(const SkMatrix& matrix) const;
DSkShader.h121 sk_sp<SkShader> makeWithLocalMatrix(const SkMatrix&) const;
/third_party/flutter/skia/include/core/
DSkImageFilter.h128 sk_sp<SkImageFilter> makeWithLocalMatrix(const SkMatrix& matrix) const;
DSkShader.h122 sk_sp<SkShader> makeWithLocalMatrix(const SkMatrix&) const;
/third_party/flutter/skia/modules/sksg/src/
DSkSGRenderNode.cpp91 paint->setShader(fShader->makeWithLocalMatrix(ComputeDiffInverse(fShaderCTM, ctm))); in modulatePaint()
/third_party/flutter/skia/samplecode/
DSamplePatch.cpp274 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
279 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
/third_party/skia/samplecode/
DSamplePatch.cpp273 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
278 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
/third_party/skia/modules/skottie/src/effects/
DMotionTileEffect.cpp118 ->makeWithLocalMatrix(phase_shader_matrix); in onRevalidate()

12