Searched refs:tempCol (Results 1 – 3 of 3) sorted by relevance
237 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local238 cacheBuffer[cacheY * cacheWidth + cacheX] = mGammaTable[tempCol]; in cacheBitmap()244 uint8_t tempCol = bitmapBuffer[bY * stride + bX]; in cacheBitmap() local245 cacheBuffer[cacheY * cacheWidth + cacheX] = tempCol; in cacheBitmap()
131 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyph() local132 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyph()462 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap() local463 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol; in cacheBitmap()
125 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX]; in drawCachedGlyphBitmap() local126 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyphBitmap()