Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h98 uint32_t mBitmapMinY; member
DrsFont.cpp118 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; in drawCachedGlyph()
127 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph()
269 glyph->mBitmapMinY = startY; in updateGlyphCache()