Searched refs:rgbIndex (Results 1 – 1 of 1) sorted by relevance
77 int rgbIndex = (2 * j + y) * kBmpSize + 2 * i + x; in onOnceBeforeDraw() local78 rgb[0] += SkGetPackedR32(rgbColors[rgbIndex]); in onOnceBeforeDraw()79 rgb[1] += SkGetPackedG32(rgbColors[rgbIndex]); in onOnceBeforeDraw()80 rgb[2] += SkGetPackedB32(rgbColors[rgbIndex]); in onOnceBeforeDraw()