Home | History | Annotate | Download | only in win

Lines Matching refs:image

1090 HRESULT STDMETHODCALLTYPE DOMElement::renderedImage(HBITMAP* image)
1092 if (!image) {
1096 *image = 0;
1104 *image = frame->nodeImage(m_element);
1105 if (!*image)