Searched refs:reflectValue (Results 1 – 2 of 2) sorted by relevance
4531 CSSReflectValue* reflectValue = static_cast<CSSReflectValue*>(value); in applyProperty() local4533 reflection->setDirection(reflectValue->direction()); in applyProperty()4534 if (reflectValue->offset()) { in applyProperty()4535 int type = reflectValue->offset()->primitiveType(); in applyProperty()4537 reflection->setOffset(Length(reflectValue->offset()->getDoubleValue(), Percent)); in applyProperty()4539 …reflection->setOffset(Length(reflectValue->offset()->computeLengthIntForLength(style(), zoomFactor… in applyProperty()4542 mapNinePieceImage(reflectValue->mask(), mask); in applyProperty()
3607 …RefPtr<CSSReflectValue> reflectValue = CSSReflectValue::create(direction, offset.release(), mask.r… in parseReflect() local3608 addProperty(propId, reflectValue.release(), important); in parseReflect()