Searched defs:skiaGlyph (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/hwui/font/
H A DFont.cpp289 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); local
290 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
432 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, argument
434 glyph->mAdvanceX = skiaGlyph.fAdvanceX;
435 glyph->mAdvanceY = skiaGlyph.fAdvanceY;
436 glyph->mBitmapLeft = skiaGlyph.fLeft;
437 glyph->mBitmapTop = skiaGlyph.fTop;
438 glyph->mLsbDelta = skiaGlyph.fLsbDelta;
439 glyph->mRsbDelta = skiaGlyph.fRsbDelta;
445 if (!skiaGlyph
481 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); local
[all...]

Completed in 54 milliseconds