Searched refs:skiaGlyph (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFont.cpp284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); local
285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
420 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, argument
422 glyph->mAdvanceX = skiaGlyph.fAdvanceX;
423 glyph->mAdvanceY = skiaGlyph.fAdvanceY;
424 glyph->mBitmapLeft = skiaGlyph.fLeft;
425 glyph->mBitmapTop = skiaGlyph.fTop;
426 glyph->mLsbDelta = skiaGlyph.fLsbDelta;
427 glyph->mRsbDelta = skiaGlyph.fRsbDelta;
433 if (!skiaGlyph
470 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); local
[all...]
H A DFont.h125 void updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph,

Completed in 1344 milliseconds