Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.h97 uint32_t mBitmapMinX; member
DrsFont.cpp117 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth; in drawCachedGlyph()
126 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) { in drawCachedGlyph()
268 glyph->mBitmapMinX = startX; in updateGlyphCache()