Searched refs:infillWeight (Results 1 – 1 of 1) sorted by relevance
1456 int infillWeight(const int* unquantizedValues, int s, int t, bool dualPlane) const { in infillWeight() function1504 texelWeights[0][x][y] = this->infillWeight(unquantizedValues, x, y, false); in texelWeights()1506 texelWeights[1][x][y] = this->infillWeight(unquantizedValues, x, y, true); in texelWeights()