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

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

Completed in 34 milliseconds