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 119 penY(dropShadow.penY) {
126 int32_t penY;
FontRenderer.cpp 603 image.penY = 0;
640 int penY = intRadius - bounds.bottom;
646 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
659 image.penY = penY;
TextDropShadowCache.cpp 190 texture->top = shadow.penY;
  /frameworks/rs/
rsFont.cpp 178 int32_t penX = x, penY = y;
205 drawCachedGlyph(cachedGlyph, penX, penY);
208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
211 measureCachedGlyph(cachedGlyph, penX, penY, bounds);
  /frameworks/base/libs/hwui/font/
Font.cpp 422 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]);
424 (*this.*render)(cachedGlyph, penX, penY,

Completed in 230 milliseconds