Flutter Engine
The Flutter Engine
|
#include "include/core/SkPathEffect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/effects/SkCornerPathEffect.h"
#include "include/effects/SkDashPathEffect.h"
#include "include/private/base/SkTemplates.h"
#include "tests/Test.h"
Go to the source code of this file.
Functions | |
DEF_TEST (AsADashTest_noneDash, reporter) | |
DEF_TEST (AsADashTest_nullInfo, reporter) | |
DEF_TEST (AsADashTest_usingDash, reporter) | |
DEF_TEST | ( | AsADashTest_noneDash | , |
reporter | |||
) |
Definition at line 18 of file AsADashTest.cpp.
DEF_TEST | ( | AsADashTest_nullInfo | , |
reporter | |||
) |
Definition at line 26 of file AsADashTest.cpp.
DEF_TEST | ( | AsADashTest_usingDash | , |
reporter | |||
) |
Definition at line 35 of file AsADashTest.cpp.