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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 128 PassOwnPtr<Shape> createShapeForImage(StyleImage*, float shapeImageThreshold, WritingMode, float margin) const;
ShapeOutsideInfo.cpp 119 PassOwnPtr<Shape> ShapeOutsideInfo::createShapeForImage(StyleImage* styleImage, float shapeImageThreshold, WritingMode writingMode, float margin) const
166 m_shape = createShapeForImage(shapeValue.image(), shapeImageThreshold, writingMode, margin);

Completed in 593 milliseconds