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 14 int8_t SkToS8(long x)
SkEdge.cpp 75 fWinding = SkToS8(winding);
223 fWinding = SkToS8(winding);
226 fCurveCount = SkToS8(1 << shift);
283 fCurveCount = SkToS8(count);
386 fWinding = SkToS8(winding);
387 fCurveCount = SkToS8(-1 << shift);
461 fCurveCount = SkToS8(count);
  /external/skia/include/core/
SkTypes.h 164 SK_API int8_t SkToS8(long);
171 #define SkToS8(x) ((int8_t)(x))
  /external/skia/tests/
MathTest.cpp 356 SkToS8(128);
357 SkToS8(-129);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 516 milliseconds