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

/external/skia/src/shaders/
H A DSkLocalMatrixShader.h34 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override {
H A DSkLocalMatrixShader.cpp98 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix));
H A DSkShader.cpp171 sk_sp<SkShader> SkShader::makeAsALocalMatrixShader(SkMatrix*) const { function in class:SkShader
/external/skqp/src/shaders/
H A DSkLocalMatrixShader.h34 sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const override {
H A DSkLocalMatrixShader.cpp98 sk_sp<SkShader> proxy(as_SB(this)->makeAsALocalMatrixShader(&otherLocalMatrix));
H A DSkShader.cpp171 sk_sp<SkShader> SkShader::makeAsALocalMatrixShader(SkMatrix*) const { function in class:SkShader
/external/skia/include/core/
H A DSkShader.h282 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
/external/skqp/include/core/
H A DSkShader.h279 virtual sk_sp<SkShader> makeAsALocalMatrixShader(SkMatrix* localMatrix) const;
/external/skia/src/pdf/
H A DSkPDFUtils.h116 if (sk_sp<SkShader> s = shader->makeAsALocalMatrixShader(&localMatrix)) {
/external/skqp/src/pdf/
H A DSkPDFUtils.h116 if (sk_sp<SkShader> s = shader->makeAsALocalMatrixShader(&localMatrix)) {

Completed in 455 milliseconds