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 44 #define SkMScalarFloorToInt(x) sk_double_floor2int(x)
76 #define SkMScalarFloorToInt(x) sk_float_floor2int(x)
  /external/skqp/include/core/
SkMatrix44.h 44 #define SkMScalarFloorToInt(x) sk_double_floor2int(x)
76 #define SkMScalarFloorToInt(x) sk_float_floor2int(x)
  /external/skia/tests/
Matrix44Test.cpp 814 int isum = SkMScalarFloorToInt(mat.get(0, 1)) +
  /external/skqp/tests/
Matrix44Test.cpp 814 int isum = SkMScalarFloorToInt(mat.get(0, 1)) +

Completed in 145 milliseconds