HomeSort by relevance Sort by last modified time
    Searched defs:m_shape (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableShapeValue.h 46 ShapeValue* shapeValue() const { return m_shape.get(); }
56 : m_shape(shape)
58 ASSERT(m_shape);
63 RefPtr<ShapeValue> m_shape; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
67 Shape m_shape; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 102 const BasicShape* basicShape() const { return m_shape.get(); }
103 bool isValid() const { return m_shape.get(); }
104 WindRule windRule() const { return m_shape->windRule(); }
107 ASSERT(m_shape);
110 m_shape->path(*m_path, boundingRect);
119 , m_shape(shape)
123 RefPtr<BasicShape> m_shape; member in class:blink::FINAL
133 BasicShape* otherShape = toShapeClipPathOperation(o).m_shape.get();
134 if (!m_shape.get() || !otherShape)
135 return static_cast<bool>(m_shape.get()) == static_cast<bool>(otherShape)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 66 BasicShape* shape() const { return m_shape.get(); }
90 , m_shape(shape)
113 RefPtr<BasicShape> m_shape; member in class:blink::ShapeValue
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 42 bool isRect() const { return m_shape.isRect(); }
137 Shape m_shape; member in class:blink::Region
170 return a.m_bounds == b.m_bounds && a.m_shape == b.m_shape;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 111 void markShapeAsDirty() { m_shape.clear(); }
112 bool isShapeDirty() { return !m_shape.get(); }
141 mutable OwnPtr<Shape> m_shape; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 214 void setShape(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> val) { m_shape = val; }
237 , m_shape(other.m_shape)
253 RefPtrWillBeMember<CSSPrimitiveValue> m_shape; member in class:blink::CSSRadialGradientValue
  /external/opencv/cvaux/include/
cvvidsurv.hpp 739 CvDrawShape m_shape[16]; member in class:CvImageDrawer
    [all...]

Completed in 422 milliseconds