Searched refs:shapeInside (Results 1 – 8 of 8) sorted by relevance
66 newStyle->setShapeInside(parentStyle->shapeInside()); in setStyleForNamedFlowFragment()
1928 updateShapeImage(oldStyle ? oldStyle->shapeInside() : 0, m_style ? m_style->shapeInside() : 0); in setStyle()2749 removeShapeImageClient(m_style->shapeInside()); in postDestroy()
1394 ShapeValue* shapeValue = style()->shapeInside(); in imageChanged()1406 void RenderBlock::updateShapeInsideInfoAfterStyleChange(const ShapeValue* shapeInside, const ShapeV… in updateShapeInsideInfoAfterStyleChange() argument1409 if (shapeInside == oldShapeInside) in updateShapeInsideInfoAfterStyleChange()1412 if (shapeInside) { in updateShapeInsideInfoAfterStyleChange()
199 loadPendingShapeImage(style, style->shapeInside()); in loadPendingImages()
2756 if (!style->shapeInside()) in getPropertyCSSValue()2758 if (style->shapeInside()->type() == ShapeValue::Box) in getPropertyCSSValue()2759 return cssValuePool().createValue(style->shapeInside()->layoutBox()); in getPropertyCSSValue()2760 if (style->shapeInside()->type() == ShapeValue::Outside) in getPropertyCSSValue()2762 if (style->shapeInside()->type() == ShapeValue::Image) { in getPropertyCSSValue()2763 if (style->shapeInside()->image()) in getPropertyCSSValue()2764 return style->shapeInside()->image()->cssValue(); in getPropertyCSSValue()2767 ASSERT(style->shapeInside()->type() == ShapeValue::Shape); in getPropertyCSSValue()2768 return valueForBasicShape(*style, style->shapeInside()->shape()); in getPropertyCSSValue()
1408 ShapeValue* shapeInside() const { return rareNonInheritedData->m_shapeInside.get(); } in shapeInside() function1411 ShapeValue* shapeInside = this->shapeInside(); in resolvedShapeInside() local1412 if (shapeInside && shapeInside->type() == ShapeValue::Outside) in resolvedShapeInside()1414 return shapeInside; in resolvedShapeInside()
446 return createFromShapeValue(style.shapeInside()); in create()
1030 …>append(new PropertyWrapperShape(CSSPropertyShapeInside, &RenderStyle::shapeInside, &RenderStyle::… in ensurePropertyMap()