Home
last modified time | relevance | path

Searched refs:commonColor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1700 Color commonColor; in paintTranslucentBorderSides() local
1710 commonColor = edges[currSide].color; in paintTranslucentBorderSides()
1713 includeEdge = edges[currSide].color == commonColor; in paintTranslucentBorderSides()
1719 … bool useTransparencyLayer = includesAdjacentEdges(commonColorEdgeSet) && commonColor.hasAlpha(); in paintTranslucentBorderSides()
1721 graphicsContext->beginTransparencyLayer(static_cast<float>(commonColor.alpha()) / 255); in paintTranslucentBorderSides()
1722 commonColor = Color(commonColor.red(), commonColor.green(), commonColor.blue()); in paintTranslucentBorderSides()
1725 …EdgeSet, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge, antialias, &commonColor); in paintTranslucentBorderSides()