Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkMatrix44.h84 #define SkIntToMScalar(n) static_cast<SkMScalar>(n) macro
/third_party/flutter/skia/tests/
DMatrix44Test.cpp819 REPORTER_ASSERT(reporter, static_cast<SkMScalar>(isum) == SkIntToMScalar(isum)); in test_toint()