Lines Matching refs:bY
10 * Unless required by applicable law or agreed to in writing, software
82 // texture binding will be performed by the font renderer as
304 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0;
311 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
315 uint8_t tempCol = bitmapBuffer[bY + bX];
321 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
323 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
360 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0;