Searched refs:PAD_FACE_AREA_2 (Results 1 – 1 of 1) sorted by relevance
37 #define PAD_FACE_AREA_2 (PAD_FACE_AREA * 2) macro516 int w = m_smallImage->width - startX - face->width - PAD_FACE_AREA_2; in storePreviousFace()517 int h = m_smallImage->height - startY - face->height - PAD_FACE_AREA_2; in storePreviousFace()520 face->width + PAD_FACE_AREA_2 + ((w < 0) ? w : 0) + ((sw < 0) ? sw : 0), in storePreviousFace()521 face->height + PAD_FACE_AREA_2 + ((h < 0) ? h : 0) + ((sh < 0) ? sh : 0)); in storePreviousFace()