Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkMatrix44.h46 #define SkMScalarCeilToInt(x) sk_double_ceil2int(x) macro
79 #define SkMScalarCeilToInt(x) sk_float_ceil2int(x) macro
/third_party/flutter/skia/tests/
DMatrix44Test.cpp816 SkMScalarCeilToInt(mat.get(2, 3)); in test_toint()