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

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.h 115 void paintBorder(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
117 void paintBoxShadow(GraphicsContext*, int tx, int ty, int w, int h, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bool includeLogicalRightEdge = true);
144 bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
150 const Path*, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias, const Color* overrideColor = 0);
152 const class BorderEdge[], bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false);
154 const class BorderEdge[], BorderEdgeFlags, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false, const Color* overrideColor = 0);
157 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);
581 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true;
    [all...]
InlineFlowBox.h 118 if (!includeLogicalLeftEdge())
130 if (!includeLogicalLeftEdge())
142 if (!includeLogicalLeftEdge())
153 bool includeLogicalLeftEdge() const { return m_includeLogicalLeftEdge; }
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)
80 if (includeLogicalLeftEdge) {
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 125 milliseconds