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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 187 float penX = x;
195 penX += 0.5f;
208 penX += SkFixedToFloat(SkAutoKern_AdjustF(prevRsbDelta, cachedGlyph->mLsbDelta));
215 drawCachedGlyph(cachedGlyph, (int) floorf(penX), penY);
218 drawCachedGlyph(cachedGlyph, (int) floorf(penX), penY, bitmap, bitmapW, bitmapH);
221 measureCachedGlyph(cachedGlyph, (int) floorf(penX), penY, bounds);
226 penX += SkFixedToFloat(cachedGlyph->mAdvanceX);
721 image.penX = 0;
740 int penX = radius - bounds.left;
743 mCurrentFont->render(paint, text, startIndex, len, numGlyphs, penX, penY
    [all...]
FontRenderer.h 195 image(dropShadow.image), penX(dropShadow.penX),
202 int32_t penX;
TextDropShadowCache.cpp 114 texture->left = shadow.penX;
  /frameworks/base/libs/rs/
rsFont.cpp 175 int32_t penX = x, penY = y;
202 drawCachedGlyph(cachedGlyph, penX, penY);
205 drawCachedGlyph(cachedGlyph, penX, penY, bitmap, bitmapW, bitmapH);
208 measureCachedGlyph(cachedGlyph, penX, penY, bounds);
213 penX += (cachedGlyph->mAdvanceX >> 6);

Completed in 583 milliseconds