Searched refs:penY (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 569 image.penY = 0; in renderDropShadow() 606 int penY = intRadius - bounds.bottom; in renderDropShadow() local 612 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, in renderDropShadow() 625 image.penY = penY; in renderDropShadow()
|
D | TextDropShadowCache.cpp | 167 texture->top = shadow.penY; in get()
|
D | FontRenderer.h | 123 int32_t penY; member
|
/frameworks/rs/ |
D | rsFont.cpp | 178 int32_t penX = x, penY = y; in renderUTF() local 205 drawCachedGlyph(cachedGlyph, penX, penY); in renderUTF() 208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH); in renderUTF() 211 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 410 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); in render() local 412 (*this.*render)(cachedGlyph, penX, penY, in render()
|