Searched refs:alphaAboveThreshold (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp202 bool alphaAboveThreshold = alpha > alphaPixelThreshold; local
203 if (startX == -1 && alphaAboveThreshold) {
205 } else if (startX != -1 && (!alphaAboveThreshold || x == imageRect.width() - 1)) {
206 int endX = alphaAboveThreshold ? x + 1 : x;

Completed in 454 milliseconds