/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/ |
D | xme.c | 307 XiGMiscResolutionInfo *resolutions; in XiGMiscQueryResolutions() local 328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size); in XiGMiscQueryResolutions() 329 if (!resolutions) { in XiGMiscQueryResolutions() 336 _XReadPad(dpy, (void*)resolutions, size); in XiGMiscQueryResolutions() 338 *presolutions = resolutions; in XiGMiscQueryResolutions()
|
/external/quake/quake/src/QW/client/ |
D | gl_vidlinux.c | 475 static resolutions[NUM_RESOLUTIONS][3]={ 486 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { in findres() 487 *width = resolutions[i][0]; in findres() 488 *height = resolutions[i][1]; in findres() 489 return resolutions[i][2]; in findres()
|
D | gl_vidlinux_svga.c | 513 static resolutions[NUM_RESOLUTIONS][3]={ 524 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { in findres() 525 *width = resolutions[i][0]; in findres() 526 *height = resolutions[i][1]; in findres() 527 return resolutions[i][2]; in findres()
|
/external/doclava/src/com/google/doclava/ |
D | AnnotationInstanceInfo.java | 100 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local 104 for (Resolution resolution : resolutions) { in resolveResolutions()
|
D | AnnotationValueInfo.java | 106 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local 110 for (Resolution resolution : resolutions) { in resolveResolutions()
|
D | TypeInfo.java | 380 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local 384 for (Resolution resolution : resolutions) { in resolveResolutions()
|
D | MethodInfo.java | 818 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local 822 for (Resolution resolution : resolutions) { in resolveResolutions()
|
D | ClassInfo.java | 1811 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local 1815 for (Resolution resolution : resolutions) { in resolveResolutions()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidlinux.cpp | 484 static int resolutions[NUM_RESOLUTIONS][3]={ variable 508 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) { in findres() 509 *width = resolutions[i][0]; in findres() 510 *height = resolutions[i][1]; in findres() 511 return resolutions[i][2]; in findres()
|
D | glqnotes.txt | 51 resolutions to become unreadable. If do you wish to have a higher resolution
|
D | wqreadme.txt | 278 NT 4.0 comes with DirectX installed, but doesn't have any resolutions 703 windows in whatever resolutions the Windows driver supports, usually 719 resolutions the driver supports, usually starting at 640x480 and going 835 all resolutions except 320x200. This can be useful if WQ is crashing
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
D | SettingsDialog.java | 578 ArrayList<String> resolutions = new ArrayList<String>(modes.length); in getResolutions() local 581 if (!resolutions.contains(res)) { in getResolutions() 582 resolutions.add(res); in getResolutions() 586 String[] res = new String[resolutions.size()]; in getResolutions() 587 resolutions.toArray(res); in getResolutions()
|
/external/qemu-pc-bios/ |
D | README | 32 - added HDTV resolutions (patch by Tristan Schmelcher)
|
/external/quake/quake/src/WinQuake/docs/ |
D | readme.glquake | 50 Only highend VooDoo cards support such high resolutions (most 65 resolutions to become unreadable. If do you wish to have a higher resolution
|
/external/mesa3d/docs/ |
D | MESA_texture_array.spec | 351 and intensity component resolutions. Proxy image arrays do not include 358 component resolutions are set to zero. If the image array would be
|
/external/quake/quake/src/WinQuake/kit/ |
D | README.TXT | 51 resolutions to become unreadable. If do you wish to have a higher resolution
|
/external/quake/quake/src/QW/docs/ |
D | qwcl-readme.txt | 277 NT 4.0 comes with DirectX installed, but doesn't have any resolutions 690 windows in whatever resolutions the Windows driver supports, usually 706 resolutions the driver supports, usually starting at 640x480 and going 822 all resolutions except 320x200. This can be useful if QWCL is crashing
|
/external/quake/quake/src/WinQuake/data/ |
D | TECHINFO.TXT | 53 All the resolutions that Quake can support on the current computer are 214 resolutions will not be reported by vid_describemodes, and cannot be set. 605 * 360-wide video modes that don't work although other resolutions do work
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 33562 http://www.columbia.edu/cu/senate/resolutions/01-02/CEres.htm 54082 http://www.liuna.org/about/resolutions/ResXXIX.html 68284 http://www.sahistory.org.za/pages/sources/docs/doc21-anc-resolutions.htm 71197 http://www.soundtransit.org/about/board/resolutions/resolutions_2000.asp 79019 http://www.wales.gov.uk/organicabinet/content/resolutions/2001/february-e.htm
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 38854 (2) None of our sizing accounted for scaled resolutions.
|