Searched refs:xPosition (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 606 int xPosition; in calculateBackgroundImageGeometry() local 608 xPosition = bgLayer->xPosition().calcMinValue(rw - scaledImageWidth, true); in calculateBackgroundImageGeometry() 610 xPosition = bgLayer->xPosition().calcMinValue(pw - scaledImageWidth, true); in calculateBackgroundImageGeometry() 613 sx = scaledImageWidth ? scaledImageWidth - (xPosition + left) % scaledImageWidth : 0; in calculateBackgroundImageGeometry() 615 cx += max(xPosition + left, 0); in calculateBackgroundImageGeometry() 616 sx = -min(xPosition + left, 0); in calculateBackgroundImageGeometry() 617 cw = scaledImageWidth + min(xPosition + left, 0); in calculateBackgroundImageGeometry()
|
D | RenderObject.cpp | 653 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
|
/external/webkit/WebCore/rendering/style/ |
D | FillLayer.h | 43 Length xPosition() const { return m_xPosition; } in xPosition() function
|
/external/webkit/WebCore/css/ |
D | CSSStyleSelector.cpp | 3187 HANDLE_BACKGROUND_INHERIT_AND_INITIAL(xPosition, XPosition); in applyProperty() 3191 HANDLE_BACKGROUND_VALUE(xPosition, XPosition, value) in applyProperty() 3199 HANDLE_MASK_INHERIT_AND_INITIAL(xPosition, XPosition); in applyProperty() 3203 HANDLE_MASK_VALUE(xPosition, XPosition, value) in applyProperty()
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 28368 (WebCore::FillLayer::xPosition):
|