HomeSort by relevance Sort by last modified time
    Searched refs:isStroked (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerPattern.cpp 104 bool isStroked = (type & ApplyToStrokeTargetType) && svgStyle->hasStroke();
106 ASSERT((isFilled && !isStroked) || (!isFilled && isStroked));
150 if (isStroked) {
SVGPaintServerGradient.cpp 198 bool isStroked = (type & ApplyToStrokeTargetType) && svgStyle->hasStroke();
200 ASSERT((isFilled && !isStroked) || (!isFilled && isStroked));
219 if (isStroked) {
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 553 bool isStroked = info.strokeServerMap.contains(decoration);
555 if (!isFilled && !isStroked)
580 if (isStroked) {

Completed in 429 milliseconds