Home | History | Annotate | Download | only in ports

Lines Matching refs:SkFixed

134 static inline FIXED SkFixedToFIXED(SkFixed x) {
137 static inline SkFixed SkFIXEDToFixed(FIXED x) {
138 return *(SkFixed*)(&x);