Lines Matching full:rect
73 comp->rect = windowIn;
138 comp->rect = cur_rect;
184 comp.rect = windowIn;
191 windowIn = comp.rect;
267 comp.rect.width = MIN( t0, (mat->width - _xc) * 2 );
273 comp.rect.height = MIN( t0, (mat->height - _yc) * 2 );
275 comp.rect.x = MAX( 0, _xc - comp.rect.width / 2 );
276 comp.rect.y = MAX( 0, _yc - comp.rect.height / 2 );
278 comp.rect.width = MIN( mat->width - comp.rect.x, comp.rect.width );
279 comp.rect.height = MIN( mat->height - comp.rect.y, comp.rect.height );
293 box->center = cvPoint2D32f( comp.rect.x + comp.rect.width*0.5f,
294 comp.rect.y + comp.rect.height*0.5f);