HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapMinX (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsFont.h 97 uint32_t mBitmapMinX;
rsFont.cpp 117 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
126 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
268 glyph->mBitmapMinX = startX;

Completed in 65 milliseconds