Searched refs:HEIGHT_OFFSET (Results 1 – 3 of 3) sorted by relevance
42 private static int HEIGHT_OFFSET = 1000; field in FaceSquareFilter85 int top = (tempRect.top+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE; in drawBoxes()86 int bottom = (tempRect.bottom+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE; in drawBoxes()
85 final int HEIGHT_OFFSET = 1000; in testFaceSquareFilter() local87 int top = (faceRect.top+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE; in testFaceSquareFilter()88 int bottom = (faceRect.bottom+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE; in testFaceSquareFilter()
635 const int HEIGHT_OFFSET = 1; in getRawOpaqueBufferSize() local648 height == rawOpaqueSizes.data.i32[i + HEIGHT_OFFSET]) { in getRawOpaqueBufferSize()