Searched refs:commonColor (Results 1 – 1 of 1) sorted by relevance
1700 Color commonColor; in paintTranslucentBorderSides() local1710 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()