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

1 2 3 4 5 6 78 91011>>

  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 192 view->resize(size());
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 212 // Build our View system, resize it to the given dimensions and release our
220 frameView->resize(width, height);
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 85 virtual void resize(const WebSize&);
  /external/webkit/WebKit/win/
WebDownload.cpp 254 footerBuffer.resize(footerLength);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 39 resize(400, 200);
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 287 status_t resize(int newNumBuffers);
  /frameworks/base/services/surfaceflinger/
Layer.h 177 // resize the number of active buffers
178 status_t resize(size_t size);
  /ndk/sources/android/stlport/stlport/stl/
_hash_map.h 223 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_map
409 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multimap
_hash_set.h 218 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_set
400 void resize(size_type __hint) { _M_ht.resize(__hint); } function in class:hash_multiset
_list.c 95 void list<_Tp, _Alloc>::resize(size_type __new_size, const _Tp& __x) { function in class:_Alloc
_list.h 536 void resize(size_type __new_size, const_reference __x = value_type());
538 void resize(size_type __new_size, const_reference __x);
539 void resize(size_type __new_size) function in class:list
540 { this->resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) { function in class:_Alloc
_slist.h 682 void resize(size_type new_size, const value_type& __x = _Tp());
684 void resize(size_type new_size, const value_type& __x);
688 void resize(size_type new_size) { resize(new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:slist
_vector.h 636 void resize(size_type __new_size, const _Tp& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp)) { function in class:vector
638 void resize(size_type __new_size, const _Tp& __x) {
647 void resize(size_type __new_size) { resize(__new_size, _STLP_DEFAULT_CONSTRUCTED(_Tp)); } function in class:vector
  /external/webkit/WebCore/platform/
KURL.cpp 253 buffer.resize(base.length() + len + 1);
360 strBuffer.resize(len + 1);
458 parseBuffer.resize(base.m_pathEnd + 1 + len + 1);
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 815 } else if (!strcmp(token, "resize")) {
816 unsigned long resize, bpg, rsv_groups; local
827 resize = parse_num_blocks(arg,
830 if (resize == 0) {
832 _("Invalid resize parameter: %s\n"),
837 if (resize <= param->s_blocks_count) {
839 _("The resize maximum must be greater "
854 rsv_groups = ext2fs_div_ceil(resize, bpg);
887 "\tresize=<resize maximum size in blocks>\n\n"
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 68 if(remainingCapacity<2 && !resize(2, errorCode)) {
92 if(remainingCapacity<length && !resize(length, errorCode)) {
126 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
147 if(remainingCapacity<length && !resize(length, errorCode)) {
176 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) { function in class:ReorderingBuffer
    [all...]
normalizer2impl.h 128 if(remainingCapacity==0 && !resize(1, errorCode)) {
176 UBool resize(int32_t appendLength, UErrorCode &errorCode);
  /external/webkit/WebCore/rendering/
RenderLayer.cpp 1444 void RenderLayer::resize(const PlatformMouseEvent& evt, const IntSize& oldOffset) function in class:WebCore::RenderLayer
1455 EResize resize = renderer->style()->resize(); local
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
addrcache_test.cc 551 mode_stream_.resize(test_size);
552 verify_stream_.resize(test_size);
  /external/chromium/third_party/icu/source/common/
dictbe.cpp 515 // resize without copy
516 void resize(size_t size) { function in class:AutoBuffer
584 charPositions.resize(normalizedString.length() + 1);
  /external/e2fsprogs/resize/
Makefile.in 9 my_dir = resize
  /external/protobuf/src/google/protobuf/
unknown_field_set_unittest.cc 186 slow_buffer.resize(size);
187 fast_buffer.resize(size);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 299 state_.resize(order_.size(), kNoStateId);
558 queues_.resize(nscc);
  /external/webkit/JavaScriptCore/
jsc.cpp 547 buffer.resize(bufferCapacity);
553 buffer.resize(bufferCapacity);

Completed in 717 milliseconds

1 2 3 4 5 6 78 91011>>