Searched refs:penY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | FontCacheHistoryTracker.cpp | 31 if (entry.penX == -1 && entry.penY == -1) { in dumpRenderEntry() 36 log.appendFormat(" at (%d, %d)\n", entry.penX, entry.penY); in dumpRenderEntry() 63 void FontCacheHistoryTracker::glyphRendered(CachedGlyphInfo* glyphInfo, int penX, int penY) { in glyphRendered() argument 72 entry.penY = penY; in glyphRendered()
|
D | FontCacheHistoryTracker.h | 32 void glyphRendered(CachedGlyphInfo*, int penX, int penY); 51 int penY; member
|
D | Font.cpp | 410 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]); in render() local 412 mState->historyTracker().glyphRendered(cachedGlyph, penX, penY); in render() 414 (*this.*render)(cachedGlyph, penX, penY, in render()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 569 image.penY = 0; in renderDropShadow() 601 int penY = intRadius - bounds.bottom; in renderDropShadow() local 607 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, in renderDropShadow() 620 image.penY = penY; in renderDropShadow()
|
D | TextDropShadowCache.cpp | 167 texture->top = shadow.penY; in get()
|
D | FontRenderer.h | 110 int32_t penY; member
|
/frameworks/rs/ |
D | rsFont.cpp | 177 int32_t penX = x, penY = y; in renderUTF() local 204 drawCachedGlyph(cachedGlyph, penX, penY); in renderUTF() 207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH); in renderUTF() 210 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF()
|