Home
last modified time | relevance | path

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

/external/skia/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.cpp135 sk_sp<SkShader> SkShader::makeAsALocalMatrixShader(SkMatrix*) const { in makeAsALocalMatrixShader() function in SkShader
/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/skqp/include/core/
DSkShader.h270 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
/external/skia/include/core/
DSkShader.h270 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
/external/skia/src/pdf/
DSkPDFUtils.h116 if (sk_sp<SkShader> s = shader->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()
/external/skqp/src/pdf/
DSkPDFUtils.h116 if (sk_sp<SkShader> s = shader->makeAsALocalMatrixShader(&localMatrix)) { in GetShaderLocalMatrix()