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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dconstrnt.cpp182 double width2, height2; local
183 constrainedObject->GetBoundingBoxMax(&width2, &height2);
184 totalObjectHeight += height2;
208 double width2, height2; local
209 constrainedObject->GetBoundingBoxMax(&width2, &height2);
210 startY += (double)(spacingY + (height2/2.0));
216 startY += (double)(height2/2.0);
230 double width2, height2; local
231 constrainedObject->GetBoundingBoxMax(&width2, &height2);
256 double width2, height2; local
279 double width2, height2; local
322 double width2, height2; local
349 double width2, height2; local
372 double width2, height2; local
395 double width2, height2; local
418 double width2, height2; local
441 double width2, height2; local
464 double width2, height2; local
491 double width2, height2; local
514 double width2, height2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c2258 __s32 height2; local
2260 height2 = fh->btv->crop[!!fh->do_crop].rect.height >> 1;
2261 field = (win->w.height > height2)
2491 __s32 height2; local
2493 height2 = btv->crop[!!fh->do_crop].rect.height >> 1;
2494 field = (f->fmt.pix.height > height2)

Completed in 58 milliseconds