Searched refs:penY (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h119 penY(dropShadow.penY) {
126 int32_t penY; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DFontRenderer.cpp603 image.penY = 0;
640 int penY = intRadius - bounds.bottom; local
646 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
659 image.penY = penY;
H A DTextDropShadowCache.cpp190 texture->top = shadow.penY;
/frameworks/rs/
H A DrsFont.cpp178 int32_t penX = x, penY = y; local
205 drawCachedGlyph(cachedGlyph, penX, penY);
208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
211 measureCachedGlyph(cachedGlyph, penX, penY, bounds);
/frameworks/base/libs/hwui/font/
H A DFont.cpp422 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); local
424 (*this.*render)(cachedGlyph, penX, penY,

Completed in 270 milliseconds