Searched refs:shadow_ystop (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DFakeCamera.cpp364 int square_xstop, square_ystop, shadow_xstop, shadow_ystop; local
369 shadow_ystop = min(mHeight, y+size+(size/4));
373 for (int j = y + (size/4); j < shadow_ystop; j++) {

Completed in 54 milliseconds