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 33 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 59 fRsbDelta = 0;
306 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 1102 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 33 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 59 fRsbDelta = 0;
306 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 1103 rsb = g->fRsbDelta
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win.cpp 920 glyph->fRsbDelta = 0;
    [all...]
SkFontHost_win_dw.cpp 769 glyph->fRsbDelta = 0;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win.cpp 920 glyph->fRsbDelta = 0;
    [all...]
SkFontHost_win_dw.cpp 769 glyph->fRsbDelta = 0;
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 425 glyph->mRsbDelta = skiaGlyph.fRsbDelta;

Completed in 163 milliseconds