Home
last modified time | relevance | path

Searched refs:sk_float_round (Results 1 – 4 of 4) sorted by relevance

/external/skia/docs/examples/
DSkParsePath_ToSVGString.cpp8 path.moveTo(sk_float_round(C + R), sk_float_round(C)); in star()
11 path.lineTo(sk_float_round(C + R * cos(a)), sk_float_round(C + R * sin(a))); in star()
/external/skqp/include/private/
DSkFloatingPoint.h59 #define sk_float_round(x) sk_float_floor((x) + 0.5f) macro
/external/skia/include/private/
DSkFloatingPoint.h74 #define sk_float_round(x) sk_float_floor((x) + 0.5f) macro
/external/skqp/include/core/
DSkMatrix44.h74 #define SkMScalarRound(x) sk_float_round(x)