Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
Request.cpp File Reference
#include "tools/skiaserve/Request.h"
#include <memory>
#include "include/core/SkBitmap.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkPictureRecorder.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "src/utils/SkJSONWriter.h"
#include "tools/ToolUtils.h"
#include "tools/debugger/DrawCommand.h"

Go to the source code of this file.

Variables

static int kDefaultWidth = 1920
 
static int kDefaultHeight = 1080
 
static int kMaxWidth = 8192
 
static int kMaxHeight = 8192
 

Variable Documentation

◆ kDefaultHeight

int kDefaultHeight = 1080
static

Definition at line 24 of file Request.cpp.

◆ kDefaultWidth

int kDefaultWidth = 1920
static

Definition at line 23 of file Request.cpp.

◆ kMaxHeight

int kMaxHeight = 8192
static

Definition at line 26 of file Request.cpp.

◆ kMaxWidth

int kMaxWidth = 8192
static

Definition at line 25 of file Request.cpp.