> Does Webkit code has an abstract layer, which hides the platform > dependent graphics API. And the render engine just calls this > abstract layer graphics api and this abstract layer api > will handle, or link in platform dependent implementation of those > draw text, draw rect calls?
Yes. If you just bother to grep for the keywords you already wrote above (draw*rect), you will end up in: WebCore/platform/graphics, in particular GraphicsContext class. -- Ariya Hidayat, Qt Software, Nokia _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

