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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/mac/
UpdateChunk.cpp 43 , m_size(0)
49 , m_size(size())
51 vm_allocate(mach_task_self(), reinterpret_cast<vm_address_t*>(&m_data), m_size, VM_FLAGS_ANYWHERE); local
57 vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), m_size); local
88 chunk.m_size = attachment.size();
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 46 CGContextDrawLayerAtPoint(context, CGPointMake(0, -m_size.height()), m_cgLayer.get());
63 m_cgLayer.adoptCF(CGLayerCreateWithContext(containingWindowContext, NSSizeToCGSize(m_size), 0));
69 CGContextTranslateCTM(layerContext, 0, m_size.height());
74 paintBitmapContext(layerContext, m_bitmapContext.get(), CGPointZero, CGRectMake(0, 0, m_size.width(), m_size.height()));
84 m_bitmapContext.adoptCF(CGBitmapContextCreate(0, m_size.width(), m_size.height(), 8, m_size.width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host));
89 CGContextTranslateCTM(m_bitmapContext.get(), 0, m_size.height());
128 CGContextDrawLayerAtPoint(layerContext, CGPointMake(scrollOffset.width(), -m_size.height() - scrollOffset.height()), m_cgLayer.get())
    [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_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
debug_fn_imps.hpp 50 if (m_a_values == NULL || m_end_it == NULL || m_size == 0)
51 _GLIBCXX_DEBUG_ASSERT(m_a_values == NULL && m_end_it == NULL && m_size == 0);
63 debug_base::check_size(m_size);
66 _GLIBCXX_DEBUG_ASSERT( m_end_it == m_a_values + m_size);
80 _GLIBCXX_DEBUG_ASSERT(iterated_num == m_size);
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 80 : m_location(location), m_size(size) { }
82 : m_location(IntPoint(x, y)), m_size(IntSize(width, height)) { }
87 IntSize size() const { return m_size; }
90 void setSize(const IntSize& size) { m_size = size; }
96 int width() const { return m_size.width(); }
97 int height() const { return m_size.height(); }
101 void setWidth(int width) { m_size.setWidth(width); }
102 void setHeight(int height) { m_size.setHeight(height); }
104 bool isEmpty() const { return m_size.isEmpty(); }
137 IntPoint maxXMinYCorner() const { return IntPoint(m_location.x() + m_size.width(), m_location.y()); } // typically topRigh
208 IntSize m_size; member in class:WebCore::IntRect
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESbuffer.cpp 20 m_size = size;
30 m_conversionManager.addRange(Range(0,m_size));
37 if(offset + size > m_size) return false;
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESbuffer.h 26 GLESbuffer():ObjectData(BUFFER_DATA),m_size(0),m_usage(GL_STATIC_DRAW),m_data(NULL),m_wasBound(false){}
27 GLuint getSize(){return m_size;};
39 GLuint m_size; member in class:GLESbuffer
  /external/webkit/Source/WebCore/html/canvas/
WebGLActiveInfo.h 44 GC3Dint size() const { return m_size; }
50 , m_size(size)
58 GC3Dint m_size; member in class:WebCore::WebGLActiveInfo
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 66 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
67 --base_type::m_size;
69 ++other.m_size;
132 base_type::m_size += other.m_size; member in class:base_type
135 other.m_size = 0;
  /external/webkit/Source/WebCore/html/
ImageData.cpp 45 : m_size(size)
51 : m_size(size)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 56 float size() const { return m_size; }
70 float m_size; member in class:WebCore::FontPlatformData
  /external/webkit/Source/WebCore/platform/graphics/mac/
FloatRectMac.mm 34 FloatRect::FloatRect(const NSRect& r) : m_location(r.origin), m_size(r.size)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
TiledImageOpenVG.h 42 const IntSize& size() const { return m_size; }
59 IntSize m_size; member in class:WebCore::TiledImageOpenVG
TiledImageOpenVG.cpp 31 , m_size(size)
33 , m_numColumns((m_size.width() - 1) / m_maxTileSize.width() + 1)
34 , m_tiles(((m_size.height() - 1) / m_maxTileSize.height() + 1) * m_numColumns, VG_INVALID_HANDLE)
40 , m_size(other.m_size)
53 m_size = other.m_size;
129 ((m_maxTileSize.width() < m_size.width() - x) ? m_maxTileSize.width() : (m_size.width() - x)),
130 ((m_maxTileSize.height() < m_size.height() - y) ? m_maxTileSize.height() : (m_size.height() - y)))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.cpp 46 : m_size(size)
49 ASSERT(!m_size.isEmpty());
58 // ASSERT(m_size == updateInfo.viewSize);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
73 m_size(0),
84 m_size(0),
96 m_size(0),
116 for (size_type i = 0; i < m_size; ++i)
146 std::swap(m_size, other.m_size);
155 for (size_type i = 0; i < m_size; ++i)
insert_fn_imps.hpp 48 std::push_heap(m_a_entries, m_a_entries + m_size,
61 m_a_entries[m_size++] = val;
74 m_a_entries[m_size++] = p_new;
83 m_a_entries[m_size++] = e;
91 if (!resize_policy::resize_needed_for_grow(m_size))
93 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
100 std::copy(m_a_entries, m_a_entries + m_size, a_new_entries);
138 while (i < m_size)
143 const bool smaller_than_left_child = left_child_i < m_size &&
146 const bool smaller_than_right_child = right_child_i < m_size &&
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
73 m_size(0),
84 m_size(0),
96 m_size(0),
116 for (size_type i = 0; i < m_size; ++i)
146 std::swap(m_size, other.m_size);
155 for (size_type i = 0; i < m_size; ++i)
insert_fn_imps.hpp 48 std::push_heap(m_a_entries, m_a_entries + m_size,
61 m_a_entries[m_size++] = val;
74 m_a_entries[m_size++] = p_new;
83 m_a_entries[m_size++] = e;
91 if (!resize_policy::resize_needed_for_grow(m_size))
93 _GLIBCXX_DEBUG_ASSERT(m_size < m_actual_size);
100 std::copy(m_a_entries, m_a_entries + m_size, a_new_entries);
138 while (i < m_size)
143 const bool smaller_than_left_child = left_child_i < m_size &&
146 const bool smaller_than_right_child = right_child_i < m_size &&
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 65 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
73 m_size(0),
84 m_size(0),
96 m_size(0),
116 for (size_type i = 0; i < m_size; ++i)
146 std::swap(m_size, other.m_size);
155 for (size_type i = 0; i < m_size; ++i)
  /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_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_size(0)
86 m_size(0)
89 m_size = other.m_size;
97 m_size = other.m_size;
129 std::swap(m_size, other.m_size);
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 47 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
56 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
68 m_size(0)
86 m_size(0)
89 m_size = other.m_size;
97 m_size = other.m_size;
129 std::swap(m_size, other.m_size);
    [all...]

Completed in 222 milliseconds

1 2 34 5 6 7 8 91011>>