Home
last modified time | relevance | path

Searched refs:resolutions (Results 1 – 20 of 20) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
Dxme.c307 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/
Dgl_vidlinux.c475 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()
Dgl_vidlinux_svga.c513 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/
DAnnotationInstanceInfo.java100 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
104 for (Resolution resolution : resolutions) { in resolveResolutions()
DAnnotationValueInfo.java106 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
110 for (Resolution resolution : resolutions) { in resolveResolutions()
DTypeInfo.java380 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
384 for (Resolution resolution : resolutions) { in resolveResolutions()
DMethodInfo.java818 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
822 for (Resolution resolution : resolutions) { in resolveResolutions()
DClassInfo.java1811 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions() local
1815 for (Resolution resolution : resolutions) { in resolveResolutions()
/external/quake/quake/src/WinQuake/
Dgl_vidlinux.cpp484 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()
Dglqnotes.txt51 resolutions to become unreadable. If do you wish to have a higher resolution
Dwqreadme.txt278 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/
DSettingsDialog.java578 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/
DREADME32 - added HDTV resolutions (patch by Tristan Schmelcher)
/external/quake/quake/src/WinQuake/docs/
Dreadme.glquake50 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/
DMESA_texture_array.spec351 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/
DREADME.TXT51 resolutions to become unreadable. If do you wish to have a higher resolution
/external/quake/quake/src/QW/docs/
Dqwcl-readme.txt277 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/
DTECHINFO.TXT53 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/
Dfinal-url-en33562 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/
DChangeLog-2006-05-1038854 (2) None of our sizing accounted for scaled resolutions.