| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| tv_fs451.c | 136 * and resolution. 142 fs451_set_tv_format(TVStandardType format, GfxOnTVType resolution) 145 gfx_set_tv_format(TVStandardType format, GfxOnTVType resolution)
|
| tv_1200.c | 131 int sc1200_set_tv_format(TVStandardType format, GfxOnTVType resolution); 190 * and resolution. 195 sc1200_set_tv_format(TVStandardType format, GfxOnTVType resolution) 198 gfx_set_tv_format(TVStandardType format, GfxOnTVType resolution) 246 switch (resolution) { 333 switch (resolution) { 720 * TV resolution.
|
| gfx_tv.c | 152 /* NTSC resolution */ 162 /* PAL resolution */ 172 /* NTSC resolution non-square pixels */ 182 /* PAL resolution non-square pixels */ 216 gfx_set_tv_format(TVStandardType format, GfxOnTVType resolution) 222 retval = sc1200_set_tv_format(format, resolution); 226 retval = fs450_set_tv_format(format, resolution); 389 * Set the timings in the display controller to support a TV resolution.
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| syncsrv.h | 80 int64_t resolution; member in struct:_SysCounterInfo 125 int64_t resolution,
|
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| core.py | 44 resolution: typing.Optional[int] 77 class Resolution(enum.Enum): 120 resolution: Resolution = attr.ib(Resolution.UNRESOLVED) 128 if self.resolution is not None: 129 d['resolution'] = self.resolution.value 137 if data['resolution'] is not None: 138 c.resolution = Resolution(data['resolution'] [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| chgdctl.c | 137 CARD32 *resolution; local 180 resolution = (CARD32 *) (r + 1); 189 if (*(resolution + i) < (a + i)->min_resolution || 190 *(resolution + i) > (a + i)->max_resolution) 193 (a++)->resolution = *resolution++;
|
| getfctl.c | 156 i2->resolution = i->ctrl.resolution; 161 swapl(&i2->resolution);
|
| listdev.c | 255 a2->resolution = a->resolution; 259 swapl(&a2->resolution);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| chgdctl.c | 136 CARD32 *resolution; local 172 resolution = (CARD32 *) (r + 1); 181 if (*(resolution + i) < (a + i)->min_resolution || 182 *(resolution + i) > (a + i)->max_resolution) 185 (a++)->resolution = *resolution++;
|
| getfctl.c | 160 i2->resolution = i->ctrl.resolution; 165 swapl(&i2->resolution, n);
|
| listdev.c | 262 a2->resolution = a->resolution; 266 swapl(&a2->resolution, n);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| syncsrv.h | 70 CARD64 resolution; member in struct:_SysCounterInfo 123 CARD64 /* resolution */,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| syncstr.h | 82 CARD64 resolution; member in struct:_SysCounterInfo 159 CARD64 /* resolution */,
|
| xf86misc.h | 93 int resolution; member in struct:__anon11870
|
| xf86mscstr.h | 92 CARD32 resolution; member in struct:__anon11875 133 CARD32 resolution; member in struct:_XF86MiscSetMouseSettings
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttdriver.c | 367 FT_UInt resolution = local 373 /* if we don't have a resolution value, assume 72dpi */ 375 !resolution ) 376 resolution = 72; 380 resolution );
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| gfx_tv.c | 51 /* NTSC resolution */ 61 /* PAL resolution */ 71 /* NTSC resolution non-square pixels */ 81 /* PAL resolution non-square pixels */ 115 gfx_set_tv_format(TVStandardType format, GfxOnTVType resolution) 121 retval = sc1200_set_tv_format(format, resolution); 125 retval = fs450_set_tv_format(format, resolution); 288 * Set the timings in the display controller to support a TV resolution.
|
| tv_1200.c | 34 * and resolution. 39 sc1200_set_tv_format(TVStandardType format, GfxOnTVType resolution) 42 gfx_set_tv_format(TVStandardType format, GfxOnTVType resolution) 92 switch (resolution) { 184 switch (resolution) { 578 * TV resolution.
|
| /xsrc/external/mit/libXxf86misc/dist/src/ |
| XF86Misc.c | 140 mouseinfo->resolution = rep.resolution; 208 req->resolution = mouseinfo->resolution;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| eventstr.h | 157 uint32_t resolution; /**< Resolution counts/m */ member in struct:_DeviceChangedEvent::__anon10820
|
| /xsrc/external/mit/libXi/dist/src/ |
| XGetFCtl.c | 213 I->resolution = ifs->resolution;
|
| XListDev.c | 163 A->resolution = a->resolution;
|
| /xsrc/external/mit/libXext/dist/include/X11/extensions/ |
| sync.h | 164 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
|
| /xsrc/external/mit/xditview/dist/ |
| Dvi.c | 462 SetDeviceResolution(DviWidget dw, int resolution) 464 if (resolution != dw->dvi.device_resolution) { 465 dw->dvi.device_resolution = resolution; 467 ((double) resolution);
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| mouse.h | 151 * SetPS2Res: Set the resolution and sample rate for MSE_PS2 and MSE_XPS2 154 * SetBMRes: Set the resolution and sample rate for MSE_BM protocol types. 156 * SetMiscRes: Set the resolution and sample rate for MSE_MISC protocol types. 226 int resolution; member in struct:_MouseDevRec
|