HomeSort by relevance Sort by last modified time
    Searched full:roundedintsize (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp 34 return roundedIntSize(scaledContainerSize);
SVGImage.cpp 176 IntSize roundedContainerSize = roundedIntSize(containerSize);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp 71 IntSize intTileSize = roundedIntSize(tileRect.size());
FETurbulence.cpp 365 PaintingData paintingData(m_seed, roundedIntSize(filterPrimitiveSubregion().size()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 243 IntSize imageSize(roundedIntSize(clampedAbsoluteTileBoundaries.size()));
252 IntSize unclampedImageSize(roundedIntSize(absoluteTileBoundaries.size()));
RenderSVGImage.cpp 76 m_imageResource->setContainerSizeForRenderer(roundedIntSize(intrinsicSize));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 189 widget = frame->loader().client()->createJavaAppletWidget(roundedIntSize(LayoutSize(contentWidth, contentHeight)), this, baseURL, paramNames, paramValues);
HTMLPlugInElement.cpp 449 IntSize contentSize = roundedIntSize(LayoutSize(renderer->contentWidth(), renderer->contentHeight()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 159 LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
RenderGeometryMap.cpp 112 result = p + roundedIntSize(m_accumulatedOffset);
RenderWidget.cpp 133 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
RenderListBox.cpp 554 IntSize positionOffset = roundedIntSize(destination - absPos);
RenderFlowThread.cpp 415 IntRect regionAbsoluteRect(roundedIntPoint(region->localToAbsolute()), roundedIntSize(region->frameRect().size()));
    [all...]
RenderThemeChromiumMac.mm 584 offsetFromInputRenderer -= roundedIntSize(renderer->offsetFromContainer(containingRenderer, LayoutPoint()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h 170 inline IntSize roundedIntSize(const FloatSize& p)
LayoutSize.h 177 inline IntSize roundedIntSize(const LayoutSize& s)
FloatRect.cpp 254 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));

Completed in 677 milliseconds