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 155 SK_API int8_t SkToS8(long);
162 #define SkToS8(x) ((int8_t)(x))
  /external/skia/tests/
MathTest.cpp 300 SkToS8(128);
301 SkToS8(-129);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 18 milliseconds