Searched defs:cacheY (Results 1 - 2 of 2) sorted by last modified time

/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/
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...]

Completed in 44 milliseconds