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

<<111213141516

  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 142 , m_size(size)
208 CGLTexImageIOSurface2D(cgl_ctx, GL_TEXTURE_RECTANGLE_EXT, GL_RGBA8, m_size.width(), m_size.height(), GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, m_ioSurface.get(), 0);
  /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_/
insert_fn_imps.hpp 48 if (m_size == 0)
189 ++m_size;
207 ++m_size;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 48 if (m_size == 0)
189 ++m_size;
207 ++m_size;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
insert_fn_imps.hpp 48 if (m_size == 0)
189 ++m_size;
207 ++m_size;
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 76 const IntSize& size() const { return m_size; }
162 IntSize m_size; member in class:WebCore::HTMLCanvasElement
  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.cpp 92 value->setNumber("size", applicationCacheInfo.m_size);
117 value->setNumber("size", resourceInfo.m_size);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWx.cpp 113 m_size = desc.computedPixelSize();
115 m_size = desc.computedPixelSize();
  /external/webkit/Source/WebCore/platform/mac/
PurgeableBufferMac.cpp 44 , m_size(size)
52 vm_deallocate(mach_task_self(), reinterpret_cast<vm_address_t>(m_data), m_size); local
  /external/webkit/Source/WebKit2/UIProcess/
ChunkedUpdateDrawingAreaProxy.cpp 115 if (viewSize != m_size)
148 m_webPageProxy->process()->deprecatedSend(DrawingAreaLegacyMessage::SetSize, m_webPageProxy->pageID(), CoreIPC::In(m_size));
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 269 QSizeF m_size; member in class:WebCore::GraphicsLayerQtImpl
393 if (!m_layer->drawsContent() || m_size.isEmpty() || !m_size.isValid())
397 const bool requiresTiling = (m_state.drawsContent && m_currentContent.contentType == HTMLContentType) && (m_size.width() > GRAPHICS_LAYER_TILING_THRESHOLD || m_size.height() > GRAPHICS_LAYER_TILING_THRESHOLD);
429 if (pixmap.isNull() || m_size != m_backingStore.size) {
432 qDebug() << "CacheMiss" << this << m_size;
439 if (pixmap.width() < m_size.width() || pixmap.height() < m_size.height()) {
441 qDebug() << "CacheGrow" << this << m_size;
483 qDebug() << "**** CACHEDUMP" << recacheCount << this << m_layer << region << m_size; local
497 qDebug() << "**** CACHEDUMP" << recacheCount << this << m_layer << region << m_size; local
508 qDebug() << "**** CACHEDUMP" << recacheCount << this << m_layer << region << m_size; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 223 if (size == m_size)
516 CGPoint posPoint = CGPointMake(m_position.x() + m_anchorPoint.x() * m_size.width(),
517 m_position.y() + m_anchorPoint.y() * m_size.height());
524 CGRect rect = CGRectMake(0, 0, m_size.width(), m_size.height());
528 CGPoint centerPoint = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f);
532 bool needTiledLayer = requiresTiledLayer(m_size);
598 CGPoint point = CGPointMake(m_size.width() / 2.0f, m_size.height() / 2.0f)
    [all...]
FontPlatformDataWin.cpp 40 , m_size(size)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 58 protected int m_size = 0; field in class:DTMDefaultBase
484 while (identity>=m_size)
486 if (!nextNode() && identity >= m_size)
502 while (identity>=m_size)
505 if (!isMore && identity >= m_size)
526 int info = (identity >= m_size) ? NOTPROCESSED : m_firstch.elementAt(identity);
535 if (identity >= m_size &&!isMore)
558 int info = (identity >= m_size) ? NOTPROCESSED : m_nextsib.elementAt(identity);
567 if (identity >= m_size &&!isMore)
590 if (identity < m_size)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITCode.h 89 return m_ref.m_size;
  /external/webkit/Source/JavaScriptCore/runtime/
ArgList.cpp 47 heapRootMarker.mark(reinterpret_cast<JSValue*>(list->m_buffer), list->m_size);
  /external/webkit/Source/WebCore/platform/brew/
SharedBufferBrew.cpp 67 result->m_size = totalBytesRead;
  /external/webkit/Source/WebCore/platform/graphics/gpu/qt/
DrawingBufferQt.cpp 39 , m_size(-1, -1)
  /external/webkit/Source/WebCore/platform/graphics/gtk/
DrawingBufferGtk.cpp 41 , m_size(-1, -1)
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.h 68 IntSize m_size; member in struct:WebCore::ICOImageDecoder::IconDirectoryEntry
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 119 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
120 --m_size;
136 m_size = 0;
298 if (m_size == 1)
split_fn_imps.hpp 73 other.m_size = std::distance(other.PB_DS_CLASS_C_DEC::begin(),
75 m_size -= other.m_size;
86 if (m_size == 0)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 61 if (base_type::m_size == 0)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp 119 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
120 --m_size;
136 m_size = 0;
298 if (m_size == 1)
split_fn_imps.hpp 73 other.m_size = std::distance(other.PB_DS_CLASS_C_DEC::begin(),
75 m_size -= other.m_size;
86 if (m_size == 0)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
insert_fn_imps.hpp 61 if (base_type::m_size == 0)

Completed in 1103 milliseconds

<<111213141516