Searched refs:Resize (Results 151 - 175 of 182) sorted by relevance

12345678

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs727 Array.Resize(ref state.following, state.following.Length * 2);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs819 Array.Resize(ref state.following, state.following.Length * 2);
/external/chromium_org/chrome/browser/android/
H A Dtab_android.cc671 skia::ImageOperations::Resize(favicon,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_manager.cc469 resize_controller_->Resize(mouse_location);
/external/chromium_org/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc186 // Resize the image to the desired size.
187 SkBitmap resized_bitmap = skia::ImageOperations::Resize(
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura.cc438 scaled_cursor_bitmap_ = skia::ImageOperations::Resize(
H A Dweb_contents_video_capture_device.cc485 scaled_bitmap = skia::ImageOperations::Resize(input, method,
/external/chromium_org/extensions/browser/
H A Dextension_icon_image_unittest.cc45 SkBitmap resized = skia::ImageOperations::Resize(
/external/chromium_org/ui/gfx/
H A Dicon_util.cc76 // Resize this one to the desired size, and insert it.
82 SkBitmap resized_bitmap = skia::ImageOperations::Resize(
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.cc356 const SkBitmap resized = skia::ImageOperations::Resize(
/external/icu/icu4c/source/i18n/
H A Dcollationkeys.cpp75 } else if (Resize(desired_capacity_hint, appended_)) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol.cpp4202 if (appended_ < capacity_ || Resize(1, appended_)) {
4209 if (a2 <= capacity_ || Resize(2, appended_)) {
4227 virtual UBool Resize(int32_t appendCapacity, int32_t length) = 0;
4277 } else if (Resize(desired_capacity_hint, appended_)) {
4294 virtual UBool Resize(int32_t appendCapacity, int32_t length);
4310 FixedSortKeyByteSink::Resize(int32_t /*appendCapacity*/, int32_t /*length*/) { function in class:FixedSortKeyByteSink
4323 virtual UBool Resize(int32_t appendCapacity, int32_t length);
4333 if (Resize(n, length)) {
4339 CollationKeyByteSink::Resize(int32_t appendCapacity, int32_t length) { function in class:CollationKeyByteSink
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1988 sym = symtab->Resize (symtab_load_command.nsyms + m_dysymtab.nindirectsyms + unmapped_local_symbols_found - m_dysymtab.nlocalsym);
2709 sym = symtab->Resize (symtab_load_command.nsyms + m_dysymtab.nindirectsyms);
3482 sym = symtab->Resize (num_syms);
3546 sym = symtab->Resize (num_syms);
3618 sym = symtab->Resize (++num_syms);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc120 SkBitmap sk_icon = skia::ImageOperations::Resize(
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc232 surface_->Resize(size);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURL.cpp683 buffer.Resize(inputLength * 3);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcState.cpp179 if (!SkBitmapScaler::Resize(&fScaledBitmap,
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc147 image = skia::ImageOperations::Resize(
/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc286 TEST_F(TableViewTest, Resize) {
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp548 Symbol *symbols = m_symtab_ap->Resize (num_syms);
/external/lldb/source/Symbol/
H A DSymtab.cpp51 Symtab::Resize(size_t count) function in class:Symtab
/external/lldb/source/Target/
H A DStackFrame.cpp1187 m_variable_list_value_objects.Resize(num_variables);
/external/skia/src/core/
H A DSkBitmapProcState.cpp194 if (!SkBitmapScaler::Resize(&fScaledBitmap,
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc643 TEST_F(RenderWidgetHostTest, Resize) {
750 // Clear the first Resize message that carried screen info.
/external/chromium_org/ui/base/x/
H A Dx11_util.cc400 scaled = skia::ImageOperations::Resize(*cursor_image,

Completed in 722 milliseconds

12345678