| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | arctess.cc | 335 REAL min_u, min_v, max_u,max_v; local in function:ArcTessellator::tessellateNonlinear 337 min_v = max_v = bezierArc->cpts[1]; 346 if(bezierArc->cpts[j+1] > max_v) 347 max_v = bezierArc->cpts[j+1]; 351 if(size < max_v - min_v) 352 size = max_v - min_v;
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | aflatin2.c | 815 FT_Pos min_u, min_v, max_u, max_v; local in function:af_latin2_hints_compute_segments 823 min_v = max_v = point->v; 841 if ( point->v > max_v ) 842 max_v = point->v; 855 segment->max_coord = (FT_Short) max_v; 856 segment->height = (FT_Short)( max_v - min_v );
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_driver.c | 1675 ranges.max_v = ranges1.max_v < ranges2.max_v ? ranges1.max_v:ranges2.max_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 475 det_mon->section.ranges.max_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | edid.h | 486 int max_v; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 550 r->max_v = MAX_V;
|
| H A D | print_edid.c | 377 r->min_v, r->max_v, r->min_h, r->max_h);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 411 r->min_v, r->max_v, r->min_h, r->max_h);
|
| H A D | edid.h | 496 int max_v; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 669 r->max_v = MAX_V;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 721 ranges->max_v = 200; 781 det_mon->section.ranges.max_v = 200;
|
| H A D | i830_lvds.c | 996 ranges->max_v = 200; 1038 det_mon->section.ranges.max_v = 200;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_driver.c | 1892 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 1893 pranges->min_v, pranges->max_v, pranges->min_h, 2068 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 2069 pranges->min_v, pranges->max_v, pranges->min_h, 2078 if (range->hiV < pranges->max_v) 2079 range->hiV = pranges->max_v; 6929 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 6930 pranges->min_v, pranges->max_v, pranges->min_h, 6939 if (range->hiV < pranges->max_v) 6940 range->hiV = pranges->max_v; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 484 ptr->mon_vrefresh[ptr->mon_n_hsync].hi = det_mon->section.ranges.max_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1141 det_mon->section.ranges.max_v;
|
| H A D | xf86Crtc.c | 1528 if (p->set_vrefresh && ranges->max_v) { 1530 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].hi = ranges->max_v;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1149 det_mon->section.ranges.max_v;
|
| H A D | xf86Crtc.c | 1636 if (p->set_vrefresh && ranges->max_v) { 1638 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].hi = ranges->max_v;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 903 mon->vrefresh[0].hi = ddc->det_mon[i].section.ranges.max_v;
|