Searched refs:penX (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 316 float penX = 0.0f; in render() local 331 penX += pathOffset - textWidth; in render() 334 while (glyphsCount < numGlyphs && penX < pathLength) { in render() 342 penX += SkFixedToFloat(AUTO_KERN(prevRsbDelta, cachedGlyph->mLsbDelta)); in render() 346 drawCachedGlyph(cachedGlyph, penX, hOffset, vOffset, measure, &position, &tangent); in render() 349 penX += SkFixedToFloat(cachedGlyph->mAdvanceX); in render() 421 int penX = x + (int) roundf(positions[(glyphsCount << 1)]); in render() local 424 (*this.*render)(cachedGlyph, penX, penY, in render()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.h | 118 image(dropShadow.image), penX(dropShadow.penX), in DropShadow() 125 int32_t penX; member
|
D | FontRenderer.cpp | 602 image.penX = 0; in renderDropShadow() 639 int penX = intRadius - bounds.left; in renderDropShadow() local 646 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY, in renderDropShadow() 658 image.penX = penX; in renderDropShadow()
|
D | TextDropShadowCache.cpp | 189 texture->left = shadow.penX; in get()
|
/frameworks/rs/ |
D | rsFont.cpp | 178 int32_t penX = x, penY = y; in renderUTF() local 205 drawCachedGlyph(cachedGlyph, penX, penY); in renderUTF() 208 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH); in renderUTF() 211 measureCachedGlyph(cachedGlyph, penX, penY, bounds); in renderUTF() 216 penX += (cachedGlyph->mAdvanceX >> 6); in renderUTF()
|