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

  /external/skia/include/core/
SkMatrix44.h 41 #define SkMScalarFloorToInt(x) sk_double_floor2int(x)
73 #define SkMScalarFloorToInt(x) sk_float_floor2int(x)
  /external/skqp/include/core/
SkMatrix44.h 41 #define SkMScalarFloorToInt(x) sk_double_floor2int(x)
73 #define SkMScalarFloorToInt(x) sk_float_floor2int(x)
  /external/skia/tests/
Matrix44Test.cpp 823 int isum = SkMScalarFloorToInt(mat.get(0, 1)) +
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 823 int isum = SkMScalarFloorToInt(mat.get(0, 1)) +
    [all...]

Completed in 255 milliseconds