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

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

Completed in 1279 milliseconds