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

  /external/skia/src/core/
SkDebug.cpp 22 int8_t SkToS8(long x)
SkEdge.cpp 82 fWinding = SkToS8(winding);
230 fWinding = SkToS8(winding);
233 fCurveCount = SkToS8(1 << shift);
290 fCurveCount = SkToS8(count);
393 fWinding = SkToS8(winding);
394 fCurveCount = SkToS8(-1 << shift);
468 fCurveCount = SkToS8(count);
  /external/skia/include/core/
SkTypes.h 123 int8_t SkToS8(long);
130 #define SkToS8(x) ((int8_t)(x))
  /external/skia/tests/
MathTest.cpp 220 SkToS8(128);
221 SkToS8(-129);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 635 glyph->fRsbDelta = SkToS8(fFace->glyph->rsb_delta);
636 glyph->fLsbDelta = SkToS8(fFace->glyph->lsb_delta);
    [all...]

Completed in 1911 milliseconds