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

/frameworks/rs/
H A DrsFont.h98 uint32_t mBitmapMinY; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp118 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
127 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
269 glyph->mBitmapMinY = startY;

Completed in 386 milliseconds