HomeSort by relevance Sort by last modified time
    Searched defs:SkFractMul (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFixed.h 189 #define SkFractMul(a,b) SkFractMul_longlong(a,b)
251 #undef SkFractMul
253 #define SkFractMul(x, y) SkFractMul_arm(x, y)
268 #ifndef SkFractMul
269 #define SkFractMul(x, y) SkFractMul_portable(x, y)
  /external/skia/include/core/
SkFixed.h 189 #define SkFractMul(a,b) SkFractMul_longlong(a,b)
251 #undef SkFractMul
253 #define SkFractMul(x, y) SkFractMul_arm(x, y)
268 #ifndef SkFractMul
269 #define SkFractMul(x, y) SkFractMul_portable(x, y)

Completed in 505 milliseconds