Flutter Engine
The Flutter Engine
|
#include <Request.h>
Public Member Functions | |
Request (SkString rootUrl) | |
~Request () | |
sk_sp< SkData > | drawToPng (int n, int m=-1) |
sk_sp< SkData > | writeOutSkp () |
SkCanvas * | getCanvas () |
bool | enableGPU (bool enable) |
bool | setOverdraw (bool enable) |
bool | setColorMode (int mode) |
bool | hasPicture () const |
int | getLastOp () const |
bool | initPictureFromStream (SkStream *) |
sk_sp< SkData > | getJsonOps () |
sk_sp< SkData > | getJsonOpsTask () |
sk_sp< SkData > | getJsonInfo (int n) |
SkColor | getPixel (int x, int y) |
Public Attributes | |
UploadContext * | fUploadContext |
std::unique_ptr< DebugCanvas > | fDebugCanvas |
UrlDataManager | fUrlDataManager |
Request::Request | ( | SkString | rootUrl | ) |
Definition at line 29 of file Request.cpp.
Request::~Request | ( | ) |
Definition at line 40 of file Request.cpp.
Definition at line 81 of file Request.cpp.
bool Request::enableGPU | ( | bool | enable | ) |
Definition at line 181 of file Request.cpp.
SkCanvas * Request::getCanvas | ( | ) |
Definition at line 58 of file Request.cpp.
Definition at line 255 of file Request.cpp.
Definition at line 227 of file Request.cpp.
Definition at line 243 of file Request.cpp.
Definition at line 282 of file Request.cpp.
|
inline |
bool Request::initPictureFromStream | ( | SkStream * | stream | ) |
Definition at line 205 of file Request.cpp.
bool Request::setColorMode | ( | int | mode | ) |
Definition at line 176 of file Request.cpp.
bool Request::setOverdraw | ( | bool | enable | ) |
Definition at line 171 of file Request.cpp.
Definition at line 90 of file Request.cpp.
std::unique_ptr<DebugCanvas> Request::fDebugCanvas |
UploadContext* Request::fUploadContext |
UrlDataManager Request::fUrlDataManager |