Home
last modified time | relevance | path

Searched defs:sk_double_round (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DSkFloatingPoint.h155 #define sk_double_round(x) floor((x) + 0.5) macro
/third_party/flutter/skia/include/private/
DSkFloatingPoint.h153 #define sk_double_round(x) floor((x) + 0.5) macro