HomeSort by: relevance | last modified time | path
    Searched defs:resolution (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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++;
  /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++;
  /xsrc/external/mit/xorg-server/dist/Xext/
syncsrv.h 80 int64_t resolution; member in struct:_SysCounterInfo
125 int64_t resolution,
sync.c 1014 int64_t resolution,
1033 psci->resolution = resolution;
1340 walklist->resolution_hi = psci->resolution >> 32;
1341 walklist->resolution_lo = psci->resolution;
2673 int64_t resolution = 4; local
2676 ServertimeCounter = SyncCreateSystemCounter("SERVERTIME", Now, resolution,
2866 int64_t resolution = 4; local
2872 idle_time_counter = SyncCreateSystemCounter(name, idle, resolution,
  /xsrc/external/mit/xorg-server.old/dist/Xext/
syncsrv.h 70 CARD64 resolution; member in struct:_SysCounterInfo
123 CARD64 /* resolution */,
sync.c 976 CARD64 resolution,
1018 psci->resolution = resolution;
1342 walklist->resolution_hi = XSyncValueHigh32(psci->resolution);
1343 walklist->resolution_lo = XSyncValueLow32(psci->resolution);
2767 CARD64 resolution; local
2770 XSyncIntToValue(&resolution, 4);
2771 ServertimeCounter = SyncCreateSystemCounter("SERVERTIME", Now, resolution,
2913 CARD64 resolution; local
2917 XSyncIntToValue (&resolution, 4)
    [all...]
  /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/libXext/dist/include/X11/extensions/
sync.h 164 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter
  /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
XI2proto.h 188 uint32_t resolution; /**< Resolutions in units/m */ member in struct:__anon11208
  /xsrc/external/mit/libXfont/dist/src/fontfile/
fontdir.c 747 FontResolutionPtr resolution; local
761 resolution = GetClientResolutions (&num);
762 if (resolution && num > 0)
764 extra->defaults.x = resolution->x_resolution;
765 extra->defaults.y = resolution->y_resolution;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
fontdir.c 747 FontResolutionPtr resolution; local
761 resolution = GetClientResolutions (&num);
762 if (resolution && num > 0)
764 extra->defaults.x = resolution->x_resolution;
765 extra->defaults.y = resolution->y_resolution;
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttsbit.c 407 FT_UShort upem, ppem, resolution; local
426 resolution = FT_GET_USHORT();
428 FT_UNUSED( resolution ); /* What to do with this? */
  /xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h 157 uint32_t resolution; /**< Resolution counts/m */ member in struct:_DeviceChangedEvent::__anon10820
input.h 186 int resolution, min_value, max_value; member in struct:__anon10829
  /xsrc/local/programs/x11-ssh-askpass/
x11-ssh-askpass.c 173 /* Default resolution is 75 dots/inch. 1 in = 2.54 cm. */
181 long resolution; local
190 n = sscanf(s, "%ld / %2s", &resolution, units);
194 resolution = DefaultResolution;
196 if (resolution < 0) {
197 /* Resolution specifications should not be negative. */
198 resolution = -(resolution);
207 resolution = resolution * 10000 / 254
    [all...]
  /xsrc/external/mit/libXi/dist/include/X11/extensions/
XInput2.h 133 int resolution; member in struct:__anon5904
XInput.h 545 int resolution; member in struct:__anon5865
809 int resolution; member in struct:_XAxisInfo
  /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
  /xsrc/external/mit/xf86-input-vmmouse/dist/src/
xf86OSmouse.h 139 * SetPS2Res: Set the resolution and sample rate for MSE_PS2 and MSE_XPS2
142 * SetBMRes: Set the resolution and sample rate for MSE_BM protocol types.
144 * SetMiscRes: Set the resolution and sample rate for MSE_MISC protocol types.
234 int resolution; member in struct:_MouseDevRec
  /xsrc/external/mit/xorg-server/dist/include/
eventstr.h 197 uint32_t resolution; /**< Resolution counts/m */ member in struct:_DeviceChangedEvent::__anon10225
input.h 222 int resolution, min_value, max_value; member in struct:__anon10237
inputstr.h 270 int resolution; member in struct:_AxisInfo

Completed in 26 milliseconds

1 2