/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_ResizeEvent.3 | 24 When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window\&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively\&. When an \fBSDL_VIDEORESIZE\fP is received the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR\&.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ResizeState.java | 35 * The node being resized 40 * The layout containing the resized node 44 /** The proposed resized bounds of the node */ 56 /** The type of horizontal edge being resized, or null */ 59 /** The type of vertical edge being resized, or null */ 90 * @param layout the parent layout containing the resized node 92 * @param node the node being resized
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ResizeHandler.java | 54 * @param layout the layout containing the resized node 55 * @param resized the node being resized 57 * @param horizontalEdgeType the type of horizontal edge being resized, or null 58 * @param verticalEdgeType the type of vertical edge being resized, or null 60 public ResizeHandler(INode layout, INode resized, 73 Set<INode> nodes = Collections.singleton(resized); 95 if (child != resized) { 177 * @param child the node being resized
|
/external/chromium/chrome/browser/ui/cocoa/ |
profile_menu_button.h | 30 // Gets the minimum size that the control should be resized to.
|
window_size_autosaver.h | 17 // and "window resized" notifications and write the current window state to the
|
/external/webkit/Source/WebCore/manual-tests/ |
dom-manipulation-on-resize.html | 26 window to have resized.
|
/external/mesa3d/docs/ |
MESA_resize_buffers.spec | 34 Mesa cannot automatically detect when a window has been resized. 57 determines that a window has been resized. Calling
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
NativeImageSkia.h | 41 // stores a cached resized image. 53 // resized version if there is one. 58 // resized images. 64 // We can keep a resized version of the bitmap cached on this object. 69 // This will return an existing resized image, or generate a new one of 105 // resized image, we know that we should probably cache it, even if all of
|
/frameworks/base/media/java/android/media/videoeditor/ |
OverlayFrame.java | 53 * resized RGB Image dimensions 253 * Set the resized RGB widht and height 261 * Get the resized RGB Height 268 * Get the resized RGB Width 327 /* Get original bitmap width if it is not resized */ 331 /* Get original bitmap height if it is not resized */ 460 * Set the resized RGB width and height
|
/external/chromium/chrome/browser/extensions/ |
image_loading_tracker.h | 65 // |max_size| it will be resized to those dimensions. IMPORTANT NOTE: this 78 // When an image has finished loaded and been resized on the file thread, it
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 113 // Notifies the table was resized as a result of this object's 118 // Notifies the table was resized externally.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 114 // Notifies the table was resized as a result of this object's 119 // Notifies the table was resized externally.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 114 // Notifies the table was resized as a result of this object's 119 // Notifies the table was resized externally.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 113 // Notifies the table was resized as a result of this object's 118 // Notifies the table was resized externally.
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 113 // Notifies the table was resized as a result of this object's 118 // Notifies the table was resized externally.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 113 // Notifies the table was resized as a result of this object's 118 // Notifies the table was resized externally.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/ |
sample_resize_trigger.hpp | 113 // Notifies the table was resized as a result of this object's 118 // Notifies the table was resized externally.
|
/external/chromium/net/tools/flip_server/ |
simple_buffer.h | 56 // resized, unread data may still need to be non-destructively copied to
|
/external/e2fsprogs/tests/r_inline_xattr/ |
script | 25 # Look at inline extended attribute in resized fs
|
/external/qemu/android/skin/ |
window.h | 24 * be resized to fit the screen.
|
/frameworks/support/volley/src/com/android/volley/toolbox/ |
ImageRequest.java | 113 int resized = maxPrimary; local 114 if (resized * ratio > maxSecondary) { 115 resized = (int) (maxSecondary / ratio); 117 return resized;
|
/sdk/rule_api/src/com/android/ide/common/api/ |
IViewRule.java | 340 * Called by the IDE on the parent layout when a child widget is being resized. This 342 * or a vertical edge, or both, can be resized simultaneously. 344 * @param child the widget being resized 346 * @param horizEdge The horizontal edge being resized, or null 347 * @param verticalEdge the vertical edge being resized, or null 348 * @param childView an instance of the resized node view, or null if not known 363 * Called by the IDE on the parent layout when a child widget is being resized. This 369 * @param child the widget being resized 385 * Called by the IDE on the parent layout when a child widget is being resized. This 391 * @param child the widget being resized [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testoverlay2.c | 290 int resized=0; local 526 resized=1; 553 if ((!paused)||(resized)) 555 if (((SDL_GetTicks()-lastftick)>fpsdelay)||(resized)) 579 if (!resized) 589 resized=0;
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_Extended_API.h | 122 /**< Does framing image is resized to output video size. 126 /**< Size to which the the framing file needs to be resized */ 227 M4xVSS_kResizing = 0, /*The picture is resized, the aspect ratio can be different
|
/development/samples/Home/src/com/example/android/home/ |
ApplicationInfo.java | 44 * When set to true, indicates that the icon has been resized.
|