Home | History | Annotate | Download | only in ports

Lines Matching refs:FIXED

136 static inline FIXED SkFixedToFIXED(SkFixed x) {
137 return *(FIXED*)(&x);
139 static inline SkFixed SkFIXEDToFixed(FIXED x) {
143 static inline FIXED SkScalarToFIXED(SkScalar x) {
147 static inline SkScalar SkFIXEDToScalar(FIXED x) {
236 // The fixed pitch bit is set if the font is *not* fixed pitch.
588 static FIXED float2FIXED(float x) {
592 static inline float FIXED2float(FIXED x) {
1763 // If this bit is clear the font is a fixed pitch font.