Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFDot6.h42 #define SkScalarToFDot6(x) (SkFDot6)((x) * 64) macro
44 #define SkScalarToFDot6(x) ((x) >> 10) macro