Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderObject

178 bool InlineFlowBox::onEndChain(RenderObject* endObject)
186 RenderObject* curr = endObject;
187 RenderObject* parent = curr->parent();
199 void InlineFlowBox::determineSpacingForFlowBoxes(bool lastLine, RenderObject* endObject)
624 void InlineFlowBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty)
676 RenderObject::PaintInfo childInfo(paintInfo);
693 void InlineFlowBox::paintFillLayers(const RenderObject::PaintInfo& paintInfo, const Color& c, const FillLayer* fillLayer, int _tx, int _ty, int w, int h, CompositeOperator 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)
741 void InlineFlowBox::paintBoxDecorations(RenderObject::PaintInfo& paintInfo, int tx, int ty)
817 void InlineFlowBox::paintMask(RenderObject::PaintInfo& paintInfo, int tx, int ty)
889 static bool shouldDrawTextDecoration(RenderObject* obj)
891 for (RenderObject* curr = obj->firstChild(); curr; curr = curr->nextSibling()) {
909 void InlineFlowBox::paintTextDecorations(RenderObject::PaintInfo& paintInfo, int tx, int ty, bool paintedChildren)
1062 RenderObject::SelectionState InlineFlowBox::selectionState()
1064 return RenderObject::SelectionNone;