Home
last modified time | relevance | path

Searched refs:usePath (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGPath.cpp88 Path* usePath; in strokeShape() local
97 usePath = zeroLengthLinecapPath(m_zeroLengthLinecapLocations[i]); in strokeShape()
99 usePath = nonScalingStrokePath(usePath, nonScalingTransform); in strokeShape()
100 context->fillPath(*usePath); in strokeShape()
DRenderSVGShape.cpp88 Path* usePath = m_path.get(); in strokeShape() local
91 usePath = nonScalingStrokePath(usePath, nonScalingStrokeTransform()); in strokeShape()
93 context->strokePath(*usePath); in strokeShape()
104 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); in shapeDependentStrokeContains() local
106 return usePath->strokeContains(nonScalingTransform.mapPoint(point), strokeData); in shapeDependentStrokeContains()
401 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform); in calculateStrokeBoundingBox() local
402 FloatRect strokeBoundingRect = usePath->strokeBoundingRect(strokeData); in calculateStrokeBoundingBox()
/external/chromium_org/third_party/skia/src/gpu/
DSkGpuDevice.cpp622 bool usePath = doStroke && width > 0 && in drawRect() local
627 usePath = true; in drawRect()
629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) { in drawRect()
633 usePath = true; in drawRect()
636 usePath = !fContext->getMatrix().preservesRightAngles(); in drawRect()
642 usePath = true; in drawRect()
645 if (usePath) { in drawRect()
672 bool usePath = !rect.isSimple(); in drawRRect() local
675 usePath = true; in drawRRect()
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) { in drawRRect()
[all …]
/external/skia/src/gpu/
DSkGpuDevice.cpp622 bool usePath = doStroke && width > 0 && in drawRect() local
627 usePath = true; in drawRect()
629 if (!usePath && paint.isAntiAlias() && !fContext->getMatrix().rectStaysRect()) { in drawRect()
633 usePath = true; in drawRect()
636 usePath = !fContext->getMatrix().preservesRightAngles(); in drawRect()
642 usePath = true; in drawRect()
645 if (usePath) { in drawRect()
672 bool usePath = !rect.isSimple(); in drawRRect() local
675 usePath = true; in drawRRect()
678 if (!usePath && !fContext->getMatrix().rectStaysRect()) { in drawRRect()
[all …]
/external/clang/test/Analysis/
Ddead-stores.m106 - (int*)usePath { method
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1662 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSTop].style) || borderWillArcInner… in paintBorderSides() local
1663 …tyle, outerBorder, innerBorder, sideRect, BSTop, BSLeft, BSRight, edges, usePath ? &roundedPath : … in paintBorderSides()
1670 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSBottom].style) || borderWillArcIn… in paintBorderSides() local
1671 …e, outerBorder, innerBorder, sideRect, BSBottom, BSLeft, BSRight, edges, usePath ? &roundedPath : … in paintBorderSides()
1678 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSLeft].style) || borderWillArcInne… in paintBorderSides() local
1679 …yle, outerBorder, innerBorder, sideRect, BSLeft, BSTop, BSBottom, edges, usePath ? &roundedPath : … in paintBorderSides()
1686 …bool usePath = renderRadii && (borderStyleHasInnerDetail(edges[BSRight].style) || borderWillArcInn… in paintBorderSides() local
1687 …le, outerBorder, innerBorder, sideRect, BSRight, BSTop, BSBottom, edges, usePath ? &roundedPath : … in paintBorderSides()