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/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "include/core/SkTileMode.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM_CAN_FAIL (bitmap_subset_shader, canvas, errorMsg, 256, 256) | |
DEF_SIMPLE_GM_CAN_FAIL | ( | bitmap_subset_shader | , |
canvas | , | ||
errorMsg | , | ||
256 | , | ||
256 | |||
) |
Definition at line 21 of file subsetshader.cpp.