Searched refs:divx (Results 1 – 3 of 3) sorted by relevance
152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]153 %div = add i64 %divx, 1
231 bool setIDiv(int divx, int divy);314 bool postIDiv(int divx, int divy);
347 bool SkMatrix::setIDiv(int divx, int divy) { in setIDiv() argument348 if (!divx || !divy) { in setIDiv()351 this->setScale(SkScalarInvert(divx), SkScalarInvert(divy)); in setIDiv()415 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument416 if (divx == 0 || divy == 0) { in postIDiv()420 const float invX = 1.f / divx; in postIDiv()