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

  /external/skia/src/core/
SkDebug.cpp 46 int32_t SkToS32(long x)
  /external/skia/include/core/
SkTypes.h 159 SK_API int32_t SkToS32(long);
166 #define SkToS32(x) ((int32_t)(x))
  /external/skia/tests/
MathTest.cpp 311 SkToS32(4*1024*1024);
312 SkToS32(-4*1024*1024);
  /external/skia/src/ports/
SkFontHost_win.cpp 753 lf.lfHeight = -SkToS32(otm.otmEMSquare);
    [all...]

Completed in 35 milliseconds