Searched defs:skiaGlyph (Results 1 - 1 of 1) 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...]

Completed in 238 milliseconds