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 121 penY(dropShadow.penY) {
128 int32_t penY;
FontRenderer.cpp 602 image.penY = 0;
638 int penY = radius - bounds.bottom;
644 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
657 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 408 float penY = y + positions[(glyphsCount << 1) + 1];
410 (*this.*render)(cachedGlyph, roundf(penX), roundf(penY),

Completed in 79 milliseconds