Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "src/core/SkPathPriv.h"
#include "src/core/SkTextFormatParams.h"
#include "tools/ToolUtils.h"
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (bug339297, canvas, 640, 480) | |
DEF_SIMPLE_GM (bug339297_as_clip, canvas, 640, 480) | |
DEF_SIMPLE_GM (bug6987, canvas, 200, 200) | |
DEF_SIMPLE_GM | ( | bug339297 | , |
canvas | , | ||
640 | , | ||
480 | |||
) |
Definition at line 24 of file strokefill.cpp.
DEF_SIMPLE_GM | ( | bug339297_as_clip | , |
canvas | , | ||
640 | , | ||
480 | |||
) |
Definition at line 50 of file strokefill.cpp.
DEF_SIMPLE_GM | ( | bug6987 | , |
canvas | , | ||
200 | , | ||
200 | |||
) |