Searched refs:bX (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp126 int32_t bX = 0, bY = 0; local
127 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
129 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) {
134 bitmap[bY * bitmapW + bX] = tempCol;
465 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
466 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {
468 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX];
[all...]
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp305 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
315 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
316 uint8_t tempCol = bitmapBuffer[bY + bX];
361 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local

Completed in 421 milliseconds