Searched refs:makeWithCTM (Results 1 – 3 of 3) sorted by relevance
219 sk_sp<SkShader> SkShaderBase::makeWithCTM(const SkMatrix& postM) const { in makeWithCTM() function in SkShaderBase
49 sk_sp<SkShader> makeWithCTM(const SkMatrix&) const; // owns its own ctm
190 sh = as_SB(sh)->makeWithCTM(this->localToDevice()); in clipShader()