Searched defs:SkIntToScalar (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkScalar.h70 /** SkIntToScalar(n) returns its integer argument as an SkScalar
78 * various types that we pass into SkIntToScalar() to date:
82 static inline float SkIntToScalar(signed int param) { function
85 static inline float SkIntToScalar(unsigned int param) { function
88 static inline float SkIntToScalar(signed long param) { function
91 static inline float SkIntToScalar(unsigned long param) { function
94 static inline float SkIntToScalar(float param) { function
95 /* If the parameter passed into SkIntToScalar is a float,
102 SkASSERT(!"looks like you passed an SkScalar into SkIntToScalar");
106 /** SkIntToScalar(
108 #define SkIntToScalar macro
229 #define SkIntToScalar macro
[all...]

Completed in 1364 milliseconds