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

/frameworks/base/libs/hwui/
H A DFontRenderer.h70 penY(dropShadow.penY) {
77 int32_t penY; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DTextDropShadowCache.cpp117 texture->top = shadow.penY;
H A DFontRenderer.cpp497 image.penY = 0;
517 int penY = radius - bounds.bottom; local
519 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
528 image.penY = penY;
/frameworks/base/libs/hwui/font/
H A DFont.cpp305 int penY = y; local
321 (*this.*render)(cachedGlyph, (int) floorf(penX), penY,
346 int penY = y + positions[(glyphsCount << 1) + 1]; local
351 penY -= SkFixedToFloat(cachedGlyph->mAdvanceY);
355 penY -= SkFixedToFloat(cachedGlyph->mAdvanceY >> 1);
360 (*this.*render)(cachedGlyph, penX, penY,
/frameworks/rs/
H A DrsFont.cpp176 int32_t penX = x, penY = y; local
203 drawCachedGlyph(cachedGlyph, penX, penY);
206 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
209 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 2504 milliseconds