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

  /external/skia/legacy/src/core/
SkDebug.cpp 38 int32_t SkToS32(long x)
  /external/skia/src/core/
SkDebug.cpp 38 int32_t SkToS32(long x)
  /external/skia/include/core/
SkTypes.h 191 SK_API int32_t SkToS32(long);
198 #define SkToS32(x) ((int32_t)(x))
  /external/skia/legacy/include/core/
SkTypes.h 168 SK_API int32_t SkToS32(long);
175 #define SkToS32(x) ((int32_t)(x))
  /external/skia/tests/
MathTest.cpp 405 SkToS32(4*1024*1024);
406 SkToS32(-4*1024*1024);
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]

Completed in 2646 milliseconds