Searched refs:maxPitch (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86Modes.c | 421 int maxX, int maxY, int maxPitch) in xf86ValidateModesSize() argument 425 if (maxPitch <= 0) in xf86ValidateModesSize() 426 maxPitch = MAXINT; in xf86ValidateModesSize() 433 if ((xf86ModeWidth(mode, RR_Rotate_0) > maxPitch || in xf86ValidateModesSize() 436 (xf86ModeWidth(mode, RR_Rotate_90) > maxPitch || in xf86ValidateModesSize() 439 if (xf86ModeWidth(mode, RR_Rotate_0) > maxPitch || in xf86ValidateModesSize() 440 xf86ModeWidth(mode, RR_Rotate_90) > maxPitch) in xf86ValidateModesSize()
|
| H A D | xf86Modes.h | 83 int maxX, int maxY, int maxPitch);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 850 int maxPitch, int virtualX, int virtualY) in xf86InitialCheckModeForDriver() argument 865 scrp, mode, mode->name, clockRanges, strategy, maxPitch, virtualX, in xf86InitialCheckModeForDriver() 881 if (maxPitch > 0 && mode->HDisplay > maxPitch) in xf86InitialCheckModeForDriver() 1340 int *linePitches, int minPitch, int maxPitch, int pitchInc, in xf86ValidateModes() argument 1363 maxPitch, pitchInc, minHeight, maxHeight, virtualX, virtualY, in xf86ValidateModes() 1503 minPitch = maxPitch = linePitches[0]; in xf86ValidateModes() 1505 if (linePitches[i] > maxPitch) in xf86ValidateModes() 1506 maxPitch = linePitches[i]; in xf86ValidateModes() 1547 if ((linePitch < minPitch) || (linePitch > maxPitch)) { in xf86ValidateModes() 1550 "(max %d)\n", virtualX, maxPitch); in xf86ValidateModes() [all …]
|
| H A D | xf86.h | 357 int *linePitches, int minPitch, int maxPitch,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform_state.cpp | 215 void TransformState::setMaxPitch(double maxPitch) { in setMaxPitch() argument 216 if (maxPitch >= getMinPitch()) { in setMaxPitch() 217 max_pitch = maxPitch; in setMaxPitch()
|
| H A D | map.cpp | 523 void Map::setMaxPitch(double maxPitch) { in setMaxPitch() argument 524 impl->transform.setMaxPitch(maxPitch * util::DEG2RAD); in setMaxPitch() 525 if (getPitch() > maxPitch) { in setMaxPitch() 526 setPitch(maxPitch); in setMaxPitch()
|
| H A D | transform.cpp | 432 void Transform::setMaxPitch(double maxPitch) { in setMaxPitch() argument 433 if (std::isnan(maxPitch)) return; in setMaxPitch() 434 state.setMaxPitch(maxPitch); in setMaxPitch()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/ |
| H A D | vbeModes.h | 88 int maxPitch, int pitchInc, int minHeight,
|
| H A D | vbeModes.c | 439 int *linePitches, int minPitch, int maxPitch, int pitchInc, in VBEValidateModes() argument 444 linePitches, minPitch, maxPitch, pitchInc, in VBEValidateModes()
|