Searched refs:linePitches (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1340 int *linePitches, int minPitch, int maxPitch, int pitchInc, in xf86ValidateModes() argument 1362 scrp, availModes, modeNames, clockRanges, linePitches, minPitch, in xf86ValidateModes() 1372 if (linePitches != NULL && linePitches[0] <= 0) { in xf86ValidateModes() 1502 if (linePitches) { in xf86ValidateModes() 1503 minPitch = maxPitch = linePitches[0]; in xf86ValidateModes() 1504 for (i = 1; linePitches[i] > 0; i++) { in xf86ValidateModes() 1505 if (linePitches[i] > maxPitch) in xf86ValidateModes() 1506 maxPitch = linePitches[i]; in xf86ValidateModes() 1507 if (linePitches[i] < minPitch) in xf86ValidateModes() 1508 minPitch = linePitches[i]; in xf86ValidateModes() [all …]
|
| H A D | xf86.h | 357 int *linePitches, int minPitch, int maxPitch,
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbeModes.h | 87 int *linePitches, int minPitch,
|
| H A D | vbeModes.c | 439 int *linePitches, int minPitch, int maxPitch, int pitchInc, in VBEValidateModes() argument 444 linePitches, minPitch, maxPitch, pitchInc, in VBEValidateModes()
|