Searched refs:canvasX (Results 1 – 1 of 1) sorted by relevance
259 const int canvasX = currIter.x_offset + x; in decodeFrame() local260 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame()263 const Color8888 prevPixel = prevBuffer[canvasY * prevStride + canvasX]; in decodeFrame()276 const int canvasX = currIter.x_offset + x; in decodeFrame() local277 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame()280 && !FrameContainsPixel(prevIter, canvasX, canvasY)) { in decodeFrame()281 const Color8888 prevPixel = prevBuffer[canvasY * prevStride + canvasX]; in decodeFrame()