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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp221 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
228 for (cacheY = startY - TEXTURE_BORDER_SIZE + 1;
229 cacheY < endY + TEXTURE_BORDER_SIZE - 1; cacheY++) {
230 cacheBuffer[cacheY * cacheWidth + startX - TEXTURE_BORDER_SIZE] = 0;
231 cacheBuffer[cacheY * cacheWidth + endX + TEXTURE_BORDER_SIZE - 1] = 0;
236 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {
238 cacheBuffer[cacheY * cacheWidt
[all...]
/frameworks/rs/
H A DrsFont.cpp123 uint32_t cacheX = 0, cacheY = 0; local
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
131 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX];
459 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; local
461 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
463 cacheBuffer[cacheY*cacheWidt
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp115 uint32_t cacheX = 0, cacheY = 0; local
118 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
125 uint8_t tempCol = cacheBuffer[cacheY * cacheWidth + cacheX];

Completed in 143 milliseconds