Home
last modified time | relevance | path

Searched refs:divy (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkMatrixPriv.h150 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv() argument
151 return matrix->postIDiv(divx, divy); in PostIDiv()
H A DSkMatrix.cpp389 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
390 if (divx == 0 || divy == 0) { in postIDiv()
395 const float invY = 1.f / divy; in postIDiv()
/third_party/skia/include/core/
H A DSkMatrix.h1984 bool postIDiv(int divx, int divy);

Completed in 7 milliseconds