Searched refs:fRsbDelta (Results 1 - 8 of 8) sorted by relevance

/external/skia/include/core/
H A DSkAutoKern.h29 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
30 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
35 fPrevRsbDelta = glyph.fRsbDelta;
45 fPrevRsbDelta = glyph.fRsbDelta;
H A DSkScalerContext.h47 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning member in struct:SkGlyph
/external/skia/src/ports/
H A DSkFontHost_ascender.cpp124 glyph->fRsbDelta = 0;
H A DSkFontHost_FreeType.cpp977 glyph->fRsbDelta = 0;
1039 glyph->fRsbDelta = 0;
1122 glyph->fRsbDelta = SkToS8(fFace->glyph->rsb_delta);
H A DSkFontHost_mac_atsui.cpp209 glyph->fRsbDelta = 0;
H A DSkFontHost_win.cpp592 glyph->fRsbDelta = 0;
/external/skia/src/core/
H A DSkScalerContext.cpp51 fRsbDelta = 0;
280 glyph->fLsbDelta = glyph->fRsbDelta = 0;
H A DSkPaint.cpp945 rsb = g->fRsbDelta;
959 rsb = g->fRsbDelta;
1099 rsb = g.fRsbDelta;

Completed in 85 milliseconds