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

/frameworks/base/libs/hwui/font/
H A DFont.cpp279 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); local
280 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching);
417 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, argument
419 glyph->mAdvanceX = skiaGlyph.fAdvanceX;
420 glyph->mAdvanceY = skiaGlyph.fAdvanceY;
421 glyph->mBitmapLeft = skiaGlyph.fLeft;
422 glyph->mBitmapTop = skiaGlyph.fTop;
423 glyph->mLsbDelta = skiaGlyph.fLsbDelta;
424 glyph->mRsbDelta = skiaGlyph.fRsbDelta;
430 if (!skiaGlyph
467 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); local
[all...]

Completed in 142 milliseconds