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

/external/skia/include/core/
H A DSkFixed.h182 #define SkFractMul(a,b) SkFractMul_longlong(a,b) macro
243 #undef SkFractMul macro
245 #define SkFractMul(x, y) SkFractMul_arm(x, y) macro
260 #ifndef SkFractMul
261 #define SkFractMul(x, y) SkFractMul_portable(x, y) macro

Completed in 92 milliseconds