Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp620 int yPosition; in calculateBackgroundImageGeometry() local
622 yPosition = bgLayer->yPosition().calcMinValue(rh - scaledImageHeight, true); in calculateBackgroundImageGeometry()
624 yPosition = bgLayer->yPosition().calcMinValue(ph - scaledImageHeight, true); in calculateBackgroundImageGeometry()
627 sy = scaledImageHeight ? scaledImageHeight - (yPosition + top) % scaledImageHeight : 0; in calculateBackgroundImageGeometry()
629 cy += max(yPosition + top, 0); in calculateBackgroundImageGeometry()
630 sy = -min(yPosition + top, 0); in calculateBackgroundImageGeometry()
631 ch = scaledImageHeight + min(yPosition + top, 0); in calculateBackgroundImageGeometry()
DRenderObject.cpp653 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
/external/webkit/WebCore/rendering/style/
DFillLayer.h44 Length yPosition() const { return m_yPosition; } in yPosition() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp3188 HANDLE_BACKGROUND_INHERIT_AND_INITIAL(yPosition, YPosition); in applyProperty()
3195 HANDLE_BACKGROUND_VALUE(yPosition, YPosition, value) in applyProperty()
3200 HANDLE_MASK_INHERIT_AND_INITIAL(yPosition, YPosition); in applyProperty()
3207 HANDLE_MASK_VALUE(yPosition, YPosition, value) in applyProperty()
/external/webkit/WebCore/
DChangeLog-2008-08-1028369 (WebCore::FillLayer::yPosition):