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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/platform/
PurgeableBuffer.h 44 size_t size() const { return m_size; }
58 size_t m_size; member in class:WebCore::PurgeableBuffer
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 52 for (size_type i = 0; i < m_size; ++i)
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 57 m_size(0)
68 m_size(0)
83 m_size(0)
86 m_size = other.m_size;
129 std::swap(m_size, other.m_size);
149 m_size = 0;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 52 for (size_type i = 0; i < m_size; ++i)
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 57 m_size(0)
68 m_size(0)
83 m_size(0)
86 m_size = other.m_size;
129 std::swap(m_size, other.m_size);
149 m_size = 0;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
trace_fn_imps.hpp 52 for (size_type i = 0; i < m_size; ++i)
57 std::cerr << "size = " << m_size << " " << "actual_size = " << m_actual_size << std::endl;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 57 m_size(0)
68 m_size(0)
83 m_size(0)
86 m_size = other.m_size;
129 std::swap(m_size, other.m_size);
149 m_size = 0;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESpointer.cpp 19 GLESpointer::GLESpointer():m_size(4),
36 return m_size;
85 m_size = size;
96 m_size = size;
  /external/webkit/Source/JavaScriptCore/assembler/
RepatchBuffer.h 50 m_size = code.size();
52 ExecutableAllocator::makeWritable(m_start, m_size);
57 ExecutableAllocator::makeExecutable(m_start, m_size);
122 size_t m_size; member in class:JSC::RepatchBuffer
  /external/webkit/Source/WebCore/platform/graphics/skia/
IntRectSkia.cpp 53 , m_size(r.width(), r.height())
  /external/webkit/Source/WebKit/chromium/tests/
DragImageTest.cpp 53 , m_size(size)
68 return m_size;
73 if (m_size.isZero())
97 IntSize m_size; member in class:__anon13498::TestImage
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 67 WebCore::IntSize m_size; member in class:WebKit::ShareableBitmap::Handle
88 const WebCore::IntSize& size() const { return m_size; }
122 size_t sizeInBytes() const { return numBytesForSize(m_size); }
124 WebCore::IntSize m_size; member in class:WebKit::ShareableBitmap
WebData.h 71 size_t size() const { return m_size; }
76 , m_size(size)
91 size_t m_size; member in class:WebKit::WebData
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
56 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
57 --m_size;
103 _GLIBCXX_DEBUG_ASSERT(count == m_size);
  /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_/
split_join_fn_imps.hpp 49 if (m_size == 0)
72 if (m_size == 1)
104 if (other.m_size == 0)
107 if (m_size == 0)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
56 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
57 --m_size;
103 _GLIBCXX_DEBUG_ASSERT(count == m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 49 if (m_size == 0)
72 if (m_size == 1)
104 if (other.m_size == 0)
107 if (m_size == 0)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(m_size == 0);
56 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
57 --m_size;
103 _GLIBCXX_DEBUG_ASSERT(count == m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 49 if (m_size == 0)
72 if (m_size == 1)
104 if (other.m_size == 0)
107 if (m_size == 0)
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.h 69 unsigned fiberCount() { return m_size; }
82 , m_size(fiberCount)
91 unsigned m_size; member in class:JSC::RopeImpl
  /external/webkit/Source/WebCore/platform/cf/
SharedBufferCF.cpp 36 : m_size(0)
82 ASSERT(!m_size);
99 m_size += CFDataGetLength(data);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.cpp 53 return m_token && size == m_size && format == m_format && m_textureManager->hasTexture(m_token);
61 if (size == m_size && format == m_format && m_textureManager->hasTexture(m_token))
66 m_size = size;
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformDataFreeType.cpp 118 , m_size(fontDescription.computedPixelSize())
141 , m_size(size)
152 , m_size(size)
172 m_size = other.m_size;
204 m_size = size;
231 && m_scaledFont == other.m_scaledFont && m_size == other.m_size
251 cairo_matrix_init_scale(&fontMatrix, m_size, m_size);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 46 m_size = IntSize(bmpInfo.bmWidth, bmpInfo.bmHeight);
67 info.biWidth = m_size.width();
68 info.biHeight = m_size.height();
  /external/webkit/Source/WebKit2/Platform/
SharedMemory.h 76 size_t m_size; member in class:WebKit::SharedMemory::Handle
93 size_t size() const { return m_size; }
100 size_t m_size; member in class:WebKit::SharedMemory

Completed in 430 milliseconds

1 2 3 4 5 67 8 91011>>