HomeSort by relevance Sort by last modified time
    Searched refs:penY (Results 1 - 10 of 10) 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 583 image.penY = 0;
620 int penY = intRadius - bounds.bottom;
626 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY,
639 image.penY = penY;
FontRenderer.h 127 int32_t penY;
TextDropShadowCache.cpp 167 texture->top = shadow.penY;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 481 int penY = fm.getAscent();
505 g.drawString(txt.substring(lineStart, lineEnd), 0, penY);
506 penY += lineHeight;
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OneDimWriter.cpp 156 FX_FLOAT penY =
161 charPos[0].m_OriginY = penY + top;
170 charPos[i].m_OriginY = penY + top;
  /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);
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp     [all...]

Completed in 218 milliseconds