HomeSort by relevance Sort by last modified time
    Searched refs:penY (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.h 81 penY(dropShadow.penY) {
88 int32_t penY;
FontRenderer.cpp 514 image.penY = 0;
545 int penY = radius - bounds.bottom;
551 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
564 image.penY = penY;
TextDropShadowCache.cpp 187 texture->top = shadow.penY;
  /frameworks/rs/
rsFont.cpp 176 int32_t penX = x, penY = y;
203 drawCachedGlyph(cachedGlyph, penX, penY);
206 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
209 measureCachedGlyph(cachedGlyph, penX, penY, bounds);
  /frameworks/base/libs/hwui/font/
Font.cpp 403 float penY = y + positions[(glyphsCount << 1) + 1];
405 (*this.*render)(cachedGlyph, roundf(penX), roundf(penY),

Completed in 6108 milliseconds