HomeSort by relevance Sort by last modified time
    Searched refs:contentSize (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapper.h 77 inline IntSize contentSize() const { return m_contentSize; }
106 drawTexture(texture, IntRect(0, 0, texture.contentSize().width(), texture.contentSize().height()), matrix, opacity, 0);
TextureMapperNode.cpp 441 const bool needsReset = (m_texture->contentSize() != m_size) || !m_texture->isValid();
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.h 40 IntRect sourceRect() const { return IntRect(0, 0, contentSize().width(), contentSize().height()); }
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 43 public long contentSize;
65 .append("_size").append(contentSize).append(", ")
  /external/webkit/Source/WebKit/android/WebCoreSupport/
CacheResult.h 44 int64 contentSize() const;
CacheResult.cpp 68 int64 CacheResult::contentSize() const
  /frameworks/base/media/libstagefright/include/
ChromiumHTTPDataSource.h 108 int64_t contentSize, const char *contentType);
  /frameworks/base/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 111 int64_t contentSize, const char *contentType) {
114 mContentSize = (contentSize < 0) ? -1 : contentSize + mCurrentOffset;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FilmStripView.java 57 // contentSize | | thumbSize
68 int topMargin, int midMargin, int bottomMargin, int contentSize,
73 mContentSize = contentSize;
  /external/skia/src/images/
SkImageDecoder_libwebp.cpp 161 const uint32_t contentSize = stream->getLength();
162 uint32_t read_buffer_size = contentSize;
174 uint32_t bytes_remaining = contentSize;
  /external/skia/include/pdf/
SkPDFDevice.h 57 * @param contentSize The content size of the page in points. This will be
73 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 114 env->SetLongField(javaResult, contentLengthField, result->contentSize());
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 484 QSize contentSize = webPage->preferredContentsSize();
486 contentSize.setWidth(width());
488 contentSize.setHeight(height());
489 if (contentSize != webPage->preferredContentsSize())
490 webPage->setPreferredContentsSize(contentSize);
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 492 static inline SkBitmap makeContentBitmap(const SkISize& contentSize,
499 drawingSize.set(contentSize.fWidth, contentSize.fHeight);
506 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
507 abs(contentSize.fHeight));
513 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
515 : SkDevice(NULL, makeContentBitmap(contentSize, &initialTransform), false),
517 fContentSize(contentSize),
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 345 IntSize contentSize(renderer->contentWidth(), renderer->contentHeight());
347 RefPtr<Widget> widget = frameLoader->client()->createPlugin(contentSize,
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 323 IntSize contentSize(cWidth, cHeight);
324 IntRect rect(IntPoint(tx + leftBorder + leftPad, ty + topBorder + topPad), contentSize);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 611 IntSize contentSize = frame->view()->contentsSize();
612 if (contentSize == m_viewSize)
615 m_viewSize = contentSize;
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 498 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
500 &styleOption, contentSize, 0);
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 729 milliseconds