/third_party/skia/gm/ |
D | localmatrixshader.cpp | 55 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);
|
D | localmatriximageshader.cpp | 40 sk_sp<SkShader> redLocalMatrixShader = redImageShader->makeWithLocalMatrix(rotate); 49 sk_sp<SkShader> blueLocalMatrixShader = blueImageShader->makeWithLocalMatrix(translate); 75 ->makeWithLocalMatrix(m));
|
D | pictureshader.cpp | 177 ? pictureShader->makeWithLocalMatrix(localMatrix) in drawScene() 188 ? bitmapShader->makeWithLocalMatrix(localMatrix) in drawScene()
|
D | localmatriximagefilter.cpp | 76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix));
|
D | rsxtext.cpp | 100 ->makeWithLocalMatrix(outer_lm); in make_shader()
|
D | perlinnoise.cpp | 172 paint.setShader(paint.getShader()->makeWithLocalMatrix(lm)); in onDraw()
|
D | imagefilterstransformed.cpp | 207 ->makeWithLocalMatrix(localMatrix); in onDraw()
|
D | composeshader.cpp | 205 shaders[i] = shaders[i]->makeWithLocalMatrix(lm); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | localmatrixshader.cpp | 52 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()
|
D | localmatriximageshader.cpp | 41 sk_sp<SkShader> redLocalMatrixShader = redImageShader->makeWithLocalMatrix(rotate); 50 sk_sp<SkShader> blueLocalMatrixShader = blueImageShader->makeWithLocalMatrix(translate); 76 p.setShader(image->makeShader()->makeWithLocalMatrix(m));
|
D | pictureshader.cpp | 169 ? pictureShader->makeWithLocalMatrix(localMatrix) in drawScene() 181 ? bitmapShader->makeWithLocalMatrix(localMatrix) in drawScene()
|
D | localmatriximagefilter.cpp | 76 sk_sp<SkImageFilter> localFilter(filter->makeWithLocalMatrix(matrix));
|
D | perlinnoise.cpp | 160 paint.setShader(paint.getShader()->makeWithLocalMatrix(lm)); in onDraw()
|
/third_party/flutter/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 30 return baseShader->makeWithLocalMatrix(lm); in CreateProc() 87 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() function in SkShader
|
D | SkComposeShader.cpp | 22 return (shader && lm) ? shader->makeWithLocalMatrix(*lm) : shader; in wrap_lm()
|
/third_party/skia/src/shaders/ |
D | SkLocalMatrixShader.cpp | 33 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/ |
D | SkSGRenderNode.cpp | 83 return shader->makeWithLocalMatrix(lm); in LocalShader() 169 ms->makeWithLocalMatrix(relative_transform)); in modulateMaskShader()
|
/third_party/skia/include/core/ |
D | SkImageFilter.h | 94 sk_sp<SkImageFilter> makeWithLocalMatrix(const SkMatrix& matrix) const;
|
D | SkShader.h | 121 sk_sp<SkShader> makeWithLocalMatrix(const SkMatrix&) const;
|
/third_party/flutter/skia/include/core/ |
D | SkImageFilter.h | 128 sk_sp<SkImageFilter> makeWithLocalMatrix(const SkMatrix& matrix) const;
|
D | SkShader.h | 122 sk_sp<SkShader> makeWithLocalMatrix(const SkMatrix&) const;
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGRenderNode.cpp | 91 paint->setShader(fShader->makeWithLocalMatrix(ComputeDiffInverse(fShaderCTM, ctm))); in modulatePaint()
|
/third_party/flutter/skia/samplecode/ |
D | SamplePatch.cpp | 274 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent() 279 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
|
/third_party/skia/samplecode/ |
D | SamplePatch.cpp | 273 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent() 278 paint.setShader(paint.getShader()->makeWithLocalMatrix(m)); in onDrawContent()
|
/third_party/skia/modules/skottie/src/effects/ |
D | MotionTileEffect.cpp | 118 ->makeWithLocalMatrix(phase_shader_matrix); in onRevalidate()
|