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

/device/generic/goldfish/camera/
H A DEmulatedFakeCameraDevice.cpp311 int squareY = mSquareY * mFrameHeight; local
322 if (squareY + squareSize > mFrameHeight) {
326 squareY = mSquareY * mFrameHeight;
327 } else if (squareY < 0) {
330 squareY = mSquareY * mFrameHeight;
338 drawSquare(buffer, squareX, squareY, squareSize, mSquareColor);

Completed in 6 milliseconds