HomeSort by relevance Sort by last modified time
    Searched refs:fLsbDelta (Results 1 - 18 of 18) sorted by null

  /external/skia/legacy/include/core/
SkAutoKern.h 29 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
30 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
SkScalerContext.h 47 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
  /external/skia/src/core/
SkAutoKern.h 29 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
30 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
SkGlyph.h 33 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 56 fLsbDelta = 0;
283 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 1050 x += SkAutoKern_AdjustF(rsb, g->fLsbDelta) + advance(*g, xyIndex);
1064 x += SkAutoKern_AdjustF(rsb, g->fLsbDelta);
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_ascender.cpp 125 glyph->fLsbDelta = 0;
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 210 glyph->fLsbDelta = 0;