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

/external/chromium_org/third_party/skia/src/core/
H A DSkFloat.h47 void setDiv(const SkFloat& a, const SkFloat& b) { fPacked = Div(a.fPacked, b.fPacked); } function in class:SkFloat
/external/skia/src/core/
H A DSkFloat.h47 void setDiv(const SkFloat& a, const SkFloat& b) { fPacked = Div(a.fPacked, b.fPacked); } function in class:SkFloat

Completed in 439 milliseconds