Searched defs:shapeInside (Results 1 – 2 of 2) sorted by relevance
1408 ShapeValue* shapeInside() const { return rareNonInheritedData->m_shapeInside.get(); } in shapeInside() function1411 ShapeValue* shapeInside = this->shapeInside(); in resolvedShapeInside() local
1406 void RenderBlock::updateShapeInsideInfoAfterStyleChange(const ShapeValue* shapeInside, const ShapeV… in updateShapeInsideInfoAfterStyleChange()