Home
last modified time | relevance | path

Searched refs:SkMScalarFloorToInt (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkMatrix44.h41 #define SkMScalarFloorToInt(x) sk_double_floor2int(x) macro
73 #define SkMScalarFloorToInt(x) sk_float_floor2int(x) macro
/external/skia/tests/
DMatrix44Test.cpp805 int isum = SkMScalarFloorToInt(mat.get(0, 1)) + in test_toint()