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

  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.h 32 void glyphRendered(CachedGlyphInfo*, int penX, int penY);
51 int penX;
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) {
71 entry.penX = penX;
Font.cpp 303 float penX = 0.0f;
318 penX += pathOffset - textWidth;
321 while (glyphsCount < numGlyphs && penX < pathLength) {
329 penX += AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta);
333 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
336 penX += cachedGlyph->mAdvanceX;
401 int penX = x + (int)roundf(positions[(glyphsCount << 1)]);
404 mState->historyTracker().glyphRendered(cachedGlyph, penX, penY);
406 (*this.*render)(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH, bounds, positions);
  /external/pdfium/fxbarcode/oned/
BC_OneDimWriter.cpp 155 float penX = 0.0;
159 charPos[0].m_Origin = CFX_PointF(penX + left, penY + top);
165 penX += (float)(charPos[0].m_FontCharWidth) * (float)fontSize / 1000.0f;
167 charPos[i].m_Origin = CFX_PointF(penX + left, penY + top);
173 penX += (float)(charPos[i].m_FontCharWidth) * (float)fontSize / 1000.0f;
  /frameworks/base/libs/hwui/
FontRenderer.cpp 565 image.penX = 0;
597 int penX = intRadius - bounds.left;
604 mCurrentFont->render(paint, glyphs, numGlyphs, penX, penY, Font::BITMAP, dataBuffer,
616 image.penX = penX;
FontRenderer.h 106 int32_t penX;
TextDropShadowCache.cpp 165 texture->left = shadow.penX;
  /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);
215 penX += (cachedGlyph->mAdvanceX >> 6);

Completed in 356 milliseconds