Home
last modified time | relevance | path

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

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