Searched refs:divy (Results 1 – 2 of 2) sorted by relevance
235 bool SkMatrix::setIDiv(int divx, int divy) { in setIDiv() argument236 if (!divx || !divy) { in setIDiv()239 this->setScale(SK_Scalar1 / divx, SK_Scalar1 / divy); in setIDiv()310 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument311 if (divx == 0 || divy == 0) { in postIDiv()320 fMat[kMScaleY] = roundidiv(fMat[kMScaleY], divy); in postIDiv()321 fMat[kMSkewY] = roundidiv(fMat[kMSkewY], divy); in postIDiv()322 fMat[kMTransY] = roundidiv(fMat[kMTransY], divy); in postIDiv()325 const float invY = 1.f / divy; in postIDiv()
186 bool setIDiv(int divx, int divy);266 bool postIDiv(int divx, int divy);