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

  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.h 32 void glyphRendered(CachedGlyphInfo*, int penX, int penY);
51 int penY;
FontCacheHistoryTracker.cpp 31 if (entry.penX == -1 && entry.penY == -1) {
36 log.appendFormat(" at (%d, %d)\n", entry.penX, entry.penY);
63 void FontCacheHistoryTracker::glyphRendered(CachedGlyphInfo* glyphInfo, int penX, int penY) {
72 entry.penY = penY;
Font.cpp 410 int penY = y + (int) roundf(positions[(glyphsCount << 1) + 1]);
412 mState->historyTracker().glyphRendered(cachedGlyph, penX, penY);
414 (*this.*render)(cachedGlyph, penX, penY,
  /frameworks/base/libs/hwui/
FontRenderer.cpp 569 image.penY = 0;
601 int penY = intRadius - bounds.bottom;
607 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY,
620 image.penY = penY;
FontRenderer.h 110 int32_t penY;
TextDropShadowCache.cpp 167 texture->top = shadow.penY;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 483 int penY = fm.getAscent();
507 g.drawString(txt.substring(lineStart, lineEnd), 0, penY);
508 penY += lineHeight;
  /external/pdfium/xfa/fxbarcode/oned/
BC_OneDimWriter.cpp 176 FX_FLOAT penY =
180 charPos[0].m_Origin = CFX_PointF(penX + left, penY + top);
188 charPos[i].m_Origin = CFX_PointF(penX + left, penY + top);
  /frameworks/rs/
rsFont.cpp 177 int32_t penX = x, penY = y;
204 drawCachedGlyph(cachedGlyph, penX, penY);
207 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
210 measureCachedGlyph(cachedGlyph, penX, penY, bounds);

Completed in 243 milliseconds