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

  /external/chromium_org/third_party/skia/src/core/
SkAutoKern.h 25 SkAutoKern() : fPrevRsbDelta(0) {}
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
35 fPrevRsbDelta = glyph.fRsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
45 fPrevRsbDelta = glyph.fRsbDelta;
50 int fPrevRsbDelta;
  /external/skia/src/core/
SkAutoKern.h 25 SkAutoKern() : fPrevRsbDelta(0) {}
33 int distort = fPrevRsbDelta - glyph.fLsbDelta;
35 fPrevRsbDelta = glyph.fRsbDelta;
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta);
45 fPrevRsbDelta = glyph.fRsbDelta;
50 int fPrevRsbDelta;

Completed in 76 milliseconds