Lines Matching defs:cacheWidth
286 uint32_t cacheWidth = cacheTexture->getWidth();
305 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
312 row = cacheY * cacheWidth;
322 row = cacheY * cacheWidth;
329 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
339 size_t dstStride = formatSize * cacheWidth;
361 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
372 row = cacheY * cacheWidth;
377 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
385 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;