Definition at line 30 of file PathOpsOpTest.cpp.
◆ PathTest_Private()
PathTest_Private::PathTest_Private |
( |
SkPath * |
path | ) |
|
|
inline |
Definition at line 32 of file PathOpsOpTest.cpp.
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ GetFreeSpace()
static size_t PathTest_Private::GetFreeSpace |
( |
const SkPath & |
path | ) |
|
|
inlinestatic |
Definition at line 4636 of file PathTest.cpp.
4636 {
4638 }
static size_t GetFreeSpace(const SkPathRef &ref)
◆ setPt()
◆ TestPathrefListeners()
Definition at line 4658 of file PathTest.cpp.
4658 {
4660
4661 bool changed = false;
4663
4664
4665
4670
4671
4676
4677
4682
4684
4685
4690
4691
4692 {
4701 }
4702
4703
4704 {
4709 }
4710
4712 }
#define REPORTER_ASSERT(r, cond,...)
static void AddGenIDChangeListener(const SkPath &path, sk_sp< SkIDChangeListener > listener)
SkPath & moveTo(SkScalar x, SkScalar y)
unsigned useCenter Optional< SkMatrix > matrix
◆ TestPathTo()
Definition at line 4640 of file PathTest.cpp.
4640 {
4654 SkRect reverseExpected = {-4, -4, 8, 8};
4656 }
static void check_path_is_line(skiatest::Reporter *reporter, SkPath *p, SkScalar x1, SkScalar y1)
SkPath & lineTo(SkScalar x, SkScalar y)
SkPath & quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2)
SkPath & cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3)
SkPath & conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar w)
◆ fPath
SkPath* PathTest_Private::fPath |
The documentation for this class was generated from the following files: