Home
last modified time | relevance | path

Searched refs:srcFixed (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkLatticeIter.cpp85 static void set_points(float* dst, int* src, const int* divs, int divCount, int srcFixed, in set_points() argument
90 if (srcFixed <= dstLen) { in set_points()
93 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points()
96 scale = dstLen / ((float) srcFixed); in set_points()
105 if (srcFixed <= dstLen) { in set_points()