Home
last modified time | relevance | path

Searched refs:SkToS32 (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkDebug.cpp46 int32_t SkToS32(long x) in SkToS32() function
/external/skia/include/core/
DSkTypes.h127 int32_t SkToS32(long);
134 #define SkToS32(x) ((int32_t)(x)) macro
/external/skia/tests/
DMathTest.cpp231 SkToS32(4*1024*1024); in TestMath()
232 SkToS32(-4*1024*1024); in TestMath()