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.cpp119 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
128 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
270 glyph->mBitmapMinY = startY;

Completed in 73 milliseconds