OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roundedIntSize
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp
33
return
roundedIntSize
(scaledContainerSize);
SVGImage.cpp
193
IntSize roundedContainerSize =
roundedIntSize
(containerSize);
/external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp
106
IntPoint parentLineEnd = this->convertFromContainingWindow(flooredPoint +
roundedIntSize
(windowFraction.scaledBy(kFactor)));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp
220
IntSize imageSize(
roundedIntSize
(clampedAbsoluteTileBoundaries.size()));
229
IntSize unclampedImageSize(
roundedIntSize
(absoluteTileBoundaries.size()));
RenderSVGImage.cpp
104
newViewportSize =
roundedIntSize
(intrinsicSize);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp
185
LayoutSize scaledLayoutSize = currentTransform.mapSize(
roundedIntSize
(layoutSize));
RenderWidget.cpp
111
return IntRect(roundedIntPoint(rect.location()),
roundedIntSize
(rect.size()));
RenderLayerClipper.cpp
217
backgroundRect.move(
roundedIntSize
(context.subPixelAccumulation));
RenderThemeChromiumMac.mm
562
offsetFromInputRenderer -=
roundedIntSize
(renderer->offsetFromContainer(containingRenderer, LayoutPoint()));
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h
177
inline IntSize
roundedIntSize
(const FloatSize& p)
LayoutSize.h
180
inline IntSize
roundedIntSize
(const LayoutSize& s)
FloatRect.cpp
248
return IntRect(roundedIntPoint(rect.location()),
roundedIntSize
(rect.size()));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETile.cpp
73
IntSize intTileSize =
roundedIntSize
(tileRect.size());
FETurbulence.cpp
365
PaintingData paintingData(m_seed,
roundedIntSize
(filterPrimitiveSubregion().size()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp
121
const IntSize& imageSize = m_renderer.calculateImageIntrinsicDimensions(styleImage,
roundedIntSize
(m_referenceBoxLogicalSize), RenderImage::ScaleByEffectiveZoom);
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp
[
all
...]
Completed in 284 milliseconds