Home
last modified time | relevance | path

Searched refs:makeWithCTM (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/shaders/
DSkLocalMatrixShader.cpp219 sk_sp<SkShader> SkShaderBase::makeWithCTM(const SkMatrix& postM) const { in makeWithCTM() function in SkShaderBase
DSkShaderBase.h49 sk_sp<SkShader> makeWithCTM(const SkMatrix&) const; // owns its own ctm
/external/skia/src/core/
DSkDevice.h190 sh = as_SB(sh)->makeWithCTM(this->localToDevice()); in clipShader()