Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp250 int county = mCheckY % size; in drawCheckerboard() local
288 if (county++ >= size) { in drawCheckerboard()
289 county = 0; in drawCheckerboard()
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.cpp271 int county = static_cast<int>(mCheckY * size) % size; in drawCheckerboard() local
300 if(county++ >= size) { in drawCheckerboard()
301 county = 0; in drawCheckerboard()