Searched defs:penX (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h104 int32_t penX; member in struct:android::uirenderer::FontRenderer::DropShadow
H A DFontRenderer.cpp565 image.penX = 0;
602 int penX = intRadius - bounds.left; local
609 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY,
621 image.penX = penX;
/frameworks/base/libs/hwui/font/
H A DFont.cpp316 float penX = 0.0f; local
331 penX += pathOffset - textWidth;
334 while (glyphsCount < numGlyphs && penX < pathLength) {
342 penX += SkFixedToFloat(AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta));
346 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent);
349 penX += SkFixedToFloat(cachedGlyph->mAdvanceX);
419 int penX = x + (int) roundf(positions[(glyphsCount << 1)]); local
422 (*this.*render)(cachedGlyph, penX, penY,
/frameworks/rs/
H A DrsFont.cpp178 int32_t penX = x, penY = y; local
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 93 milliseconds