|
| | impeller::testing::TEST (PathTest, CubicPathComponentPolylineDoesNotIncludePointOne) |
| |
| | impeller::testing::TEST (PathTest, EmptyPathWithContour) |
| |
| | impeller::testing::TEST (PathTest, PathCreatePolyLineDoesNotDuplicatePoints) |
| |
| | impeller::testing::TEST (PathTest, PathSingleContour) |
| |
| | impeller::testing::TEST (PathTest, PathSingleContourDoubleShapes) |
| |
| | impeller::testing::TEST (PathTest, PathBuilderSetsCorrectContourPropertiesForAddCommands) |
| |
| | impeller::testing::TEST (PathTest, PathCreatePolylineGeneratesCorrectContourData) |
| |
| | impeller::testing::TEST (PathTest, PolylineGetContourPointBoundsReturnsCorrectRanges) |
| |
| | impeller::testing::TEST (PathTest, PathAddRectPolylineHasCorrectContourData) |
| |
| | impeller::testing::TEST (PathTest, PathPolylineDuplicatesAreRemovedForSameContour) |
| |
| | impeller::testing::TEST (PathTest, PolylineBufferReuse) |
| |
| | impeller::testing::TEST (PathTest, PolylineFailsWithNullptrBuffer) |
| |
| | impeller::testing::TEST (PathTest, PathShifting) |
| |
| | impeller::testing::TEST (PathTest, PathBuilderWillComputeBounds) |
| |
| | impeller::testing::TEST (PathTest, PathHorizontalLine) |
| |
| | impeller::testing::TEST (PathTest, PathVerticalLine) |
| |
| | impeller::testing::TEST (PathTest, QuadradicPath) |
| |
| | impeller::testing::TEST (PathTest, ConicPath) |
| |
| | impeller::testing::TEST (PathTest, CubicPath) |
| |
| | impeller::testing::TEST (PathTest, BoundingBoxCubic) |
| |
| | impeller::testing::TEST (PathTest, BoundingBoxOfCompositePathIsCorrect) |
| |
| | impeller::testing::TEST (PathTest, ExtremaOfCubicPathComponentIsCorrect) |
| |
| | impeller::testing::TEST (PathTest, PathGetBoundingBoxForCubicWithNoDerivativeRootsIsCorrect) |
| |
| | impeller::testing::TEST (PathTest, EmptyPath) |
| |
| | impeller::testing::TEST (PathTest, SimplePath) |
| |
| | impeller::testing::TEST (PathTest, RepeatCloseDoesNotAddNewLines) |
| |
| | impeller::testing::TEST (PathTest, CloseAfterMoveDoesNotAddNewLines) |
| |
| | impeller::testing::TEST (PathTest, CloseAtOriginDoesNotAddNewLineSegment) |
| |
| | impeller::testing::TEST (PathTest, CanBeCloned) |
| |
| | impeller::testing::TEST (PathTest, FanTessellation) |
| |
| | impeller::testing::TEST (PathTest, FanTessellationUnclosedPath) |
| |
| | impeller::testing::TEST (PathTest, StripTessellationUnclosedPath) |
| |
| | impeller::testing::TEST (PathTest, FanTessellationMultiContour) |
| |
| | impeller::testing::TEST (PathTest, StripTessellation) |
| |
| | impeller::testing::TEST (PathTest, StripTessellationMultiContour) |
| |
| | impeller::testing::TEST (PathTest, PathBuilderAddPathBasher) |
| |
| | impeller::testing::TEST (PathTest, PathBuilderDoesNotMutateCopiedPaths) |
| |