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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableShapeValue.cpp 40 if (m_shape->type() != ShapeValue::Shape || shapeValue->m_shape->type() != ShapeValue::Shape)
43 const BasicShape* fromShape = this->m_shape->shape();
44 const BasicShape* toShape = shapeValue->m_shape->shape();
54 const ShapeValue* shape = toAnimatableShapeValue(value)->m_shape.get();
55 return m_shape == shape || (m_shape && shape && *m_shape == *shape);
AnimatableShapeValue.h 46 ShapeValue* shapeValue() const { return m_shape.get(); }
53 : m_shape(shape)
55 ASSERT(m_shape);
60 RefPtr<ShapeValue> m_shape; member in class:WebCore::AnimatableShapeValue
  /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);
116 return isSameType(o) && m_shape == static_cast<const ShapeClipPathOperation&>(o).m_shape;
121 , m_shape(shape)
125 RefPtr<BasicShape> m_shape; member in class:WebCore::ShapeClipPathOperation
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.cpp 52 if (Shape* shape = m_shape.get())
65 m_shape = Shape::createShape(shapeValue->shape(), m_shapeLogicalSize, writingMode, margin, padding);
69 m_shape = Shape::createShape(shapeValue->image(), shapeImageThreshold, m_shapeLogicalSize, writingMode, margin, padding);
72 m_shape = Shape::createLayoutBoxShape(m_shapeLogicalSize, writingMode, margin, padding);
79 ASSERT(m_shape);
80 return m_shape.get();
ShapeInfo.h 118 void dirtyShapeSize() { m_shape.clear(); }
119 bool shapeSizeDirty() { return !m_shape.get(); }
172 mutable OwnPtr<Shape> m_shape; member in class:WebCore::ShapeInfo
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 45 , m_shape(rect)
53 for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
57 for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
73 return Shape::compareShapes<Shape::CompareContainsOperation>(m_shape, region.m_shape);
81 for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
90 for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segmen (…)
    [all...]
Region.h 42 bool isRect() const { return m_shape.isRect(); }
133 Shape m_shape; member in class:WebCore::Region
166 return a.m_bounds == b.m_bounds && a.m_shape == b.m_shape;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 72 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/core/html/
HTMLAreaElement.cpp 43 , m_shape(Unknown)
57 m_shape = Default;
59 m_shape = Circle;
61 m_shape = Poly;
63 m_shape = Rect;
104 if (m_shape == Default)
126 if (m_coords.isEmpty() && m_shape != Default)
133 Shape shape = m_shape;
HTMLAreaElement.h 39 bool isDefault() const { return m_shape == Default; }
68 Shape m_shape; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 192 void setShape(PassRefPtr<CSSPrimitiveValue> val) { m_shape = val; }
213 , m_shape(other.m_shape)
229 RefPtr<CSSPrimitiveValue> m_shape; member in class:WebCore::CSSRadialGradientValue
CSSGradientValue.cpp 791 if (m_shape || m_sizingBehavior) {
793 if (m_shape) {
794 result.append(m_shape->cssText());
830 if (m_shape && m_shape->getValueID() != CSSValueEllipse && (m_sizingBehavior || (!m_sizingBehavior && !m_endHorizontalSize))) {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 739 CvDrawShape m_shape[16]; member in class:CvImageDrawer
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 85 milliseconds