Home | History | Annotate | Download | only in core

Lines Matching defs:glyph

479     const SkGlyph& glyph = cache->getUnicharMetrics(text);
482 return glyph;
490 const SkGlyph& glyph = cache->getGlyphIDMetrics(glyphId);
493 return glyph;
496 const void* SkPaint::findImage(const SkGlyph& glyph,
502 const void* image = cache->findImage(glyph);
1043 static SkFixed advance(const SkGlyph& glyph, int xyIndex) {
1045 return (&glyph.fAdvanceX)[xyIndex];
1607 // ignore it at the glyph outline generation stage if the font
2567 const SkGlyph& glyph = fGlyphCacheProc(fCache, &fText);
2569 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);
2570 fPrevAdvance = advance(glyph, fXYIndex); // + fPaint.getTextTracking();
2572 if (glyph.fWidth) {
2574 *path = fCache->findPath(glyph);