Searched defs:refX (Results 1 - 2 of 2) sorted by path

/external/skia/tests/
H A DBlurTest.cpp74 int refX = x + xOff; local
77 if (refX >= 0 && refX < ref.width() &&
80 refColor = ref.getColor(refX, refY);
H A DDrawTextTest.cpp47 int refX = x + xOff; local
50 if (refX >= 0 && refX < ref.width() &&
53 refColor = ref.getColor(refX, refY);

Completed in 121 milliseconds