Searched refs:divx (Results 1 – 4 of 4) sorted by relevance
152 %divx = udiv i64 %n, 7 ; <i64> [#uses=1]153 %div = add i64 %divx, 1
233 bool setIDiv(int divx, int divy);316 bool postIDiv(int divx, int divy);
344 bool SkMatrix::setIDiv(int divx, int divy) { in setIDiv() argument345 if (!divx || !divy) { in setIDiv()348 this->setScale(SkScalarInvert(divx), SkScalarInvert(divy)); in setIDiv()412 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument413 if (divx == 0 || divy == 0) { in postIDiv()417 const float invX = 1.f / divx; in postIDiv()