webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BackingStore.h>
Public Member Functions | |
BackingStore (const WebCore::IntSize &, float deviceScaleFactor, WebPageProxy &) | |
~BackingStore () | |
const WebCore::IntSize & | size () const |
float | deviceScaleFactor () const |
void | paint (PlatformGraphicsContext, const WebCore::IntRect &) |
void | incorporateUpdate (const UpdateInfo &) |
WebKit::BackingStore::BackingStore | ( | const WebCore::IntSize & | size, |
float | deviceScaleFactor, | ||
WebPageProxy & | webPageProxy | ||
) |
WebKit::BackingStore::~BackingStore | ( | ) |
|
inline |
void WebKit::BackingStore::incorporateUpdate | ( | const UpdateInfo & | updateInfo | ) |
void WebKit::BackingStore::paint | ( | PlatformGraphicsContext | , |
const WebCore::IntRect & | |||
) |
|
inline |