HomeSort by relevance Sort by last modified time
    Searched refs:FillLayer (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebCore/rendering/style/
FillLayer.cpp 23 #include "FillLayer.h"
27 FillLayer::FillLayer(EFillLayerType type)
28 : m_image(FillLayer::initialFillImage(type))
29 , m_xPosition(FillLayer::initialFillXPosition(type))
30 , m_yPosition(FillLayer::initialFillYPosition(type))
31 , m_attachment(FillLayer::initialFillAttachment(type))
32 , m_clip(FillLayer::initialFillClip(type))
33 , m_origin(FillLayer::initialFillOrigin(type))
34 , m_repeatX(FillLayer::initialFillRepeatX(type)
    [all...]
FillLayer.h 62 struct FillLayer : FastAllocBase {
64 FillLayer(EFillLayerType);
65 ~FillLayer();
79 const FillLayer* next() const { return m_next; }
80 FillLayer* next() { return m_next; }
117 void setNext(FillLayer* n) { if (m_next != n) { delete m_next; m_next = n; } }
119 FillLayer& operator=(const FillLayer& o);
120 FillLayer(const FillLayer& o)
    [all...]
StyleBackgroundData.h 29 #include "FillLayer.h"
48 FillLayer m_background;
StyleRareNonInheritedData.h 31 #include "FillLayer.h"
112 FillLayer m_mask;
RenderStyle.h 45 #include "FillLayer.h"
543 FillLayer* accessBackgroundLayers() { return &(background.access()->m_background); }
544 const FillLayer* backgroundLayers() const { return &(background->m_background); }
556 FillLayer* accessMaskLayers() { return &(rareNonInheritedData.access()->m_mask); }
557 const FillLayer* maskLayers() const { return &(rareNonInheritedData->m_mask); }
    [all...]
StyleRareNonInheritedData.cpp 51 , m_mask(FillLayer(MaskFillLayer))
  /external/webkit/WebCore/css/
CSSStyleSelector.h 185 FillLayer m_backgroundData;
224 void mapFillAttachment(FillLayer*, CSSValue*);
225 void mapFillClip(FillLayer*, CSSValue*);
226 void mapFillComposite(FillLayer*, CSSValue*);
227 void mapFillOrigin(FillLayer*, CSSValue*);
228 void mapFillImage(FillLayer*, CSSValue*);
229 void mapFillRepeatX(FillLayer*, CSSValue*);
230 void mapFillRepeatY(FillLayer*, CSSValue*);
231 void mapFillSize(FillLayer*, CSSValue*);
232 void mapFillXPosition(FillLayer*, CSSValue*)
    [all...]
CSSStyleSelector.cpp 156 FillLayer* currChild = m_style->access##LayerType##Layers(); \
157 FillLayer* prevChild = 0; \
158 const FillLayer* currParent = m_parentStyle->layerType##Layers(); \
162 currChild = new FillLayer(LayerType##FillLayer); \
177 FillLayer* currChild = m_style->access##LayerType##Layers(); \
178 currChild->set##Prop(FillLayer::initialFill##Prop(LayerType##FillLayer)); \
187 FillLayer* currChild = m_style->access##LayerType##Layers(); \
188 FillLayer* prevChild = 0;
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.h 93 void paintFillLayerExtended(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, InlineFlowBox* = 0, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
104 void calculateBackgroundImageGeometry(const FillLayer*, int tx, int ty, int w, int h, IntRect& destRect, IntPoint& phase, IntSize& tileSize);
109 IntSize calculateFillTileSize(const FillLayer*, IntSize scaledSize) const;
InlineFlowBox.h 89 void paintFillLayers(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
90 void paintFillLayer(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
RenderTheme.h 68 const BorderData&, const FillLayer&, const Color& backgroundColor);
101 virtual bool isControlStyled(const RenderStyle*, const BorderData&, const FillLayer&, const Color& backgroundColor) const;
RenderBox.h 308 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator op, RenderObject* backgroundObject);
309 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
330 bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
RenderThemeSafari.h 66 const FillLayer&, const Color& backgroundColor) const;
RenderThemeChromiumMac.h 57 const FillLayer&, const Color& backgroundColor) const;
RenderThemeMac.h 53 const FillLayer&, const Color& backgroundColor) const;
RenderBox.cpp 575 const FillLayer* bgLayer = style()->backgroundLayers();
684 const FillLayer* maskLayers = style()->maskLayers();
708 for (const FillLayer* fillLayer = maskLayers->next(); fillLayer; fillLayer = fillLayer->next()) {
709 if (fillLayer->hasImage() && fillLayer->image()->canRender(style()->effectiveZoom())) {
741 for (const FillLayer* maskLayer = style()->maskLayers(); maskLayer; maskLayer = maskLayer->next())
    [all...]
RenderObject.cpp 666 static bool mustRepaintFillLayers(const RenderObject* renderer, const FillLayer* layer)
    [all...]
RenderObject.h 468 void updateFillImages(const FillLayer*, const FillLayer*);
    [all...]
RenderTheme.cpp 60 bool UAHasAppearance, const BorderData& border, const FillLayer& background, const Color& backgroundColor)
596 bool RenderTheme::isControlStyled(const RenderStyle* style, const BorderData& border, const FillLayer& background,
    [all...]
RenderBoxModelObject.cpp 443 void RenderBoxModelObject::paintFillLayerExtended(const PaintInfo& paintInfo, const Color& c, const FillLayer* bgLayer, int tx, int ty, int w, int h, InlineFlowBox* box, CompositeOperator op, RenderObject* backgroundObject)
624 IntSize RenderBoxModelObject::calculateFillTileSize(const FillLayer* fillLayer, IntSize positioningAreaSize) const
626 StyleImage* image = fillLayer->image();
629 EFillSizeType type = fillLayer->size().type;
635 Length layerWidth = fillLayer->size().size.width();
636 Length layerHeight = fillLayer->size().size.height();
678 void RenderBoxModelObject::calculateBackgroundImageGeometry(const FillLayer* fillLayer, int tx, int ty, int w, int h,
687 bool fixedAttachment = fillLayer->attachment() == FixedBackgroundAttachment
    [all...]
InlineFlowBox.cpp 693 void InlineFlowBox::paintFillLayers(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, CompositeOperator op)
695 if (!fillLayer)
697 paintFillLayers(paintInfo, c, fillLayer->next(), _tx, _ty, w, h, op);
698 paintFillLayer(paintInfo, c, fillLayer, _tx, _ty, w, h, op);
701 void InlineFlowBox::paintFillLayer(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int tx, int ty, int w, int h, CompositeOperator op)
703 StyleImage* img = fillLayer->image();
706 boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, tx, ty, w, h, this, op);
725 boxModelObject()->paintFillLayerExtended(paintInfo, c, fillLayer, startX, ty, totalWidth, h, this, op)
    [all...]
RenderTableCell.cpp 842 const FillLayer* bgLayer = backgroundObject->style()->backgroundLayers();
    [all...]
RenderThemeSafari.cpp 249 const FillLayer& background, const Color& backgroundColor) const
    [all...]
  /external/webkit/WebCore/page/animation/
AnimationBase.cpp 403 // Wrapper base class for an animatable property in a FillLayer
412 virtual bool equals(const FillLayer* a, const FillLayer* b) const = 0;
413 virtual void blend(const AnimationBase* anim, FillLayer* dst, const FillLayer* a, const FillLayer* b, double progress) const = 0;
419 FillLayerPropertyWrapperGetter(T (FillLayer::*getter)() const)
424 virtual bool equals(const FillLayer* a, const FillLayer* b) const
436 T (FillLayer::*m_getter)() const
    [all...]
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 89 const FillLayer&, const Color&) const;
152 const FillLayer& background, const Color& backgroundColor) const

Completed in 247 milliseconds

1 2