Searched refs:currPixel (Results 1 – 1 of 1) sorted by relevance
248 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame() local250 if (!(currPixel & COLOR_8888_ALPHA_MASK)) { in decodeFrame()252 currPixel = prevPixel; in decodeFrame()265 Color8888& currPixel = currBuffer[canvasY * currStride + canvasX]; in decodeFrame() local267 if (!(currPixel & COLOR_8888_ALPHA_MASK) in decodeFrame()270 currPixel = prevPixel; in decodeFrame()