Home
last modified time | relevance | path

Searched refs:sk_double_ceil2int (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/include/private/
DSkFloatingPoint.h159 #define sk_double_ceil2int(x) (int)ceil(x) macro
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h157 #define sk_double_ceil2int(x) (int)ceil(x) macro
/third_party/flutter/skia/include/core/
DSkMatrix44.h46 #define SkMScalarCeilToInt(x) sk_double_ceil2int(x)