Searched refs:shiftX (Results 1 – 2 of 2) sorted by relevance
63 SkScalar shiftX);80 void shift(SkScalar shiftX, SkScalar shiftY) { in shift() argument81 fOffset.fX += shiftX; in shift()
162 …ve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int shiftX, int shiftY, const… in separableConvolve() argument183 deUint32 p = readUnorm8<SrcChannels>(src, de::clamp(i+kx-shiftX, 0, src.getWidth()-1), j); in separableConvolve()