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

1 2 3 4 5 6 7

  /external/webkit/WebCore/manual-tests/
dom-manipulation-on-resize.html 26 window to have resized.
  /external/webkit/WebCore/platform/graphics/skia/
NativeImageSkia.h 39 // stores a cached resized image.
45 // resized version if there is one.
50 // resized images.
56 // We can keep a resized version of the bitmap cached on this object.
61 // This will return an existing resized image, or generate a new one of
97 // resized image, we know that we should probably cache it, even if all of
ImageSkia.cpp 162 SkIRect resizedImageRect = // Represents the size of the resized image.
166 // Yay, this bitmap frame already has a resized version.
178 // causes the bounds to be outside of the resized bitmap. We round outward
185 return; // Resized image does not intersect.
355 // Since we just resized the bitmap, we need to undo the scale set in
  /prebuilt/linux-x86/toolchain/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.
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
  /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
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 36 public void resized(int w, int h, Rect coveredInsets, method in class:BaseIWindow
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 44 * When set to true, indicates that the icon has been resized.
  /external/chromium/base/
pickle.cc 57 bool resized = Resize(payload_size); local
58 CHECK(resized); // Realloc failed.
81 bool resized = Resize(other.header_size_ + other.header_->payload_size); local
82 CHECK(resized); // Realloc failed.
  /external/libvpx/vpx_mem/memory_manager/
hmm_resize.c 83 ** in the block being resized.
  /frameworks/base/core/java/android/view/
IWindow.aidl 47 void resized(int w, int h, in Rect coveredInsets, in Rect visibleInsets,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 61 public void resized(int arg0, int arg1, Rect arg2, Rect arg3, boolean arg4, Configuration arg5) method in class:BridgeWindow
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
exception.hpp 65 // A container cannot be resized.
hash_policy.hpp 255 // Notifies the table was resized as a result of this object's
361 // Notifies the table was resized as a result of this object's
579 // resized naturally. The current __size of the container is
  /libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 52 * be resized so that (size of live objects) / (size of heap) is
62 * be resized so that (size of live objects) / (size of heap) is
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 73 * be set when the viewport is resized.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 82 * when the viewport is resized.
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 73 * be set when the viewport is resized.
  /external/webkit/WebCore/manual-tests/plugins/
windowed.html 81 <input type="checkbox" name="resizeCheckBox"> Verify if the flash resizes when element is resized
windowless.html 82 <input type="checkbox" name="resizeCheckBox"> Verify if the flash resizes when element is resized
  /external/webkit/WebCore/rendering/
RenderApplet.cpp 57 // FIXME: Java applets can't be resized (this is a bug in Apple's Java implementation).
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 231 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */
250 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h 38 // (possibly resized).
41 // (possibly resized).
  /packages/apps/Mms/src/com/android/mms/model/
MediaModel.java 215 * @return whether the media is resizable or not. For instance, a picture can be resized
217 * currently able to be resized.

Completed in 988 milliseconds

1 2 3 4 5 6 7