HomeSort by relevance Sort by last modified time
    Searched refs:m_size (Results 226 - 250 of 398) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 69 IntSize size() const { return m_size; }
122 IntSize m_size; member in class:WebCore::DrawingBuffer
PODArena.h 168 , m_size(size)
189 if (m_currentOffset + size > m_size)
200 size_t m_size; member in class:WebCore::PODArena::Chunk
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 63 virtual WebSize size() { return m_size; }
126 WebSize m_size; member in class:WebKit::WebPopupMenuImpl
WebPopupMenuImpl.cpp 139 if (m_size == newSize)
141 m_size = newSize;
144 IntRect newGeometry(0, 0, m_size.width, m_size.height);
149 WebRect damagedRect(0, 0, m_size.width, m_size.height);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 78 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
94 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 78 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
94 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
debug_fn_imps.hpp 78 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
94 _GLIBCXX_DEBUG_ASSERT(calc_size == m_size);
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 99 if (m_frames.size() * frameBytes(m_size) > cLargeAnimationCutoff)
109 int deltaBytes = framesCleared * -frameBytes(m_size);
137 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
138 if (frameSize != m_size)
173 m_size = m_source.size();
177 return m_size;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 54 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
58 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
222 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
240 _GLIBCXX_DEBUG_ASSERT(reverse_iterated_num == m_size);
248 debug_base::check_size(m_size);
269 _GLIBCXX_DEBUG_ASSERT(recursive_count(m_p_head->m_p_parent) == m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 54 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
58 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
222 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
240 _GLIBCXX_DEBUG_ASSERT(reverse_iterated_num == m_size);
248 debug_base::check_size(m_size);
269 _GLIBCXX_DEBUG_ASSERT(recursive_count(m_p_head->m_p_parent) == m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
debug_fn_imps.hpp 54 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
58 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
222 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
240 _GLIBCXX_DEBUG_ASSERT(reverse_iterated_num == m_size);
248 debug_base::check_size(m_size);
269 _GLIBCXX_DEBUG_ASSERT(recursive_count(m_p_head->m_p_parent) == m_size);
  /external/opencv/cv/src/
_cvlist.h 76 long m_size; /* The number of elements */ member in struct:_list
117 l->m_size++;\
133 if(l->m_buf_size < l->m_size && l->m_head_free.m_pos == NULL)\
142 element = (element_type*)((char*)l->m_buffer + sizeof(void*)) + l->m_size - 1;\
166 pl->m_size = 0;\
226 l->m_size = 0;\
274 l->m_size--;\
285 l->m_size--;\
343 l->m_size--;\
357 return list->m_size;\
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 276 pointer e_it = m_a_values + m_size;
417 typename Allocator::group_throw_prob_adjustor adjust(m_size);
422 value_vector a_values = s_value_alloc.allocate(m_size + 1);
429 cond_dtor<size_type> cd(a_values, target_it, m_size + 1);
448 reallocate_metadata((node_update* )this, m_size + 1);
450 if (m_size != 0)
452 cond_dtor<size_type> cd1(m_a_values, m_end_it, m_size);
455 ++m_size;
457 m_end_it = m_a_values + m_size;
495 size_type m_size; member in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 276 pointer e_it = m_a_values + m_size;
417 typename Allocator::group_throw_prob_adjustor adjust(m_size);
422 value_vector a_values = s_value_alloc.allocate(m_size + 1);
429 cond_dtor<size_type> cd(a_values, target_it, m_size + 1);
448 reallocate_metadata((node_update* )this, m_size + 1);
450 if (m_size != 0)
452 cond_dtor<size_type> cd1(m_a_values, m_end_it, m_size);
455 ++m_size;
457 m_end_it = m_a_values + m_size;
495 size_type m_size; member in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp 276 pointer e_it = m_a_values + m_size;
417 typename Allocator::group_throw_prob_adjustor adjust(m_size);
422 value_vector a_values = s_value_alloc.allocate(m_size + 1);
429 cond_dtor<size_type> cd(a_values, target_it, m_size + 1);
448 reallocate_metadata((node_update* )this, m_size + 1);
450 if (m_size != 0)
452 cond_dtor<size_type> cd1(m_a_values, m_end_it, m_size);
455 ++m_size;
457 m_end_it = m_a_values + m_size;
495 size_type m_size; member in class:__gnu_pbds::detail::PB_DS_OV_TREE_CLASS_NAME
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 235 , m_size(pattern.length())
676 if (m_size > MAX_PATTERN_SIZE)
716 ASSERT(m_index <= m_size);
717 return m_index == m_size;
722 ASSERT(m_index < m_size);
739 ASSERT(m_index < m_size);
797 unsigned m_size;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 102 , m_size(size)
168 return m_size.height() * m_data.m_bytesPerRow;
209 RefPtr<Image> imageForRendering = BitmapImage::create(cgImage(m_size, m_data));
228 RefPtr<Image> imageForRendering = BitmapImage::create(cgImage(m_size, m_data));
242 image.adoptCF(cgImage(m_size, m_data));
258 return m_data.getData(rect, m_size, m_accelerateRendering, true);
265 return m_data.getData(rect, m_size, m_accelerateRendering, false);
272 m_data.putData(source, sourceSize, sourceRect, destPoint, m_size, m_accelerateRendering, true);
279 m_data.putData(source, sourceSize, sourceRect, destPoint, m_size, m_accelerateRendering, false);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 197 if (size == m_size)
502 FloatPoint layerPosition(m_position.x() + m_anchorPoint.x() * m_size.width(),
503 m_position.y() + m_anchorPoint.y() * m_size.height());
510 IntSize layerSize(m_size.width(), m_size.height());
514 FloatPoint centerPoint(m_size.width() / 2, m_size.height() / 2);
574 m_layer->setPosition(FloatPoint(m_size.width() / 2.0f, m_size.height() / 2.0f));
DrawingBufferChromium.cpp 79 , m_size(-1, -1)
192 desc->fWidth = m_size.width();
193 desc->fHeight = m_size.height();
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 71 , m_size(size)
83 return m_size.width() * m_size.height() * 4;
110 unsigned rows = m_size.height();
111 unsigned columns = m_size.width();
262 return getImageData(rect, m_data, m_size, false);
269 return getImageData(rect, m_data, m_size, true);
309 putImageData(source, sourceRect, destPoint, m_data, m_size, false);
316 putImageData(source, sourceRect, destPoint, m_data, m_size, true);
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 100 , m_size(size)
115 return m_size.width() * m_size.height() * 4;
183 for (int y = 0; y < m_size.height(); ++y) {
185 for (int x = 0; x < m_size.width(); ++x) {
281 return getImageData<Unmultiplied>(rect, m_data, m_size);
286 return getImageData<Premultiplied>(rect, m_data, m_size);
388 putImageData<Unmultiplied>(source, sourceSize, sourceRect, destPoint, m_data, m_size);
393 putImageData<Premultiplied>(source, sourceSize, sourceRect, destPoint, m_data, m_size);
  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 79 return m_size;
173 ++ m_size;
178 ++ m_size;
278 final ObjectIntMap index = new ObjectIntMap (m_size);
299 private int m_size;
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformDataPango.cpp 51 , m_size(fontDescription.computedSize())
132 , m_size(size)
142 , m_size(size)
222 m_size = other.m_size;
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 200 IntSize m_size;
204 IntSize m_size;
263 virtual IntSize size() const { return m_size; }
286 m_size = IntSize(width, height);
354 IntSize m_size;
  /external/webkit/Source/WebCore/dom/
CanvasSurface.cpp 50 : m_size(DefaultWidth, DefaultHeight)
76 m_size = size;
88 if (m_size.isEmpty() || !buffer())

Completed in 1462 milliseconds

1 2 3 4 5 6 7 8 91011>>