Home | History | Annotate | Download | only in rendering

Lines Matching refs:shouldRespectImageOrientation

2665 RespectImageOrientationEnum RenderObject::shouldRespectImageOrientation() const
2670 || (document().settings() && document().settings()->shouldRespectImageOrientation() && isHTMLImageElement(node())) ? RespectImageOrientation : DoNotRespectImageOrientation;