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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp569 image.penY = 0;
606 int penY = intRadius - bounds.bottom; local
612 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY,
625 image.penY = penY;
H A DFontRenderer.h123 int32_t penY; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DTextDropShadowCache.cpp167 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.cpp410 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); local
412 (*this.*render)(cachedGlyph, penX, penY,

Completed in 601 milliseconds