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

  /frameworks/base/libs/hwui/font/
Font.cpp 276 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit);
277 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
419 void Font::updateGlyphCache(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,
421 glyph->mAdvanceX = skiaGlyph.fAdvanceX;
422 glyph->mAdvanceY = skiaGlyph.fAdvanceY;
423 glyph->mBitmapLeft = skiaGlyph.fLeft;
424 glyph->mBitmapTop = skiaGlyph.fTop;
425 glyph->mLsbDelta = skiaGlyph.fLsbDelta;
426 glyph->mRsbDelta = skiaGlyph.fRsbDelta;
432 if (!skiaGlyph.fImage)
    [all...]
Font.h 121 void updateGlyphCache(SkPaint* paint, const SkGlyph& skiaGlyph, SkGlyphCache* skiaGlyphCache,

Completed in 125 milliseconds