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

  /frameworks/rs/
rsFont.h 98 uint32_t mBitmapMinY;
rsFont.cpp 119 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
128 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
270 glyph->mBitmapMinY = startY;

Completed in 392 milliseconds