Searched refs:resize (Results 451 - 475 of 849) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DLegacyCACFLayerTreeHost.cpp214 void LegacyCACFLayerTreeHost::resize() function in class:WebCore::LegacyCACFLayerTreeHost
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp243 outputVector.resize(width * height * 4);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCHeadsUpDisplay.cpp98 canvas.resize(hudSize);
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp199 m_backingStore.resize(newWidth * newHeight);
/external/webkit/Source/WebCore/rendering/
H A DFixedTableLayout.cpp87 m_width.resize(nEffCols);
H A DRenderLayer.cpp1636 void RenderLayer::resize(const PlatformMouseEvent& evt, const IntSize& oldOffset) function in class:WebCore::RenderLayer
1647 EResize resize = renderer->style()->resize(); local
1648 if (resize == RESIZE_NONE)
1674 if (resize != RESIZE_VERTICAL && difference.width()) {
1685 if (resize != RESIZE_HORIZONTAL && difference.height()) {
1759 bool hasResizer = renderer()->style()->resize() != RESIZE_NONE;
1768 if (layer->renderer()->style()->resize() == RESIZE_NONE)
2016 // Currently the resize corner is always the bottom right corner
2024 return m_hBar || m_vBar || m_scrollCorner || renderer()->style()->resize() !
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstance.h118 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), resize); member in class:WebCore::SVGElementInstance
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp201 view->resize(size());
/external/webkit/Source/WebCore/webaudio/
H A DRealtimeAnalyser.cpp96 m_magnitudeBuffer.resize(size);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.cpp137 void WebPopupMenuImpl::resize(const WebSize& newSize) function in class:WebKit::WebPopupMenuImpl
H A DWebScrollbarImpl.cpp302 tickmarks.resize(ticks.size());
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp128 virtual void resize(const WebSize&) { } function in class:__anon15383::TestWebWidget
/external/webkit/Tools/MiniBrowser/win/
H A DBrowserWindow.cpp249 buffer.resize(textLength + 1);
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp39 resize(400, 200);
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp33 resize(400, 200);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp711 Orders.resize(1 + AltOrders->size());
784 Orders.resize(Super.Orders.size());
885 RC.SubClasses.resize(RegClasses.size());
1251 // Do not resize after this.
1252 UberSets.resize(UberSetIDs.getNumClasses());
1472 RegUnitSets.resize(RegUnitSets.size() + 1);
1509 RegUnitSets.resize(RegUnitSets.size() + 1);
1532 RegClassUnitSets.resize(NumRegClasses);
/external/webkit/Source/WebCore/platform/
H A DKURL.cpp254 buffer.resize(base.length() + len + 1);
375 strBuffer.resize(len + 1);
473 parseBuffer.resize(base.m_pathEnd + 1 + len + 1);
948 buffer.resize(runLength);
1724 output.resize(decoded.length());
1732 output.resize(pathDecoded.length() + otherDecoded.length());
1767 buffer.resize(m_string.length());
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_file.cc92 // resize could invalidate any iterator captured here.
94 values->resize(original_size + count);
100 values->resize(original_size);
/external/chromium/net/base/
H A Dmime_util.cc448 it->resize(found);
658 target->resize(old_target_size + source->size());
H A Dnet_util.cc266 output->resize(length);
717 out->resize(out->length() + extra_space);
723 out->resize(original_length + output_chars);
733 out->resize(original_length);
1540 filename.resize(0);
1542 filename.resize(++pos);
2101 ip_number->resize(16); // 128 bits.
2108 ip_number->resize(4); // 32 bits.
/external/chromium/net/disk_cache/
H A Dblock_files.cc206 block_files_.resize(kFirstAdditionalBlockFile);
393 block_files_.resize(block_files_.size() + to_add);
/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache_test.cc551 mode_stream_.resize(test_size);
552 verify_stream_.resize(test_size);
/external/clang/lib/Lex/
H A DTokenLexer.cpp475 Buffer.resize(Tok.getLength() + RHS.getLength());
494 Buffer.resize(LHSLen+RHSLen);
/external/e2fsprogs/resize/
H A DMakefile.in9 my_dir = resize
/external/eigen/Eigen/src/Core/
H A DDenseBase.h203 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
204 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
207 void resize(Index size) function in class:Eigen::DenseBase
211 && "DenseBase::resize() does not actually allow to resize.");
213 /** Only plain matrices/arrays, not expressions, may be resized; therefore the only useful resize methods are
214 * Matrix::resize() and Array::resize(). The present method only asserts that the new size equals the old size, and does
217 void resize(Inde function in class:Eigen::DenseBase
[all...]

Completed in 1390 milliseconds

<<11121314151617181920>>