Definition at line 204 of file AtlasSlide.cpp.
◆ DrawAtlasSlide()
DrawAtlasSlide::DrawAtlasSlide |
( |
const char |
name[], |
|
|
DrawAtlasProc |
proc |
|
) |
| |
|
inline |
Definition at line 209 of file AtlasSlide.cpp.
DEF_SWITCHES_START aot vmservice shared library name
◆ animate()
bool DrawAtlasSlide::animate |
( |
double |
| ) |
|
|
inlineoverridevirtual |
◆ draw()
void DrawAtlasSlide::draw |
( |
SkCanvas * |
canvas | ) |
|
|
inlineoverridevirtual |
Implements Slide.
Definition at line 219 of file AtlasSlide.cpp.
219 {
221 }
void drawDrawable(SkDrawable *drawable, const SkMatrix *matrix=nullptr)
◆ getDimensions()
SkISize DrawAtlasSlide::getDimensions |
( |
| ) |
const |
|
inlineoverridevirtual |
A slide may have a content dimensions that is independent of the current window size. An empty size indicates that the Slide's dimensions are equal to the window's dimensions.
Reimplemented from Slide.
Definition at line 237 of file AtlasSlide.cpp.
237{ return {640, 480}; }
◆ load()
Reimplemented from Slide.
Definition at line 233 of file AtlasSlide.cpp.
233 {
235 }
SkISize getDimensions() const override
static SkRect Make(const SkISize &size)
◆ onChar()
Reimplemented from Slide.
Definition at line 211 of file AtlasSlide.cpp.
211 {
212 switch (uni) {
214 default: break;
215 }
216 return false;
217 }
The documentation for this class was generated from the following file: