Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkMatrix44.h43 #define SkMScalarRound(x) sk_double_round(x) macro
76 #define SkMScalarRound(x) sk_float_round(x) macro
/third_party/flutter/skia/tests/
DMatrix44Test.cpp812 SkMScalarRound(mat.get(1, 0)) + in test_toint()