OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBackgroundRoundedRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h
317
RoundedRect
getBackgroundRoundedRect
(const LayoutRect&, InlineFlowBox*, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,
RenderBoxModelObject.cpp
432
RoundedRect RenderBoxModelObject::
getBackgroundRoundedRect
(const LayoutRect& borderRect, InlineFlowBox* box, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,
496
return
getBackgroundRoundedRect
(shrinkRectByOnePixel(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
501
return
getBackgroundRoundedRect
(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
595
RoundedRect border = isBorderFill ? backgroundRoundedRectAdjustedForBleedAvoidance(context, rect, bleedAvoidance, box, boxSize, includeLeftEdge, includeRightEdge) :
getBackgroundRoundedRect
(rect, box, boxSize.width(), boxSize.height(), includeLeftEdge, includeRightEdge);
[
all
...]
Completed in 57 milliseconds