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

  /external/skia/include/core/
SkAutoKern.h 37 // if (SkAbs32(glyph.fLsbDelta) > 47 || SkAbs32(glyph.fRsbDelta) > 47)
38 // printf("------- %d> L %d R %d\n", glyph.f_GlyphID, glyph.fLsbDelta, glyph.fRsbDelta);
43 fPrevRsbDelta = glyph.fRsbDelta;
53 fPrevRsbDelta = glyph.fRsbDelta;
SkScalerContext.h 44 int8_t fRsbDelta, fLsbDelta; // used by auto-kerning
  /external/skia/src/core/
SkScalerContext.cpp 70 fRsbDelta = 0;
300 glyph->fLsbDelta = glyph->fRsbDelta = 0;
SkPaint.cpp 771 rsb = g->fRsbDelta;
790 rsb = g->fRsbDelta;
940 rsb = g.fRsbDelta;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 555 glyph->fRsbDelta = 0;
571 glyph->fRsbDelta = 0;
635 glyph->fRsbDelta = SkToS8(fFace->glyph->rsb_delta);
    [all...]

Completed in 53 milliseconds