Searched refs:cacheY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp297 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
304 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
305 row = cacheY * cacheWidth;
314 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
315 row = cacheY * cacheWidth;
353 uint32_t cacheX = 0, cacheY local
[all...]
/frameworks/rs/
H A DrsFont.cpp125 uint32_t cacheX = 0, cacheY = 0; local
128 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
133 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX];
465 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
467 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
469 cacheBuffer[cacheY*cacheWidt
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp223 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY;
224 cacheY += srcStride, bitmapY += bitmapWidth) {
229 cacheY + (glyph->mStartX + i)*formatSize + alpha_channel_offset];

Completed in 10 milliseconds