HomeSort by relevance Sort by last modified time
    Searched refs:Resize (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 93 addListener(SWT.Resize, new Listener() {
347 addListener(SWT.Resize, listener);
506 // check for resize band
554 // during resize mouse can be temporary outside of flyout - ignore
743 // draw resize band
808 * Draws that resize band, {@link Sash} like.
    [all...]
  /art/compiler/dex/
mir_graph.cc 665 // TUNING: use better estimate of basic blocks for following resize.
666 block_list_.Resize(block_list_.Size() + current_code_item_->insns_size_in_code_units_);
669 // TODO: replace with explicit resize routine. Using automatic extension side effect for now.
    [all...]
mir_optimization_test.cc 80 cu_.mir_graph->sfield_lowering_infos_.Resize(count);
local_value_numbering_test.cc 90 cu_.mir_graph->ifield_lowering_infos_.Resize(count);
111 cu_.mir_graph->sfield_lowering_infos_.Resize(count);
135 ssa_reps_.resize(count);
179 value_names_.resize(mir_count_);
  /art/runtime/gc/collector/
mark_compact.cc 279 mark_stack_->Resize(new_size);
semi_space.cc 416 mark_stack_->Resize(new_size);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /external/chromium_org/chrome/browser/android/
tab_android.cc 671 skia::ImageOperations::Resize(favicon,
  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc 469 resize_controller_->Resize(mouse_location);
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 186 // Resize the image to the desired size.
187 SkBitmap resized_bitmap = skia::ImageOperations::Resize(
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.cc 372 // Compute the dest size we want after the letterboxing resize. Make the
438 scaled_cursor_bitmap_ = skia::ImageOperations::Resize(
web_contents_video_capture_device.cc 485 scaled_bitmap = skia::ImageOperations::Resize(input, method,
  /external/chromium_org/extensions/browser/
extension_icon_image_unittest.cc 45 SkBitmap resized = skia::ImageOperations::Resize(
  /external/chromium_org/ui/gfx/
icon_util.cc 76 // Resize this one to the desired size, and insert it.
82 SkBitmap resized_bitmap = skia::ImageOperations::Resize(
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 356 const SkBitmap resized = skia::ImageOperations::Resize(
  /external/icu/icu4c/source/i18n/
collationkeys.cpp 75 } else if (Resize(desired_capacity_hint, appended_)) {
193 if(buffer.resize(newCapacity, len)==NULL) {
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 58 window.addEventListener('resize', this.onResize_.bind(this));
265 * @param {Event} event Resize event.
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 120 SkBitmap sk_icon = skia::ImageOperations::Resize(
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 232 surface_->Resize(size);
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURL.cpp 683 buffer.Resize(inputLength * 3);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 179 if (!SkBitmapScaler::Resize(&fScaledBitmap,
    [all...]
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 147 image = skia::ImageOperations::Resize(

Completed in 1174 milliseconds

1 2 3 4 5 6 78 910