Searched refs:penX (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 177 int32_t penX = x, penY = y; in renderUTF() local 204 drawCachedGlyph(cachedGlyph, penX, penY); in renderUTF() 207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH); in renderUTF() 210 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF() 215 penX += (cachedGlyph->mAdvanceX >> 6); in renderUTF()
|