#include <WindowContext.h>
Definition at line 26 of file WindowContext.h.
◆ WindowContext()
skwindow::WindowContext::WindowContext |
( |
const DisplayParams & |
params | ) |
|
Definition at line 18 of file WindowContext.cpp.
DisplayParams fDisplayParams
const EmbeddedViewParams * params
◆ ~WindowContext()
skwindow::WindowContext::~WindowContext |
( |
| ) |
|
|
virtual |
◆ activate()
virtual void skwindow::WindowContext::activate |
( |
bool |
isActive | ) |
|
|
inlinevirtual |
◆ dimensions()
SkISize skwindow::WindowContext::dimensions |
( |
| ) |
const |
|
inline |
◆ directContext()
◆ getBackbufferSurface()
virtual sk_sp< SkSurface > skwindow::WindowContext::getBackbufferSurface |
( |
| ) |
|
|
pure virtual |
◆ getDisplayParams()
const DisplayParams & skwindow::WindowContext::getDisplayParams |
( |
| ) |
|
|
inline |
◆ height()
int skwindow::WindowContext::height |
( |
| ) |
const |
|
inline |
◆ isGpuContext()
virtual bool skwindow::WindowContext::isGpuContext |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ isValid()
virtual bool skwindow::WindowContext::isValid |
( |
| ) |
|
|
pure virtual |
◆ onSwapBuffers()
virtual void skwindow::WindowContext::onSwapBuffers |
( |
| ) |
|
|
protectedpure virtual |
◆ resize()
virtual void skwindow::WindowContext::resize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
|
pure virtual |
◆ sampleCount()
int skwindow::WindowContext::sampleCount |
( |
| ) |
const |
|
inline |
◆ setDisplayParams()
virtual void skwindow::WindowContext::setDisplayParams |
( |
const DisplayParams & |
params | ) |
|
|
pure virtual |
◆ stencilBits()
int skwindow::WindowContext::stencilBits |
( |
| ) |
const |
|
inline |
◆ swapBuffers()
void skwindow::WindowContext::swapBuffers |
( |
| ) |
|
◆ width()
int skwindow::WindowContext::width |
( |
| ) |
const |
|
inline |
◆ fContext
◆ fDisplayParams
◆ fHeight
int skwindow::WindowContext::fHeight |
|
protected |
◆ fSampleCount
int skwindow::WindowContext::fSampleCount = 1 |
|
protected |
◆ fStencilBits
int skwindow::WindowContext::fStencilBits = 0 |
|
protected |
◆ fWidth
int skwindow::WindowContext::fWidth |
|
protected |
The documentation for this class was generated from the following files: