Home | History | Annotate | Download | only in rs

Lines Matching refs:bX

124     int32_t bX = 0, bY = 0;
125 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
127 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) {
132 bitmap[bY * bitmapW + bX] = tempCol;
459 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0;
460 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {
462 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX];