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

/frameworks/base/libs/hwui/font/
H A DFontCacheHistoryTracker.h32 void glyphRendered(CachedGlyphInfo*, int penX, int penY);
51 int penY; member in struct:android::uirenderer::FontCacheHistoryTracker::RenderEntry
H A DFontCacheHistoryTracker.cpp31 if (entry.penX == -1 && entry.penY == -1) {
36 log.appendFormat(" at (%d, %d)\n", entry.penX, entry.penY);
63 void FontCacheHistoryTracker::glyphRendered(CachedGlyphInfo* glyphInfo, int penX, int penY) { argument
72 entry.penY = penY;
H A DFont.cpp410 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); local
412 mState->historyTracker().glyphRendered(cachedGlyph, penX, penY);
414 (*this.*render)(cachedGlyph, penX, penY,
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp569 image.penY = 0;
601 int penY = intRadius - bounds.bottom; local
607 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY,
620 image.penY = penY;
H A DFontRenderer.h110 int32_t penY; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DTextDropShadowCache.cpp167 texture->top = shadow.penY;
/frameworks/rs/
H A DrsFont.cpp177 int32_t penX = x, penY = y; local
204 drawCachedGlyph(cachedGlyph, penX, penY);
207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
210 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 1430 milliseconds