Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPixmap.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (format4444, canvas, 64, 64) | |
DEF_SIMPLE_GM | ( | format4444 | , |
canvas | , | ||
64 | , | ||
64 | |||
) |
Definition at line 51 of file copy_to_4444.cpp.