Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dlocalmatrixshader.cpp55 return img->makeShader(SkSamplingOptions(), inner)->makeWithLocalMatrix(outer); in __anonf552ffa50102()
60 …return img->makeShader(SkSamplingOptions())->makeWithLocalMatrix(inner)->makeWithLocalMatrix(outer… in __anonf552ffa50202()
68 ->makeWithLocalMatrix(outer); in __anonf552ffa50302()
75 … img->makeShader(SkSamplingOptions())->makeWithLocalMatrix(inner)) in __anonf552ffa50402()
76 ->makeWithLocalMatrix(outer); in __anonf552ffa50402()
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()
Dcompositor_quads.cpp829 paint->setShader(fShader->makeWithLocalMatrix(local)); in configureTilePaint()
/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/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()
/third_party/skia/src/core/
DSkDevice.cpp435 return shader->makeWithLocalMatrix(lm_inv * inverse * lm * outer_lm); in make_post_inverse_lm()
DSkImageFilter.cpp135 sk_sp<SkImageFilter> SkImageFilter::makeWithLocalMatrix(const SkMatrix& matrix) const { in makeWithLocalMatrix() function in SkImageFilter
/third_party/skia/src/pdf/
DSkPDFDevice.cpp175 paint->setShader(paint->getShader()->makeWithLocalMatrix(m)); in transform_shader()
/third_party/skia/fuzz/
DFuzzCanvas.cpp206 return shader1 ? shader1->makeWithLocalMatrix(matrix) : nullptr; in make_fuzz_shader()