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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp40 #define TEXTURE_BORDER_SIZE 2 macro
49 if (glyph.fHeight + TEXTURE_BORDER_SIZE > mMaxHeight) {
53 if (mCurrentCol + glyph.fWidth + TEXTURE_BORDER_SIZE < mMaxWidth) {
56 mCurrentCol += glyph.fWidth + TEXTURE_BORDER_SIZE;
620 if (glyph.fHeight + TEXTURE_BORDER_SIZE > mCacheLines[mCacheLines.size() - 1]->mMaxHeight) {

Completed in 136 milliseconds