Home | History | Annotate | Download | only in hwui

Lines Matching refs:cacheWidth

279     uint32_t cacheWidth = cacheTexture->getWidth();
298 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
305 row = cacheY * cacheWidth;
315 row = cacheY * cacheWidth;
322 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;
332 size_t dstStride = formatSize * cacheWidth;
354 uint32_t row = (startY - TEXTURE_BORDER_SIZE) * cacheWidth + startX
365 row = cacheY * cacheWidth;
370 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
378 row = (endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + startX - TEXTURE_BORDER_SIZE;