Flutter Impeller
path_tessellator_unittests.cc File Reference
#include "flutter/testing/testing.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "flutter/impeller/tessellator/path_tessellator.h"
#include "flutter/display_list/geometry/dl_path.h"
#include "flutter/display_list/geometry/dl_path_builder.h"

Go to the source code of this file.

Classes

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

Namespaces

 impeller
 
 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)