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

  /external/skia/include/core/
SkFixed.h 189 #define SkFractMul(a,b) SkFractMul_longlong(a,b)
250 #undef SkFractMul
252 #define SkFractMul(x, y) SkFractMul_arm(x, y)
267 #ifndef SkFractMul
268 #define SkFractMul(x, y) SkFractMul_portable(x, y)
  /external/skia/legacy/include/core/
SkFixed.h 182 #define SkFractMul(a,b) SkFractMul_longlong(a,b)
243 #undef SkFractMul
245 #define SkFractMul(x, y) SkFractMul_arm(x, y)
260 #ifndef SkFractMul
261 #define SkFractMul(x, y) SkFractMul_portable(x, y)

Completed in 140 milliseconds