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 82 Path* usePath = m_path.get();
85 usePath = nonScalingStrokePath(usePath, nonScalingStrokeTransform());
87 context->strokePath(*usePath);
98 Path* usePath = nonScalingStrokePath(m_path.get(), nonScalingTransform);
100 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 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/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/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 1655 milliseconds