HomeSort by relevance Sort by last modified time
    Searched full:resolutions (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 307 XiGMiscResolutionInfo *resolutions; local
328 resolutions = (XiGMiscResolutionInfo*)Xmalloc(size);
329 if (!resolutions) {
336 _XReadPad(dpy, (void*)resolutions, size);
338 *presolutions = resolutions;
  /external/chromium/net/base/
host_resolver_proc.h 18 // to control the underlying resolutions in HostResolverImpl. HostResolverProcs
mock_host_resolver.h 55 // Controls whether resolutions complete synchronously or asynchronously.
host_resolver.h 171 // the host resolutions are cancelled, and the completion callbacks will not
host_resolver_impl.h 140 // the host resolutions are cancelled, and the completion callbacks will not
  /frameworks/base/docs/html/guide/practices/design/
seamlessness.jd 15 <li><a href="#flexui">Design Your UI to Work with Multiple Screen Resolutions</a></li>
176 <h2 id="flexui">Design Your UI to Work with Multiple Screen Resolutions</h2>
178 <p>Different Android-powered devices will support different screen resolutions.
179 Some will even be able to change resolutions on the fly, such as by switching
185 resolutions, and then design your layout to accommodate various dimensions.
  /external/chromium/net/socket/
tcp_client_socket_pool_unittest.cc 265 // Make the host resolutions complete synchronously this time.
277 // Make all subsequent host resolutions complete synchronously.
335 // Make all subsequent host resolutions complete synchronously.
446 // Make all subsequent host resolutions complete synchronously.
  /external/freetype/include/freetype/
ftpfr.h 58 * Return the outline and metrics resolutions of a given PFR face.
  /external/webkit/WebCore/manual-tests/
window-sizing.html 100 <p style="color:red">NOTE: Make sure to test at magnified resolutions.</p>
  /development/pdk/docs/source/
overview.jd 69 <h3>Expanded support for screen densities and resolutions </h3>
70 <p>Android 1.6 adds screen support that enables applications to be rendered properly on different display resolutions and densities. Developers can also specify the types of screens supported by their application.
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 475 static resolutions[NUM_RESOLUTIONS][3]={ variable
486 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
487 *width = resolutions[i][0];
488 *height = resolutions[i][1];
489 return resolutions[i][2];
gl_vidlinux_svga.c 513 static resolutions[NUM_RESOLUTIONS][3]={ variable
524 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
525 *width = resolutions[i][0];
526 *height = resolutions[i][1];
527 return resolutions[i][2];
  /external/quake/quake/src/WinQuake/
gl_vidlinux.cpp 484 static int resolutions[NUM_RESOLUTIONS][3]={ variable
508 if((*width<=resolutions[i][0]) && (*height<=resolutions[i][1])) {
509 *width = resolutions[i][0];
510 *height = resolutions[i][1];
511 return resolutions[i][2];
glqnotes.txt 51 resolutions to become unreadable. If do you wish to have a higher resolution
  /external/chromium/net/tools/hresolv/
hresolv.cc 229 // Invokes a sequence of host resolutions at specified times.
243 // guarantee that the resolutions will complete in the order specified when
252 // ResolveAll will block until all resolutions are complete.
  /external/quake/quake/src/WinQuake/docs/
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
  /frameworks/base/docs/html/sdk/
android-1.6-highlights.jd 181 <h3 id="Screens">Expanded support for screen densities and resolutions</h3>
184 display resolutions and densities. Developers can also specify the types of screens supported by their
  /external/freetype/src/truetype/
ttobjs.h 211 /* Unfortunately, when using distinct x and y resolutions (or distinct x */
  /external/qemu/android/
qemulator.c 265 D( "system reported monitor resolutions: xdpi=%d ydpi=%d\n", xdpi, ydpi);
  /frameworks/base/docs/html/resources/samples/
index.jd 64 <dt><a href="MultiResolution/index.html">Multiple Resolutions</a></dt>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
auto_ptr.h 82 * These resolutions have all been incorporated.
  /development/ndk/platforms/android-9/include/EGL/
egl.h 195 /* Constant scale factor by which fractional display resolutions &
  /external/quake/quake/src/WinQuake/kit/
README.TXT 51 resolutions to become unreadable. If do you wish to have a higher resolution
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 125 * @return Returns a CharSequence containing the resolutions's label. If the
  /frameworks/base/opengl/include/EGL/
egl.h 195 /* Constant scale factor by which fractional display resolutions &

Completed in 1084 milliseconds

1 2 3