Home
last modified time | relevance | path

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

/cts/tests/pdf/src/android/graphics/pdf/cts/
DUtils.java212 int[] aPx = new int[a.getWidth() * a.getHeight()]; in getNonMatching() local
214 a.getPixels(aPx, 0, a.getWidth(), 0, 0, a.getWidth(), a.getHeight()); in getNonMatching()
220 if (aPx[i] != bPx[i]) { in getNonMatching()