Searched defs:m_shape (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableShapeValue.h46 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/
H A DHTMLAreaElement.h39 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/style/
H A DShapeValue.h66 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/
H A DRegion.h42 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/
H A DClipPathOperation.h102 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/shapes/
H A DShapeOutsideInfo.h88 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/
H A DCSSGradientValue.h214 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/
H A Dcvvidsurv.hpp739 CvDrawShape m_shape[16]; member in class:CvImageDrawer

Completed in 257 milliseconds