Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include <string.h>
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (unpremul, canvas, 200, 200) | |
DEF_SIMPLE_GM | ( | unpremul | , |
canvas | , | ||
200 | , | ||
200 | |||
) |
Definition at line 20 of file unpremul.cpp.