Home | History | Annotate | Download | only in core

Lines Matching refs:glyph

25     SkScalar  adjust(const SkGlyph&  glyph)
27 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
28 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
31 int distort = fPrevRsbDelta - glyph.fLsbDelta;
33 fPrevRsbDelta = glyph.fRsbDelta;
42 SkScalar adjust = SkAutoKern_Adjust(fPrevRsbDelta, glyph.fLsbDelta);
43 fPrevRsbDelta = glyph.fRsbDelta;