Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkFixed.h60 inline SkFixed SkIntToFixed(int n) in SkIntToFixed() function
71 #define SkIntToFixed(n) (SkFixed)((unsigned)(n) << 16) macro
/third_party/skia/include/private/
DSkFixed.h61 inline SkFixed SkIntToFixed(int n) in SkIntToFixed() function
72 #define SkIntToFixed(n) (SkFixed)((unsigned)(n) << 16) macro