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

/frameworks/base/libs/hwui/
H A DFontRenderer.h121 penY(dropShadow.penY) {
128 int32_t penY; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DFontRenderer.cpp602 image.penY = 0;
638 int penY = radius - bounds.bottom; local
644 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
657 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.cpp409 float penY = y + positions[(glyphsCount << 1) + 1]; local
411 (*this.*render)(cachedGlyph, roundf(penX), roundf(penY),

Completed in 67 milliseconds