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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.h 39 static PassRefPtr<SVGImageForContainer> create(SVGImage* image, const FloatSize& containerSize, float zoom)
41 return adoptRef(new SVGImageForContainer(image, containerSize, zoom));
67 SVGImageForContainer(SVGImage* image, const FloatSize& containerSize, float zoom)
69 , m_containerSize(containerSize)
SVGImageCache.cpp 53 void SVGImageCache::setContainerSizeForRenderer(const ImageResourceClient* client, const IntSize& containerSize, float containerZoom)
56 ASSERT(!containerSize.isEmpty());
59 FloatSize containerSizeWithoutZoom(containerSize);
SVGImage.cpp 140 view->resize(this->containerSize());
148 IntSize SVGImage::containerSize() const
159 IntSize containerSize = renderer->containerSize();
160 if (!containerSize.isEmpty())
161 return containerSize;
184 void SVGImage::drawForContainer(GraphicsContext* context, const FloatSize containerSize, float zoom, const FloatRect& dstRect,
193 IntSize roundedContainerSize = roundedIntSize(containerSize);
201 adjustedSrcSize.scale(roundedContainerSize.width() / containerSize.width(), roundedContainerSize.height() / containerSize.height())
    [all...]
SVGImage.h 82 IntSize containerSize() const;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.h 50 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize& containerSize, float) OVERRIDE { m_containerSize = containerSize; }
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_common.cc 31 configuration.containerSize = SL_PCMSAMPLEFORMAT_FIXED_16;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 58 IntSize containerSize() const { return m_containerSize; }
59 void setContainerSize(const IntSize& containerSize)
64 if (m_containerSize != containerSize)
66 m_containerSize = containerSize;
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResource.cpp 217 void ImageResource::setContainerSizeForRenderer(const ImageResourceClient* renderer, const IntSize& containerSize, float containerZoom)
219 if (containerSize.isEmpty())
224 m_pendingContainerSizeRequests.set(renderer, SizeAndZoom(containerSize, containerZoom));
228 m_image->setContainerSize(containerSize);
232 m_svgImageCache->setContainerSizeForRenderer(renderer, containerSize, containerZoom);
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 166 formatPcmSnk.containerSize = 16;
217 pcm.containerSize = 16;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.cpp 189 IntSize containerSize(containerRect.width(), containerRect.height());
190 if (!containerSize.isEmpty())
191 m_imageResource->setContainerSizeForRenderer(containerSize);
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 179 NSSize containerSize = NSMakeSize(kContentWidth, FLT_MAX);
180 [textContainer setContainerSize:containerSize];
  /external/chromium_org/media/audio/android/
opensles_input.cc 39 format_.containerSize = params.bits_per_sample();
opensles_output.cc 42 format_.containerSize = params.bits_per_sample();
  /external/chromium_org/third_party/polymer/components-chromium/paper-ripple/
paper-ripple-extracted.js 216 wave.containerSize = Math.max(width, height);
291 var translateFraction = Math.min(1, radius / wave.containerSize * 2 / Math.sqrt(2) );
raw-extracted.js 237 var translateFraction = Math.min(1, radius / wave.containerSize * 2 / Math.sqrt(2) );
303 wave.containerSize = Math.max(width, height);
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 386 XAuint32 containerSize;
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 361 SLuint32 containerSize;
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 

Completed in 1713 milliseconds