Home | History | Annotate | Download | only in functional

Lines Matching refs:kY

187 					for (int kY = y - radius; kY <= y + radius; kY++)
190 if ((*pixelCmp)(cRef, test.getPixelInt(kX, kY)))
198 for (int kY = y - radius; kY <= y + radius; kY++)
201 if ((*pixelCmp)(cTest, ref.getPixelInt(kX, kY)))