Home
last modified time | relevance | path

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

/external/skqp/src/shaders/
DSkLocalMatrixShader.h34 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader() function
DSkLocalMatrixShader.cpp85 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix)); in makeWithLocalMatrix()
DSkShader.cpp130 sk_sp<SkShader> SkShader::makeAsALocalMatrixShader(SkMatrix*) const { in makeAsALocalMatrixShader() function in SkShader
/external/skia/src/shaders/
DSkLocalMatrixShader.h33 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override { in makeAsALocalMatrixShader() function
DSkShaderBase.h212 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
DSkLocalMatrixShader.cpp104 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix)); in makeWithLocalMatrix()
DSkShader.cpp134 sk_sp<SkShader> SkShaderBase::makeAsALocalMatrixShader(SkMatrix*) const { in makeAsALocalMatrixShader() function in SkShaderBase
/external/skqp/include/core/
DSkShader.h270 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
/external/skqp/src/pdf/
DSkPDFUtils.h116 if (sk_sp<SkShader> s = shader->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()
/external/skia/src/pdf/
DSkPDFUtils.h116 if (sk_sp<SkShader> s = as_SB(shader)->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()
/external/skia/src/core/
DSkDevice.cpp417 const auto nested_shader = as_SB(shader)->makeAsALocalMatrixShader(&outer_lm); in make_post_inverse_lm()