Home
last modified time | relevance | path

Searched refs:xPosition (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp606 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()
DRenderObject.cpp653 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
/external/webkit/WebCore/rendering/style/
DFillLayer.h43 Length xPosition() const { return m_xPosition; } in xPosition() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3187 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/
DChangeLog-2008-08-1028368 (WebCore::FillLayer::xPosition):