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

/external/skia/src/core/
H A DSkAutoKern.h27 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
28 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 fPrevRsbDelta = glyph.fRsbDelta;
43 fPrevRsbDelta = glyph.fRsbDelta;
H A DSkGlyph.h155 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning member in class:SkGlyph
H A DSkPaint.cpp766 const int rsb = g->fRsbDelta;
779 const int rsb = g->fRsbDelta;
881 rsb = g.fRsbDelta;
H A DSkScalerContext.cpp59 fRsbDelta = 0;
113 glyph->fLsbDelta = glyph->fRsbDelta = 0;
/external/skqp/src/core/
H A DSkAutoKern.h27 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
28 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 fPrevRsbDelta = glyph.fRsbDelta;
43 fPrevRsbDelta = glyph.fRsbDelta;
H A DSkGlyph.h155 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning member in class:SkGlyph
H A DSkPaint.cpp766 const int rsb = g->fRsbDelta;
779 const int rsb = g->fRsbDelta;
881 rsb = g.fRsbDelta;
H A DSkScalerContext.cpp59 fRsbDelta = 0;
119 glyph->fLsbDelta = glyph->fRsbDelta = 0;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp996 glyph->fRsbDelta = 0;
1093 glyph->fRsbDelta = 0;
1188 glyph->fRsbDelta = SkToS8(fFace->glyph->rsb_delta);
H A DSkScalerContext_win_dw.cpp383 glyph->fRsbDelta = 0;
H A DSkFontHost_win.cpp939 glyph->fRsbDelta = 0;
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp996 glyph->fRsbDelta = 0;
1093 glyph->fRsbDelta = 0;
1188 glyph->fRsbDelta = SkToS8(fFace->glyph->rsb_delta);
H A DSkScalerContext_win_dw.cpp383 glyph->fRsbDelta = 0;
H A DSkFontHost_win.cpp939 glyph->fRsbDelta = 0;

Completed in 425 milliseconds