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/
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:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAreaElement.h 39 bool isDefault() const { return m_shape == Default; }
66 Shape m_shape; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 102 const BasicShape* basicShape() const { return m_shape.get(); }
103 WindRule windRule() const { return m_shape->windRule(); }
106 ASSERT(m_shape);
109 m_shape->path(*m_path, boundingRect);
118 , m_shape(shape)
122 RefPtr<BasicShape> m_shape; member in class:WebCore::FINAL
130 return isSameType(o) && *m_shape == *toShapeClipPathOperation(o).m_shape;
  /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:WebCore::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:WebCore::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 88 void markShapeAsDirty() { m_shape.clear(); }
89 bool isShapeDirty() { return !m_shape.get(); }
120 mutable OwnPtr<Shape> m_shape; member in class:WebCore::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:WebCore::CSSRadialGradientValue
  /external/opencv/cvaux/include/
cvvidsurv.hpp 739 CvDrawShape m_shape[16]; member in class:CvImageDrawer
    [all...]

Completed in 1899 milliseconds