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

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 119 void paintBorder(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
121 void paintBoxShadow(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
148 bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
154 const Path*, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor = 0);
156 const class BorderEdge[], bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false);
158 const class BorderEdge[], BorderEdgeFlags, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false, const Color* overrideColor = 0);
161 Color, EBorderStyle, bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
RenderBoxModelObject.cpp 563 bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
565 RoundedIntRect border = style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
567 RoundedIntRect segmentBorder = style()->getRoundedBorderFor(IntRect(0, 0, inlineBoxWidth, inlineBoxHeight), includeLogicalLeftEdge, includeLogicalRightEdge);
582 bool includeRightEdge = box ? box->includeLogicalRightEdge() : true;
    [all...]
InlineFlowBox.h 124 if (!includeLogicalRightEdge())
136 if (!includeLogicalRightEdge())
148 if (!includeLogicalRightEdge())
154 bool includeLogicalRightEdge() const { return m_includeLogicalRightEdge; }
InlineFlowBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.cpp 78 void RoundedIntRect::Radii::includeLogicalEdges(const RoundedIntRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
88 if (includeLogicalRightEdge) {
133 void RoundedIntRect::includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
135 m_radii.includeLogicalEdges(edges, isHorizontal, includeLogicalLeftEdge, includeLogicalRightEdge);
RoundedIntRect.h 59 void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
93 void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]

Completed in 72 milliseconds