HomeSort by relevance Sort by last modified time
    Searched refs:fRsbDelta (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);
35 fPrevRsbDelta = glyph.fRsbDelta;
45 fPrevRsbDelta = glyph.fRsbDelta;
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);
35 fPrevRsbDelta = glyph.fRsbDelta;
45 fPrevRsbDelta = glyph.fRsbDelta;
SkGlyph.h 33 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
SkScalerContext.cpp 55 fRsbDelta = 0;
283 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 1048 rsb = g->fRsbDelta;
1062 rsb = g->fRsbDelta;
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_ascender.cpp 124 glyph->fRsbDelta = 0;
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 209 glyph->fRsbDelta = 0;
SkFontHost_win.cpp 592 glyph->fRsbDelta = 0;
    [all...]
  /external/skia/src/ports/
SkFontHost_ascender.cpp 124 glyph->fRsbDelta = 0;
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 209 glyph->fRsbDelta = 0;
SkFontHost_win.cpp 813 glyph->fRsbDelta = 0;
    [all...]
SkFontHost_win_dw.cpp 748 glyph->fRsbDelta = 0;
    [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 51 fRsbDelta = 0;
280 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 945 rsb = g->fRsbDelta;
959 rsb = g->fRsbDelta;
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 420 glyph->mRsbDelta = skiaGlyph.fRsbDelta;

Completed in 1786 milliseconds