m_shape            40 Source/core/animation/AnimatableShapeValue.cpp     if (m_shape->type() != ShapeValue::Shape
m_shape            41 Source/core/animation/AnimatableShapeValue.cpp         || shapeValue->m_shape->type() != ShapeValue::Shape
m_shape            42 Source/core/animation/AnimatableShapeValue.cpp         || m_shape->cssBox() != shapeValue->m_shape->cssBox())
m_shape            45 Source/core/animation/AnimatableShapeValue.cpp     const BasicShape* fromShape = this->m_shape->shape();
m_shape            46 Source/core/animation/AnimatableShapeValue.cpp     const BasicShape* toShape = shapeValue->m_shape->shape();
m_shape            57 Source/core/animation/AnimatableShapeValue.cpp     const BasicShape* fromShape = this->m_shape->shape();
m_shape            58 Source/core/animation/AnimatableShapeValue.cpp     const BasicShape* toShape = shapeValue->m_shape->shape();
m_shape            59 Source/core/animation/AnimatableShapeValue.cpp     return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get());
m_shape            64 Source/core/animation/AnimatableShapeValue.cpp     const ShapeValue* shape = toAnimatableShapeValue(value)->m_shape.get();
m_shape            65 Source/core/animation/AnimatableShapeValue.cpp     return m_shape == shape || (m_shape && shape && *m_shape == *shape);
m_shape            46 Source/core/animation/AnimatableShapeValue.h     ShapeValue* shapeValue() const { return m_shape.get(); }
m_shape            56 Source/core/animation/AnimatableShapeValue.h         : m_shape(shape)
m_shape            58 Source/core/animation/AnimatableShapeValue.h         ASSERT(m_shape);
m_shape            63 Source/core/animation/AnimatableShapeValue.h     RefPtr<ShapeValue> m_shape;
m_shape           808 Source/core/css/CSSGradientValue.cpp         if (m_shape || m_sizingBehavior) {
m_shape           810 Source/core/css/CSSGradientValue.cpp             if (m_shape) {
m_shape           811 Source/core/css/CSSGradientValue.cpp                 result.append(m_shape->cssText());
m_shape           847 Source/core/css/CSSGradientValue.cpp         if (m_shape && m_shape->getValueID() != CSSValueEllipse && (m_sizingBehavior || (!m_sizingBehavior && !m_endHorizontalSize))) {
m_shape          1028 Source/core/css/CSSGradientValue.cpp         if ((m_shape && m_shape->getValueID() == CSSValueCircle)
m_shape          1029 Source/core/css/CSSGradientValue.cpp             || (!m_shape && !m_sizingBehavior && m_endHorizontalSize && !m_endVerticalSize))
m_shape          1167 Source/core/css/CSSGradientValue.cpp     if (m_shape)
m_shape          1168 Source/core/css/CSSGradientValue.cpp         equalShape = compareCSSValuePtr(m_shape, other.m_shape);
m_shape          1174 Source/core/css/CSSGradientValue.cpp         equalShape = !other.m_shape;
m_shape          1185 Source/core/css/CSSGradientValue.cpp     visitor->trace(m_shape);
m_shape           221 Source/core/css/CSSGradientValue.h     void setShape(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> val) { m_shape = val; }
m_shape           244 Source/core/css/CSSGradientValue.h         , m_shape(other.m_shape)
m_shape           260 Source/core/css/CSSGradientValue.h     RefPtrWillBeMember<CSSPrimitiveValue> m_shape;
m_shape            58 Source/core/html/HTMLAreaElement.cpp             m_shape = Default;
m_shape            60 Source/core/html/HTMLAreaElement.cpp             m_shape = Circle;
m_shape            62 Source/core/html/HTMLAreaElement.cpp             m_shape = Poly;
m_shape            64 Source/core/html/HTMLAreaElement.cpp             m_shape = Rect;
m_shape           105 Source/core/html/HTMLAreaElement.cpp     if (m_shape == Default)
m_shape           127 Source/core/html/HTMLAreaElement.cpp     if (m_coords.isEmpty() && m_shape != Default)
m_shape           134 Source/core/html/HTMLAreaElement.cpp     Shape shape = m_shape;
m_shape            39 Source/core/html/HTMLAreaElement.h     bool isDefault() const { return m_shape == Default; }
m_shape            67 Source/core/html/HTMLAreaElement.h     Shape m_shape;
m_shape           102 Source/core/rendering/ClipPathOperation.h     const BasicShape* basicShape() const { return m_shape.get(); }
m_shape           103 Source/core/rendering/ClipPathOperation.h     WindRule windRule() const { return m_shape->windRule(); }
m_shape           106 Source/core/rendering/ClipPathOperation.h         ASSERT(m_shape);
m_shape           109 Source/core/rendering/ClipPathOperation.h         m_shape->path(*m_path, boundingRect);
m_shape           118 Source/core/rendering/ClipPathOperation.h         , m_shape(shape)
m_shape           122 Source/core/rendering/ClipPathOperation.h     RefPtr<BasicShape> m_shape;
m_shape           130 Source/core/rendering/ClipPathOperation.h     return isSameType(o) && *m_shape == *toShapeClipPathOperation(o).m_shape;
m_shape           111 Source/core/rendering/shapes/ShapeInfo.cpp     if (Shape* shape = m_shape.get())
m_shape           123 Source/core/rendering/shapes/ShapeInfo.cpp         m_shape = Shape::createShape(shapeValue->shape(), m_referenceBoxLogicalSize, writingMode, margin);
m_shape           130 Source/core/rendering/shapes/ShapeInfo.cpp         m_shape = Shape::createRasterShape(image, shapeImageThreshold, imageRect, marginRect, writingMode, margin);
m_shape           135 Source/core/rendering/shapes/ShapeInfo.cpp         m_shape = Shape::createLayoutBoxShape(shapeRect, writingMode, margin);
m_shape           143 Source/core/rendering/shapes/ShapeInfo.cpp     ASSERT(m_shape);
m_shape           144 Source/core/rendering/shapes/ShapeInfo.cpp     return *m_shape;
m_shape            89 Source/core/rendering/shapes/ShapeInfo.h     void markShapeAsDirty() { m_shape.clear(); }
m_shape            90 Source/core/rendering/shapes/ShapeInfo.h     bool isShapeDirty() { return !m_shape.get(); }
m_shape           115 Source/core/rendering/shapes/ShapeInfo.h     mutable OwnPtr<Shape> m_shape;
m_shape            72 Source/core/rendering/style/ShapeValue.h     BasicShape* shape() const { return m_shape.get(); }
m_shape            89 Source/core/rendering/style/ShapeValue.h         , m_shape(shape)
m_shape           112 Source/core/rendering/style/ShapeValue.h     RefPtr<BasicShape> m_shape;
m_shape            53 Source/platform/geometry/Region.cpp     for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
m_shape            57 Source/platform/geometry/Region.cpp         for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
m_shape            73 Source/platform/geometry/Region.cpp     return Shape::compareShapes<Shape::CompareContainsOperation>(m_shape, region.m_shape);
m_shape            81 Source/platform/geometry/Region.cpp     for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
m_shape            90 Source/platform/geometry/Region.cpp         for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
m_shape           109 Source/platform/geometry/Region.cpp     return Shape::compareShapes<Shape::CompareIntersectsOperation>(m_shape, region.m_shape);
m_shape           548 Source/platform/geometry/Region.cpp     m_shape.dump();
m_shape           557 Source/platform/geometry/Region.cpp         m_shape = Shape();
m_shape           562 Source/platform/geometry/Region.cpp     Shape intersectedShape = Shape::intersectShapes(m_shape, region.m_shape);
m_shape           564 Source/platform/geometry/Region.cpp     m_shape.swap(intersectedShape);
m_shape           565 Source/platform/geometry/Region.cpp     m_bounds = m_shape.bounds();
m_shape           575 Source/platform/geometry/Region.cpp         m_shape = region.m_shape;
m_shape           583 Source/platform/geometry/Region.cpp     Shape unitedShape = Shape::unionShapes(m_shape, region.m_shape);
m_shape           585 Source/platform/geometry/Region.cpp     m_shape.swap(unitedShape);
m_shape           598 Source/platform/geometry/Region.cpp     Shape subtractedShape = Shape::subtractShapes(m_shape, region.m_shape);
m_shape           600 Source/platform/geometry/Region.cpp     m_shape.swap(subtractedShape);
m_shape           601 Source/platform/geometry/Region.cpp     m_bounds = m_shape.bounds();
m_shape           607 Source/platform/geometry/Region.cpp     m_shape.translate(offset);
m_shape            42 Source/platform/geometry/Region.h     bool isRect() const { return m_shape.isRect(); }
m_shape           133 Source/platform/geometry/Region.h     Shape m_shape;
m_shape           166 Source/platform/geometry/Region.h     return a.m_bounds == b.m_bounds && a.m_shape == b.m_shape;