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

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

Completed in 73 milliseconds