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

1 2

  /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/av/media/libstagefright/include/
ChromiumHTTPDataSource.h 108 int64_t contentSize, const char *contentType);
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 111 int64_t contentSize, const char *contentType) {
121 mContentSize = (contentSize < 0) ? -1 : contentSize + mCurrentOffset;
  /external/webkit/Source/WebKit/android/jni/
CacheManager.cpp 113 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/images/
SkImageDecoder_libwebp.cpp 162 const uint32_t contentSize = stream->getLength();
163 uint32_t read_buffer_size = contentSize;
175 uint32_t bytes_remaining = contentSize;
  /external/skia/src/pdf/
SkPDFDevice.cpp 484 static inline SkBitmap makeContentBitmap(const SkISize& contentSize,
491 drawingSize.set(SkIntToScalar(contentSize.fWidth),
492 SkIntToScalar(contentSize.fHeight));
499 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
500 abs(contentSize.fHeight));
507 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
509 : SkDevice(makeContentBitmap(contentSize, &initialTransform)),
511 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/skia/include/pdf/
SkPDFDevice.h 45 * @param contentSize The content size of the page in points. This will be
61 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& 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...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1524 milliseconds

1 2