Searched refs:SkFixedMod (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFixed.h139 SkFixed SkFixedMod(SkFixed numer, SkFixed denom);
H A DSkScalar.h227 #define SkScalarMod(a, b) SkFixedMod(a, b)
/external/skia/include/core/
H A DSkFixed.h139 SkFixed SkFixedMod(SkFixed numer, SkFixed denom);
H A DSkScalar.h227 #define SkScalarMod(a, b) SkFixedMod(a, b)
/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp303 SkFixed SkFixedMod(SkFixed numer, SkFixed denom) { function
/external/skia/src/core/
H A DSkMath.cpp303 SkFixed SkFixedMod(SkFixed numer, SkFixed denom) { function
/external/skia/tests/
H A DMathTest.cpp576 SkFixed mod = SkFixedMod(numer, denom);

Completed in 67 milliseconds