Searched defs:SkDoubleToFixed (Results 1 – 2 of 2) sorted by relevance
54 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1)) macro