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

/external/skia/include/core/
H A DSkFixed.h181 #define SkFixedMul(a,b) SkFixedMul_longlong(a,b) macro
242 #undef SkFixedMul macro
244 #define SkFixedMul(x, y) SkFixedMul_arm(x, y) macro
257 #ifndef SkFixedMul
258 #define SkFixedMul(x, y) SkFixedMul_portable(x, y) macro
264 #define SkFixedMulAdd(x, y, a) (SkFixedMul(x, y) + (a))

Completed in 102 milliseconds