Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkEvent.cpp179 #define SkScalarToFloat(x) ((x) / 65536.f) macro
/external/skia/include/core/
DSkScalar.h113 #define SkScalarToFloat(x) static_cast<float>(x) macro