Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageGenerator.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSize.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "tools/GpuToolUtils.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (imagemasksubset, canvas, 480, 480) | |
DEF_SIMPLE_GM | ( | imagemasksubset | , |
canvas | , | ||
480 | , | ||
480 | |||
) |
Definition at line 89 of file imagemasksubset.cpp.