Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkMatrix44.h43 #define SkMScalarRoundToInt(x) sk_double_round2int(x) macro
75 #define SkMScalarRoundToInt(x) sk_float_round2int(x) macro
/external/skia/tests/
DMatrix44Test.cpp806 SkMScalarRoundToInt(mat.get(1, 2)) + in test_toint()