Searched refs:penY (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 119 penY(dropShadow.penY) { in DropShadow() 126 int32_t penY; member
|
D | FontRenderer.cpp | 603 image.penY = 0; in renderDropShadow() 640 int penY = intRadius - bounds.bottom; in renderDropShadow() local 646 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY, in renderDropShadow() 659 image.penY = penY; in renderDropShadow()
|
D | TextDropShadowCache.cpp | 190 texture->top = shadow.penY; in get()
|
/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 | 422 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); in render() local 424 (*this.*render)(cachedGlyph, penX, penY, in render()
|