Home | History | Annotate | Download | only in hwui

Lines Matching refs:bX

153     int32_t bX = 0, bY = 0;
154 for (cacheX = glyph->mStartX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
157 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) {
163 bitmap[bY * bitmapW + bX] = tempCol;
679 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0;
680 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
682 uint8_t tempCol = bitmapBuffer[bY * stride + bX];