Home
last modified time | relevance | path

Searched defs:makeWithLocalMatrix (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/m133/src/shaders/
DSkShader.cpp27 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() function in SkShader
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp94 sk_sp<SkShader> SkShader::makeWithLocalMatrix(const SkMatrix& localMatrix) const { in makeWithLocalMatrix() function in SkShader
/third_party/skia/m133/src/core/
DSkImageFilter.cpp130 sk_sp<SkImageFilter> SkImageFilter::makeWithLocalMatrix(const SkMatrix& matrix) const { in makeWithLocalMatrix() function in SkImageFilter
/third_party/skia/src/core/
DSkImageFilter.cpp135 sk_sp<SkImageFilter> SkImageFilter::makeWithLocalMatrix(const SkMatrix& matrix) const { in makeWithLocalMatrix() function in SkImageFilter
/third_party/skia/m133/src/gpu/graphite/precompile/
DPrecompileShader.cpp696 sk_sp<PrecompileShader> PrecompileShader::makeWithLocalMatrix(bool isPerspective) const { in makeWithLocalMatrix() function in skgpu::graphite::PrecompileShader