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

  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableShapeValue.cpp 38 const AnimatableShapeValue* shapeValue = toAnimatableShapeValue(value);
40 if (m_shape->type() != ShapeValue::Shape
41 || shapeValue->m_shape->type() != ShapeValue::Shape
42 || m_shape->cssBox() != shapeValue->m_shape->cssBox())
46 const BasicShape* toShape = shapeValue->m_shape->shape();
56 const AnimatableShapeValue* shapeValue = toAnimatableShapeValue(value);
58 const BasicShape* toShape = shapeValue->m_shape->shape();
59 return AnimatableShapeValue::create(ShapeValue::createShapeValue(toShape->blend(fromShape, fraction), shapeValue->m_shape->cssBox()).get())
    [all...]
AnimatableShapeValue.h 35 #include "core/rendering/style/ShapeValue.h"
42 static PassRefPtrWillBeRawPtr<AnimatableShapeValue> create(ShapeValue* shape)
46 ShapeValue* shapeValue() const { return m_shape.get(); }
55 AnimatableShapeValue(ShapeValue* shape)
63 RefPtr<ShapeValue> m_shape;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 43 CSSBoxType referenceBox(const ShapeValue& shapeValue)
45 if (shapeValue.cssBox() == BoxMissing)
47 return shapeValue.cssBox();
157 const ShapeValue& shapeValue = *style.shapeOutside();
159 switch (shapeValue.type()) {
160 case ShapeValue::Shape:
161 ASSERT(shapeValue.shape());
162 m_shape = Shape::createShape(shapeValue.shape(), m_referenceBoxLogicalSize, writingMode, margin)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 100 void StyleResourceLoader::loadPendingShapeImage(RenderStyle* renderStyle, ShapeValue* shapeValue, float deviceScaleFactor)
102 if (!shapeValue)
105 StyleImage* image = shapeValue->image();
114 shapeValue->setImage(doLoadPendingImage(m_fetcher, toStylePendingImage(image), deviceScaleFactor, options));
AnimatedStyleBuilder.cpp 570 style->setShapeOutside(toAnimatableShapeValue(value)->shapeValue());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 65 #include "core/rendering/style/ShapeValue.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp     [all...]

Completed in 178 milliseconds