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

/frameworks/rs/
H A DrsFont.h97 uint32_t mBitmapMinX; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp118 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
127 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
269 glyph->mBitmapMinX = startX;

Completed in 6 milliseconds