Flutter Engine
The Flutter Engine
|
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkTDArray.h"
#include "include/private/base/SkTemplates.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkPathOpsLine.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsQuad.h"
#include "src/pathops/SkReduceOrder.h"
#include "tests/PathOpsExtendedTest.h"
#include "tests/PathOpsTestCommon.h"
#include "tests/PathOpsThreadedCommon.h"
#include "tests/Test.h"
#include <utility>
Go to the source code of this file.
Functions | |
static int | doIntersect (SkIntersections &intersections, const SkDQuad &quad, const SkDLine &line, bool &flipped) |
static void | testLineIntersect (skiatest::Reporter *reporter, const SkDQuad &quad, const SkDLine &line, const double x, const double y) |
static void | testQuadLineIntersectMain (PathOpsThreadState *data) |
DEF_TEST (PathOpsQuadLineIntersectionThreaded, reporter) | |
DEF_TEST | ( | PathOpsQuadLineIntersectionThreaded | , |
reporter | |||
) |
Definition at line 124 of file PathOpsQuadLineIntersectionThreadedTest.cpp.
|
static |
Definition at line 23 of file PathOpsQuadLineIntersectionThreadedTest.cpp.
|
static |
Definition at line 52 of file PathOpsQuadLineIntersectionThreadedTest.cpp.
|
static |
Definition at line 82 of file PathOpsQuadLineIntersectionThreadedTest.cpp.