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

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

Completed in 1926 milliseconds