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

  /frameworks/base/libs/hwui/font/
Font.cpp 302 float penX = 0.0f;
317 penX += pathOffset - textWidth;
320 while (glyphsCount < numGlyphs && penX < pathLength) {
328 penX += SkFixedToFloat(AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta));
332 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
335 penX += SkFixedToFloat(cachedGlyph->mAdvanceX);
407 float penX = x + positions[(glyphsCount << 1)];
410 (*this.*render)(cachedGlyph, roundf(penX), roundf(penY),
  /frameworks/base/libs/hwui/
FontRenderer.h 120 image(dropShadow.image), penX(dropShadow.penX),
127 int32_t penX;
FontRenderer.cpp 601 image.penX = 0;
637 int penX = radius - bounds.left;
644 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
656 image.penX = penX;
TextDropShadowCache.cpp 189 texture->left = shadow.penX;
  /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);
216 penX += (cachedGlyph->mAdvanceX >> 6);

Completed in 74 milliseconds