Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRefCnt.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (srgb_colorfilter, canvas, 512, 256 *3) | |
DEF_SIMPLE_GM | ( | srgb_colorfilter | , |
canvas | , | ||
512 | , | ||
256 * | 3 | ||
) |
Definition at line 16 of file srgb.cpp.