Searched refs:tempCol (Results 1 – 2 of 2) sorted by relevance
132 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph() local133 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyph()467 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap() local468 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()
302 uint8_t tempCol = bitmapBuffer[bY + bX]; in cacheBitmap() local303 cacheBuffer[row + cacheX] = mGammaTable[tempCol]; in cacheBitmap()