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

/frameworks/base/libs/rs/
H A DrsFont.h100 uint32_t mBitmapMinY; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp116 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
125 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
267 glyph->mBitmapMinY = startY;

Completed in 61 milliseconds