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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGPath.cpp 88 Path* usePath;
97 usePath = zeroLengthLinecapPath(m_zeroLengthLinecapLocations[i]);
99 usePath = nonScalingStrokePath(usePath, nonScalingTransform);
100 context->fillPath(*usePath);
RenderSVGShape.cpp 81 Path* usePath = m_path.get();
84 usePath = nonScalingStrokePath(usePath, nonScalingStrokeTransform());
86 context->strokePath(*usePath);
97 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
99 return usePath->strokeContains(nonScalingTransform.mapPoint(point), strokeData);
391 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
392 FloatRect strokeBoundingRect = usePath->strokeBoundingRect(strokeData);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 402 bool usePath = doStroke && width > 0 &&
408 usePath = true;
411 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
415 usePath = true;
418 usePath = !fContext->getMatrix().preservesRightAngles();
424 usePath = true;
430 if (!usePath && pe && !strokeInfo.isDashed()) {
431 usePath = true;
434 if (usePath) {
488 bool usePath = false
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 436 bool usePath = doStroke && width > 0 &&
442 usePath = true;
445 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
449 usePath = true;
452 usePath = !fContext->getMatrix().preservesRightAngles();
458 usePath = true;
464 if (!usePath && NULL != pe && !strokeInfo.isDashed()) {
465 usePath = true;
468 if (usePath) {
521 bool usePath = false
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp     [all...]

Completed in 572 milliseconds