Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp1439 bool useTransparencyLayer = outlineColor.hasAlpha(); in paintOutline() local
1440 if (useTransparencyLayer) { in paintOutline()
1448 if (useTransparencyLayer) in paintOutline()
DRenderObject.cpp1220 bool useTransparencyLayer = outlineColor.hasAlpha(); in paintOutline() local
1221 if (useTransparencyLayer) { in paintOutline()
1249 if (useTransparencyLayer) in paintOutline()
DRenderBoxModelObject.cpp1719 … bool useTransparencyLayer = includesAdjacentEdges(commonColorEdgeSet) && commonColor.hasAlpha(); in paintTranslucentBorderSides() local
1720 if (useTransparencyLayer) { in paintTranslucentBorderSides()
1727 if (useTransparencyLayer) in paintTranslucentBorderSides()