Flutter Engine
The Flutter Engine
|
#include "include/core/SkCanvas.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkPathUtils.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkStrokeRec.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkDashPathEffect.h"
#include "src/core/SkPathEffectBase.h"
#include "tests/Test.h"
#include <array>
Go to the source code of this file.
Functions | |
DEF_TEST (DashPathEffectTest_crbug_348821, r) | |
DEF_TEST (DashPathEffectTest_asPoints, r) | |
DEF_TEST (DashPath_bug4871, r) | |
DEF_TEST (DashPathEffectTest_asPoints_limit, r) | |
DEF_TEST (DashCrazy_crbug_875494, r) | |
DEF_TEST | ( | DashCrazy_crbug_875494 | , |
r | |||
) |
Definition at line 133 of file DashPathEffectTest.cpp.
DEF_TEST | ( | DashPath_bug4871 | , |
r | |||
) |
DEF_TEST | ( | DashPathEffectTest_asPoints | , |
r | |||
) |
Definition at line 41 of file DashPathEffectTest.cpp.
DEF_TEST | ( | DashPathEffectTest_asPoints_limit | , |
r | |||
) |
Definition at line 118 of file DashPathEffectTest.cpp.
DEF_TEST | ( | DashPathEffectTest_crbug_348821 | , |
r | |||
) |
Definition at line 31 of file DashPathEffectTest.cpp.