HomeSort by relevance Sort by last modified time
    Searched refs:resize (Results 276 - 300 of 872) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/html/canvas/
WebGLGetInfo.cpp 56 m_boolArray.resize(size);
  /external/webkit/Source/WebCore/inspector/front-end/
DOMStorageItemsView.js 78 resize: function()
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.cpp 127 void WKCACFViewLayerTreeHost::resize() function in class:WebCore::WKCACFViewLayerTreeHost
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.cpp 160 m_layerTreeHost->resize();
  /external/webkit/Source/WebCore/platform/text/
RegularExpression.cpp 106 nonReturnedOvector.resize(offsetVectorSize);
TextEncoding.cpp 99 normalizedCharacters.resize(normalizedLength);
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 118 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), resize); member in class:WebCore::SVGElementInstance
SVGPathStringBuilder.cpp 34 m_stringBuilder.resize(size - 1);
  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.cpp 148 m_renderingOutputs.resize(m_outputs.size());
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 135 view.resize(600, 480);
136 webView->resize(view.geometry().size());
141 // Resizing the page will resize and layout the empty "about:blank"
373 view1.resize(webView1.page()->viewportSize());
429 view2.resize(webView2.page()->viewportSize());
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.cpp 104 buffer.resize(size);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 202 m_readBuffer.resize(bytesToRead);
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 239 * Override the Allocation resize. Resizing adapters is not
244 public synchronized void resize(int dimX) { method in class:AllocationAdapter
245 throw new RSInvalidStateException("Resize not allowed for Adapters.");
  /frameworks/base/libs/hwui/
LayerCache.cpp 131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list
291 void resize(size_type __new_size, const _Tp& __x) {
304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 230 SDL_ResizeEvent resize; member in union:SDL_Event
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 230 SDL_ResizeEvent resize; member in union:SDL_Event
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 38 * Contains a resize policy implementation.
185 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 38 * Contains a resize policy implementation.
185 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list
291 void resize(size_type __new_size, const _Tp& __x) {
304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 38 * Contains a resize policy implementation.
185 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 289 void resize(size_type __new_size, const _Tp& __x = _Tp()) { function in class:list
291 void resize(size_type __new_size, const _Tp& __x) {
304 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:list
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 227 SDL_ResizeEvent resize; member in union:__anon25568
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 230 SDL_ResizeEvent resize; member in union:SDL_Event
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 77 ssize_t Assembly::resize(size_t newSize) function in class:android::Assembly

Completed in 2682 milliseconds

<<11121314151617181920>>