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

  /frameworks/base/libs/hwui/
FontRenderer.h 196 penY(dropShadow.penY) {
203 int32_t penY;
FontRenderer.cpp 188 int penY = y;
215 drawCachedGlyph(cachedGlyph, (int) floorf(penX), penY);
218 drawCachedGlyph(cachedGlyph, (int) floorf(penX), penY, bitmap, bitmapW, bitmapH);
221 measureCachedGlyph(cachedGlyph, (int) floorf(penX), penY, bounds);
722 image.penY = 0;
741 int penY = radius - bounds.bottom;
743 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
752 image.penY = penY;
TextDropShadowCache.cpp 115 texture->top = shadow.penY;
  /frameworks/base/libs/rs/
rsFont.cpp 175 int32_t penX = x, penY = y;
202 drawCachedGlyph(cachedGlyph, penX, penY);
205 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
208 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 141 milliseconds