Home | History | Annotate | Download | only in css

Lines Matching defs:reflection

5187         RefPtr<StyleReflection> reflection = StyleReflection::create();
5188 reflection->setDirection(reflectValue->direction());
5192 reflection->setOffset(Length(reflectValue->offset()->getDoubleValue(), Percent));
5194 reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), m_rootElementStyle, zoomFactor), Fixed));
5198 reflection->setMask(mask);
5200 m_style->setBoxReflect(reflection.release());
7430 if (StyleReflection* reflection = m_style->boxReflect()) {
7431 const NinePieceImage& maskImage = reflection->mask();
7434 reflection->setMask(NinePieceImage(imageValue->cachedImage(cachedResourceLoader), maskImage.slices(), maskImage.horizontalRule(), maskImage.verticalRule()));