Home | History | Annotate | Download | only in functional

Lines Matching refs:kY

183 					for (int kY = y - radius; kY <= y + radius; kY++)
186 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
194 for (int kY = y - radius; kY <= y + radius; kY++)
197 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))