Searched refs:canvasX (Results 1 – 1 of 1) sorted by relevance
247 const int canvasX = currIter.x_offset + x; in decodeFrame() local248 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame()251 const Color8888 prevPixel = prevBuffer[canvasY * prevStride + canvasX]; in decodeFrame()264 const int canvasX = currIter.x_offset + x; in decodeFrame() local265 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame()268 && !FrameContainsPixel(prevIter, canvasX, canvasY)) { in decodeFrame()269 const Color8888 prevPixel = prevBuffer[canvasY * prevStride + canvasX]; in decodeFrame()