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

  /external/chromium_org/third_party/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);
35 fPrevRsbDelta = glyph.fRsbDelta;
45 fPrevRsbDelta = glyph.fRsbDelta;
SkGlyph.h 34 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 55 fRsbDelta = 0;
136 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 1068 rsb = g->fRsbDelta;
    [all...]
  /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);
35 fPrevRsbDelta = glyph.fRsbDelta;
45 fPrevRsbDelta = glyph.fRsbDelta;
SkGlyph.h 34 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 59 fRsbDelta = 0;
310 glyph->fLsbDelta = glyph->fRsbDelta = 0;
    [all...]
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkScalerContext_win_dw.cpp 356 glyph->fRsbDelta = 0;
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkScalerContext_win_dw.cpp 356 glyph->fRsbDelta = 0;
SkFontHost_win.cpp     [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 439 glyph->mRsbDelta = skiaGlyph.fRsbDelta;

Completed in 328 milliseconds