| /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]; 344 if(bezierArc->cpts[j+1] < min_v) 345 min_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; 838 if ( point->v < min_v ) 839 min_v = point->v; 854 segment->min_coord = (FT_Short) min_v; 856 segment->height = (FT_Short)( max_v - min_v );
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_driver.c | 1673 ranges.min_v = ranges1.min_v > ranges2.min_v ? ranges1.min_v:ranges2.min_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 473 det_mon->section.ranges.min_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | edid.h | 485 int min_v; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 549 r->min_v = MIN_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 | 495 int min_v; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 668 r->min_v = MIN_V;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 720 ranges->min_v = 0; 780 det_mon->section.ranges.min_v = 0;
|
| H A D | i830_lvds.c | 995 ranges->min_v = 0; 1037 det_mon->section.ranges.min_v = 0;
|
| /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, 2074 if (range->loV > pranges->min_v) 2075 range->loV = pranges->min_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, 6935 if (range->loV > pranges->min_v) 6936 range->loV = pranges->min_v; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 483 ptr->mon_vrefresh[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_v;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1139 det_mon->section.ranges.min_v;
|
| H A D | xf86Crtc.c | 1529 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1147 det_mon->section.ranges.min_v;
|
| H A D | xf86Crtc.c | 1637 p->mon_rec->vrefresh[p->mon_rec->nVrefresh].lo = ranges->min_v;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 902 mon->vrefresh[0].lo = ddc->det_mon[i].section.ranges.min_v;
|