Home
last modified time | relevance | path

Searched refs:makeAsALocalMatrixShader (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.h33 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader() function
DSkLocalMatrixShader.cpp96 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix)); in makeWithLocalMatrix()
DSkShaderBase.h203 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
DSkShader.cpp131 sk_sp<SkShader> SkShaderBase::makeAsALocalMatrixShader(SkMatrix*) const { in makeAsALocalMatrixShader() function in SkShaderBase
/third_party/skia/src/shaders/
DSkLocalMatrixShader.h33 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader() function
DSkShaderBase.h198 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
DSkLocalMatrixShader.cpp103 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix)); in makeWithLocalMatrix()
DSkShader.cpp135 sk_sp<SkShader> SkShaderBase::makeAsALocalMatrixShader(SkMatrix*) const { in makeAsALocalMatrixShader() function in SkShaderBase
/third_party/skia/src/pdf/
DSkPDFUtils.h117 if (sk_sp<SkShader> s = as_SB(shader)->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()
/third_party/flutter/skia/src/pdf/
DSkPDFUtils.h117 if (sk_sp<SkShader> s = as_SB(shader)->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()
/third_party/skia/src/core/
DSkDevice.cpp420 const auto nested_shader = as_SB(shader)->makeAsALocalMatrixShader(&outer_lm); in make_post_inverse_lm()