HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhase (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebCore/rendering/
RenderObject.h 69 enum PaintPhase {
484 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, bool newForceBlackText,
499 PaintPhase phase;
656 int maximalOutlineSize(PaintPhase) const;
    [all...]
RenderBox.h 267 void popContentsClip(PaintInfo&, PaintPhase originalPhase, int tx, int ty);
RenderTable.cpp 489 PaintPhase paintPhase = paintInfo.phase;
491 int os = 2 * maximalOutlineSize(paintPhase);
500 popContentsClip(paintInfo, paintPhase, tx, ty);
505 PaintPhase paintPhase = paintInfo.phase;
506 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
509 if (paintPhase == PaintPhaseMask) {
515 if (paintPhase == PaintPhaseBlockBackground
    [all...]
RenderTableSection.cpp     [all...]
InlineFlowBox.cpp 675 PaintPhase paintPhase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo.phase;
677 childInfo.phase = paintPhase;
681 if (paintPhase != PaintPhaseSelfOutline) {
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 886 void RenderBox::popContentsClip(PaintInfo& paintInfo, PaintPhase originalPhase, int tx, int ty)
    [all...]
RenderObject.cpp     [all...]

Completed in 66 milliseconds