Searched refs:y_sample (Results 1 – 1 of 1) sorted by relevance
195 int y_sample = y + kCoordOffset; in coverageNice() local196 for (int j=0 ; j<kSamples ; j++, y_sample += kInc) { in coverageNice()197 if (xval - (y_sample * y_sample) > 0) in coverageNice()