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

/external/chromium_org/third_party/skia/include/core/
H A DSkFixed.h189 #define SkFractMul(a,b) SkFractMul_longlong(a,b) macro
251 #undef SkFractMul macro
253 #define SkFractMul(x, y) SkFractMul_arm(x, y) macro
268 #ifndef SkFractMul
269 #define SkFractMul(x, y) SkFractMul_portable(x, y) macro
/external/skia/include/core/
H A DSkFixed.h189 #define SkFractMul(a,b) SkFractMul_longlong(a,b) macro
251 #undef SkFractMul macro
253 #define SkFractMul(x, y) SkFractMul_arm(x, y) macro
268 #ifndef SkFractMul
269 #define SkFractMul(x, y) SkFractMul_portable(x, y) macro

Completed in 64 milliseconds