Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLatticeIter.cpp79 static void set_points(float* dst, float* src, const int* divs, int divCount, int srcFixed, in set_points() argument
85 if (srcFixed <= dstLen) { in set_points()
88 scale = (dstLen - ((float) srcFixed)) / ((float) srcScalable); in set_points()
91 scale = dstLen / ((float) srcFixed); in set_points()
100 if (srcFixed <= dstLen) { in set_points()