Searched refs:roundedForPainting (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutPoint.h187 inline FloatPoint roundedForPainting(const LayoutPoint& point, float pixelSnappingFactor, bool directionalRoundingToRight = true, bool directionalRoundingToBottom = true) function in namespace:WebCore
H A DLayoutRect.h254 FloatPoint snappedTopRight = roundedForPainting(rect.maxXMinYCorner(), deviceScaleFactor, ltr);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayoutFunctions.cpp82 LayoutPoint adjustedPaintOffset = LayoutPoint(roundedForPainting(paintOffset, flow.document().deviceScaleFactor()));
H A DInlineTextBox.cpp509 FloatPoint adjustedPaintOffset = roundedForPainting(paintOffset, renderer().document().deviceScaleFactor());
H A DRenderBoxModelObject.cpp1077 geometry.setDestOrigin(LayoutPoint(roundedForPainting(geometry.destOrigin(), deviceScaleFactor)));
1079 geometry.setPhase(LayoutPoint(roundedForPainting(geometry.phase(), deviceScaleFactor)));
H A DRenderLayerBacking.cpp822 FloatPoint layerOffset = roundedForPainting(offsetFromParent, deviceScaleFactor);

Completed in 199 milliseconds