Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1456 int infillWeight(const int* unquantizedValues, int s, int t, bool dualPlane) const { in infillWeight() function
1504 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()