Searched refs:setMeetOrSlice (Results 1 – 6 of 6) sorted by relevance
54 void SVGPreserveAspectRatioTearOff::setMeetOrSlice(unsigned short meetOrSlice, ExceptionState& exce… in setMeetOrSlice() function in blink::SVGPreserveAspectRatioTearOff65 target()->setMeetOrSlice(static_cast<SVGPreserveAspectRatio::SVGMeetOrSliceType>(meetOrSlice)); in setMeetOrSlice()
70 void setMeetOrSlice(unsigned short, ExceptionState&);
69 void setMeetOrSlice(SVGMeetOrSliceType meetOrSlice) { m_meetOrSlice = meetOrSlice; } in setMeetOrSlice() function
64 setMeetOrSlice(meetOrSlice); in parseInternal()161 setMeetOrSlice(meetOrSlice); in parseInternal()
71 … preserveAspectRatio()->baseValue()->setMeetOrSlice(SVGPreserveAspectRatio::SVG_MEETORSLICE_MEET); in reset()
750 …view->preserveAspectRatio()->baseValue()->setMeetOrSlice(viewElement->preserveAspectRatio()->curre… in inheritViewAttributes()753 …view->preserveAspectRatio()->baseValue()->setMeetOrSlice(preserveAspectRatio()->currentValue()->me… in inheritViewAttributes()