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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp291 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
298 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
299 row = cacheY * cacheWidth;
308 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY += srcStride) {
309 row = cacheY * cacheWidth;
347 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.cpp228 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY;
229 cacheY += srcStride, bitmapY += bitmapWidth) {
234 cacheY + (glyph->mStartX + i)*formatSize + alpha_channel_offset];

Completed in 101 milliseconds