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/animatable/
AnimatableShapeValue.cpp 40 if (m_shape->type() != ShapeValue::Shape
41 || shapeValue->m_shape->type() != ShapeValue::Shape
42 || m_shape->cssBox() != shapeValue->m_shape->cssBox())
45 const BasicShape* fromShape = this->m_shape->shape();
46 const BasicShape* toShape = shapeValue->m_shape->shape();
57 const BasicShape* fromShape = this->m_shape->shape();
58 const BasicShape* toShape = shapeValue->m_shape->shape();
59 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get());
64 const ShapeValue* shape = toAnimatableShapeValue(value)->m_shape.get()
    [all...]
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/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/html/
HTMLAreaElement.h 40 bool isDefault() const { return m_shape == Default; }
67 Shape m_shape; member in class:blink::FINAL
HTMLAreaElement.cpp 42 , m_shape(Unknown)
52 m_shape = Default;
54 m_shape = Circle;
56 m_shape = Poly;
58 m_shape = Rect;
99 if (m_shape == Default)
121 if (m_coords.isEmpty() && m_shape != Default)
128 Shape shape = m_shape;
  /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(); }
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/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/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
ShapeOutsideInfo.cpp 142 if (Shape* shape = m_shape.get())
162 m_shape = Shape::createShape(shapeValue.shape(), m_referenceBoxLogicalSize, writingMode, margin);
166 m_shape = createShapeForImage(shapeValue.image(), shapeImageThreshold, writingMode, margin);
170 m_shape = Shape::createLayoutBoxShape(shapeRect, writingMode, margin);
175 ASSERT(m_shape);
176 return *m_shape;
  /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
CSSGradientValue.cpp 823 if (m_shape || m_sizingBehavior) {
825 if (m_shape) {
826 result.append(m_shape->cssText());
    [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 543 milliseconds