Home
last modified time | relevance | path

Searched refs:fillLayer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp781 IntSize RenderBoxModelObject::calculateFillTileSize(const FillLayer* fillLayer, IntSize positioning… in calculateFillTileSize() argument
783 StyleImage* image = fillLayer->image(); in calculateFillTileSize()
786 EFillSizeType type = fillLayer->size().type; in calculateFillTileSize()
793 Length layerWidth = fillLayer->size().size.width(); in calculateFillTileSize()
794 Length layerHeight = fillLayer->size().size.height(); in calculateFillTileSize()
842 void RenderBoxModelObject::calculateBackgroundImageGeometry(const FillLayer* fillLayer, int tx, int… in calculateBackgroundImageGeometry() argument
851 bool fixedAttachment = fillLayer->attachment() == FixedBackgroundAttachment; in calculateBackgroundImageGeometry()
869 if (fillLayer->origin() != BorderFillBox) { in calculateBackgroundImageGeometry()
874 if (fillLayer->origin() == ContentFillBox) { in calculateBackgroundImageGeometry()
896 tileSize = calculateFillTileSize(fillLayer, positioningAreaSize); in calculateBackgroundImageGeometry()
[all …]
DInlineFlowBox.cpp1019 …FillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _t… in paintFillLayers() argument
1021 if (!fillLayer) in paintFillLayers()
1023 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op); in paintFillLayers()
1024 paintFillLayer(paintInfo, c, fillLayer, _tx, _ty, w, h, op); in paintFillLayers()
1027 …tFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty,… in paintFillLayer() argument
1029 StyleImage* img = fillLayer->image(); in paintFillLayer()
1032 … boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, tx, ty, w, h, this, w, h, op); in paintFillLayer()
1061 …boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, stripX, stripY, stripWidth, stri… in paintFillLayer()
DRenderBox.cpp918 … for (const FillLayer* fillLayer = maskLayers->next(); fillLayer; fillLayer = fillLayer->next()) { in paintMaskImages() local
919 … if (fillLayer->hasImage() && fillLayer->image()->canRender(style()->effectiveZoom())) { in paintMaskImages()
963 …FillLayers(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty,… in paintFillLayers() argument
965 if (!fillLayer) in paintFillLayers()
968 paintFillLayers(paintInfo, c, fillLayer->next(), tx, ty, width, height, op, backgroundObject); in paintFillLayers()
969 paintFillLayer(paintInfo, c, fillLayer, tx, ty, width, height, op, backgroundObject); in paintFillLayers()
972 …tFillLayer(const PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty,… in paintFillLayer() argument
974 …paintFillLayerExtended(paintInfo, c, fillLayer, tx, ty, width, height, 0, 0, 0, op, backgroundObje… in paintFillLayer()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2964398 fillLayer->repeatX() == RepeatFill