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);
426 void Font::updateGlyphCache(const SkPaint* paint, const SkGlyph& skiaGlyph, argument
428 glyph->mAdvanceX = skiaGlyph.fAdvanceX;
429 glyph->mAdvanceY = skiaGlyph.fAdvanceY;
430 glyph->mBitmapLeft = skiaGlyph.fLeft;
431 glyph->mBitmapTop = skiaGlyph.fTop;
432 glyph->mLsbDelta = skiaGlyph.fLsbDelta;
433 glyph->mRsbDelta = skiaGlyph.fRsbDelta;
439 if (!skiaGlyph
476 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); local
[all...]

Completed in 95 milliseconds