Searched refs:contentSize (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DTextureMapperQt.h40 IntRect sourceRect() const { return IntRect(0, 0, contentSize().width(), contentSize().height()); }
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapper.h77 inline IntSize contentSize() const { return m_contentSize; } function in class:WebCore::BitmapTexture
106 drawTexture(texture, IntRect(0, 0, texture.contentSize().width(), texture.contentSize().height()), matrix, opacity, 0);
H A DTextureMapperNode.cpp441 const bool needsReset = (m_texture->contentSize() != m_size) || !m_texture->isValid();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCacheResult.h44 int64 contentSize() const;
H A DCacheResult.cpp68 int64 CacheResult::contentSize() const function in class:android::CacheResult
/external/webkit/Source/WebKit/android/jni/
H A DCacheManager.cpp113 env->SetLongField(javaResult, contentLengthField, result->contentSize());
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview.cpp484 QSize contentSize = webPage->preferredContentsSize(); local
486 contentSize.setWidth(width());
488 contentSize.setHeight(height());
489 if (contentSize != webPage->preferredContentsSize())
490 webPage->setPreferredContentsSize(contentSize);
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp162 const uint32_t contentSize = stream->getLength(); local
163 uint32_t read_buffer_size = contentSize;
175 uint32_t bytes_remaining = contentSize;
/external/skia/src/pdf/
H A DSkPDFDevice.cpp484 static inline SkBitmap makeContentBitmap(const SkISize& contentSize, argument
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, argument
509 : SkDevice(makeContentBitmap(contentSize, &initialTransform)),
511 fContentSize(contentSize),
/external/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp345 IntSize contentSize(renderer->contentWidth(), renderer->contentHeight());
347 RefPtr<Widget> widget = frameLoader->client()->createPlugin(contentSize,
/external/skia/include/pdf/
H A DSkPDFDevice.h45 * @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/
H A DRenderImage.cpp323 IntSize contentSize(cWidth, cHeight);
324 IntRect rect(IntPoint(tx + leftBorder + leftPad, ty + topBorder + topPad), contentSize);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp611 IntSize contentSize = frame->view()->contentsSize(); local
612 if (contentSize == m_viewSize)
615 m_viewSize = contentSize;
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp498 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X")); local
500 &styleOption, contentSize, 0);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds