Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
windowrectangles.cpp File Reference
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkClipOp.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRRect.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkRegion.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/private/SkColorData.h"
#include "src/core/SkCanvasPriv.h"
#include "src/core/SkClipStack.h"
#include "tools/ToolUtils.h"
#include <utility>

Go to the source code of this file.

Classes

class  skiagm::WindowRectanglesGM
 

Namespaces

namespace  skiagm
 

Variables

static constexpr SkIRect kDeviceRect = {0, 0, 600, 600}
 
static constexpr SkIRect kCoverRect = {50, 50, 550, 550}
 

Variable Documentation

◆ kCoverRect

constexpr SkIRect kCoverRect = {50, 50, 550, 550}
staticconstexpr

Definition at line 31 of file windowrectangles.cpp.

31{50, 50, 550, 550};

◆ kDeviceRect

constexpr SkIRect kDeviceRect = {0, 0, 600, 600}
staticconstexpr

Definition at line 30 of file windowrectangles.cpp.

30{0, 0, 600, 600};