HomeSort by relevance Sort by last modified time
    Searched refs:tempCol (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsFont.cpp 133 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX];
134 bitmap[bY * bitmapW + bX] = tempCol;
468 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX];
469 cacheBuffer[cacheY*cacheWidth + cacheX] = tempCol;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 316 uint8_t tempCol = bitmapBuffer[bY + bX];
317 cacheBuffer[row + cacheX] = mGammaTable[tempCol];

Completed in 112 milliseconds