Flutter Engine
The Flutter Engine
|
#include "include/core/SkPath.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/pathops/SkPathOps.h"
#include "include/utils/SkParsePath.h"
#include "tests/Test.h"
#include <initializer_list>
#include <string>
Go to the source code of this file.
Functions | |
static SkPath | build_squircle (SkPath::Verb verb, const SkRect &rect, SkPathDirection dir) |
void | bug12040_1 (skiatest::Reporter *reporter) |
void | bug12040_2 (skiatest::Reporter *reporter) |
void | bug12040_3 (skiatest::Reporter *reporter) |
void | bug12040_4 (skiatest::Reporter *reporter) |
void | bug12040_5 (skiatest::Reporter *reporter) |
void | bug13496_1 (skiatest::Reporter *reporter) |
void | bug13496_2 (skiatest::Reporter *reporter) |
void | bug13496_3 (skiatest::Reporter *reporter) |
DEF_TEST (PathOpsAsWinding, reporter) | |
void bug12040_1 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 62 of file PathOpsAsWindingTest.cpp.
void bug12040_2 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 139 of file PathOpsAsWindingTest.cpp.
void bug12040_3 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 221 of file PathOpsAsWindingTest.cpp.
void bug12040_4 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 299 of file PathOpsAsWindingTest.cpp.
void bug12040_5 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 331 of file PathOpsAsWindingTest.cpp.
void bug13496_1 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 363 of file PathOpsAsWindingTest.cpp.
void bug13496_2 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 386 of file PathOpsAsWindingTest.cpp.
void bug13496_3 | ( | skiatest::Reporter * | reporter | ) |
Definition at line 414 of file PathOpsAsWindingTest.cpp.
|
static |
Definition at line 21 of file PathOpsAsWindingTest.cpp.
DEF_TEST | ( | PathOpsAsWinding | , |
reporter | |||
) |
Definition at line 442 of file PathOpsAsWindingTest.cpp.