No subject


Mon Jan 28 08:41:14 PST 2013


port(qt,gtk,chromium,efl,wx,mac) has their own API exposed to the app
developers. Incase of Qt QWebView is a QWidget and you can use
http://doc.qt.digia.com/qt/qwidget.html#render
to get the rendered buffer as QPixmap object. In GTK port you can get the
Cairo context and copy it to the Cairo_image_t(pixman backed Cairo surface).

On Feb 16, 2013 8:23 AM, "Michael Chen" <michael8988 at yahoo.com> wrote:
>
> Hi All,
>
> I am new to WebKit. Is it possible to get a raw pointer to the WebKit
rendering buffer?
>
> I appreciate any comments.
>
> Best regards,
> Michael
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>

--089e01493ee4f752cc04d5d547c8
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<p>Are you talking about Rendered buffer? It is graphics library specific. =


More information about the webkit-dev mailing list