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 87 Path* usePath = m_path.get();
90 usePath = nonScalingStrokePath(usePath, nonScalingStrokeTransform());
92 context->strokePath(*usePath);
103 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
105 return usePath->strokeContains(nonScalingTransform.mapPoint(point), strokeData);
389 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
390 FloatRect strokeBoundingRect = usePath->strokeBoundingRect(strokeData);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 637 bool usePath = doStroke && width > 0 &&
641 usePath = true;
643 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
647 usePath = true;
650 usePath = !fContext->getMatrix().preservesRightAngles();
658 usePath = true;
662 usePath = true;
665 if (usePath) {
686 bool usePath = !rect.isSimple();
689 usePath = true
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 637 bool usePath = doStroke && width > 0 &&
641 usePath = true;
643 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) {
647 usePath = true;
650 usePath = !fContext->getMatrix().preservesRightAngles();
658 usePath = true;
662 usePath = true;
665 if (usePath) {
686 bool usePath = !rect.isSimple();
689 usePath = true
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 652 milliseconds