Searched refs:contentSize (Results 26 - 44 of 44) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java380 long contentSize = 0; field in class:DefaultMp4Builder.InterleaveChunkMdat
390 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { argument
413 contentSize += s.limit();
444 return 16 + contentSize;
447 private boolean isSmallBox(long contentSize) { argument
448 return (contentSize + 8) < 4294967296L;
H A DFragmentedMp4Builder.java230 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException {
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp65 const uint32_t contentSize = stream->getLength(); local
67 const uint32_t read_bytes = (contentSize < WEBP_VP8_HEADER_SIZE) ?
68 contentSize : WEBP_VP8_HEADER_SIZE;
175 const uint32_t contentSize = stream->getLength(); local
176 const uint32_t read_buffer_size = (contentSize < WEBP_IDECODE_BUFFER_SZ) ?
177 contentSize : WEBP_IDECODE_BUFFER_SZ;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoFile.java76 public void parse(ReadableByteChannel inFC, ByteBuffer header, long contentSize, AbstractBoxParser abstractBoxParser) throws IOException { argument
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCacheResult.cpp68 int64 CacheResult::contentSize() const function in class:android::CacheResult
/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/pdf/
H A DSkPDFDevice.cpp548 static inline SkBitmap makeContentBitmap(const SkISize& contentSize, argument
555 drawingSize.set(SkIntToScalar(contentSize.fWidth),
556 SkIntToScalar(contentSize.fHeight));
567 bitmap.setConfig(SkBitmap::kNo_Config, abs(contentSize.fWidth),
568 abs(contentSize.fHeight));
575 SkPDFDevice::SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize, argument
577 : SkDevice(makeContentBitmap(contentSize, &initialTransform)),
579 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.h46 * @param contentSize The content size of the page in points. This will be
62 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/skia/gm/
H A Dgmmain.cpp470 SkISize contentSize = local
473 dev = new SkPDFDevice(pageSize, contentSize, initialTransform);
/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/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp441 const bool needsReset = (m_texture->contentSize() != m_size) || !m_texture->isValid();
/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 814 milliseconds

12