Home
last modified time | relevance | path

Searched refs:shiftY (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuFuzzyImageCompare.cpp162 static void separableConvolve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int shiftX, int shiftY, const std::vector<float>& kernelX, const std::vector<float>& kernelY) in separableConvolve() argument
202 deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-shiftY, 0, tmp.getWidth()-1), i); in separableConvolve()
/third_party/backends/sanei/
H A Dsanei_magic.c642 int shiftY = centerY - i; in sanei_magic_rotate() local
648 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin); in sanei_magic_rotate()
652 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin); in sanei_magic_rotate()
672 int shiftY = centerY - i; in sanei_magic_rotate() local
678 sourceX = centerX - (int)(shiftX * slopeCos + shiftY * slopeSin); in sanei_magic_rotate()
682 sourceY = centerY + (int)(-shiftY * slopeCos + shiftX * slopeSin); in sanei_magic_rotate()
/third_party/skia/modules/skparagraph/src/
H A DRun.h107 void shift(SkScalar shiftX, SkScalar shiftY) { in shift() argument
109 fOffset.fY += shiftY; in shift()

Completed in 6 milliseconds