Flutter Engine
 
Loading...
Searching...
No Matches
path_tessellator_unittests.cc File Reference

Go to the source code of this file.

Classes

class  impeller::testing::MockPathVertexWriter
 
class  impeller::testing::MockSegmentReceiver
 

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Functions

 impeller::testing::TEST (PathTessellatorTest, EmptyPath)
 
 impeller::testing::TEST (PathTessellatorTest, EmptyPathMultipleMoveTo)
 
 impeller::testing::TEST (PathTessellatorTest, SimpleClosedPath)
 
 impeller::testing::TEST (PathTessellatorTest, SimpleUnclosedPath)
 
 impeller::testing::TEST (PathTessellatorTest, SimplePathTrailingMoveTo)
 
 impeller::testing::TEST (PathTessellatorTest, DegenerateSegmentsPath)
 
 impeller::testing::TEST (PathTessellatorTest, QuadToLineToOptimization)
 
 impeller::testing::TEST (PathTessellatorTest, ConicToLineToOptimization)
 
 impeller::testing::TEST (PathTessellatorTest, ConicToQuadToOptimization)
 
 impeller::testing::TEST (PathTessellatorTest, SimplePathMultipleMoveTo)
 
 impeller::testing::TEST (PathTessellatorTest, ComplexPath)
 
 impeller::testing::TEST (PathTessellatorTest, ComplexPathTrailingMoveTo)
 
 impeller::testing::TEST (PathTessellatorTest, LinearQuadToPointCount)
 
 impeller::testing::TEST (PathTessellatorTest, LinearConicToPointCount)
 
 impeller::testing::TEST (PathTessellatorTest, LinearCubicToPointCount)