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/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "src/base/SkRandom.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Classes | |
class | ClippedCubicGM |
class | ClippedCubic2GM |
class | CubicPathGM |
class | CubicClosePathGM |
class | CubicPathShaderGM |
Functions | |
DEF_SIMPLE_GM (bug5099, canvas, 50, 50) | |
DEF_SIMPLE_GM (bug6083, canvas, 100, 50) | |
DEF_SIMPLE_GM | ( | bug5099 | , |
canvas | , | ||
50 | , | ||
50 | |||
) |
Definition at line 488 of file cubicpaths.cpp.
DEF_SIMPLE_GM | ( | bug6083 | , |
canvas | , | ||
100 | , | ||
50 | |||
) |
Definition at line 501 of file cubicpaths.cpp.