Searched refs:tempCol (Results 1 – 1 of 1) 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()