Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkMatrix44.h42 #define SkMScalarCeilToInt(x) sk_double_ceil2int(x) macro
74 #define SkMScalarCeilToInt(x) sk_float_ceil2int(x) macro
/external/skia/tests/
DMatrix44Test.cpp782 SkMScalarCeilToInt(mat.get(2, 3)); in test_toint()