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

Go to the source code of this file.

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Typedefs

using impeller::testing::DisplayListTest = DlPlayground
 

Functions

flutter::DlColor impeller::testing::toColor (const float *components)
 
 impeller::testing::INSTANTIATE_PLAYGROUND_SUITE (DisplayListTest)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawRect)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawTextBlob)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawTextBlobWithGradient)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawTextWithSaveLayer)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawImage)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawCapsAndJoins)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawArc)
 
 impeller::testing::TEST_P (DisplayListTest, StrokedPathsDrawCorrectly)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithOddPathWinding)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawAnOpenPath)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithMaskBlur)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawStrokedText)
 
 impeller::testing::TEST_P (DisplayListTest, StrokedTextNotOffsetFromNormalText)
 
 impeller::testing::TEST_P (DisplayListTest, IgnoreMaskFilterWhenSavingLayer)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithBlendColorFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithColorFilterImageFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithImageBlurFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithComposeImageFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanClampTheResultingColorOfColorMatrixFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawBackdropFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawNinePatchImage)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawNinePatchImageCenterWidthBiggerThanDest)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawNinePatchImageCenterHeightBiggerThanDest)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawNinePatchImageCenterBiggerThanDest)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawNinePatchImageCornersScaledDown)
 
 impeller::testing::TEST_P (DisplayListTest, NinePatchImagePrecision)
 
 impeller::testing::TEST_P (DisplayListTest, NinePatchImageColorFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawPoints)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawZeroLengthLine)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawShadow)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawZeroWidthLine)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithMatrixFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawWithMatrixFilterWhenSavingLayer)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawRectWithLinearToSrgbColorFilter)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawPaintWithColorSource)
 
 impeller::testing::TEST_P (DisplayListTest, CanBlendDstOverAndDstCorrectly)
 
 impeller::testing::TEST_P (DisplayListTest, CanDrawCorrectlyWithColorFilterAndImageFilter)
 
 impeller::testing::TEST_P (DisplayListTest, MaskBlursApplyCorrectlyToColorSources)
 
 impeller::testing::TEST_P (DisplayListTest, DrawShapes)
 
 impeller::testing::TEST_P (DisplayListTest, DrawCirclesWithTransformations)
 
 impeller::testing::TEST_P (DisplayListTest, ClipDrawRRectWithNonCircularRadii)
 
 impeller::testing::TEST_P (DisplayListTest, DrawVerticesBlendModes)
 
 impeller::testing::TEST_P (DisplayListTest, DrawPaintIgnoresMaskFilter)
 
 impeller::testing::TEST_P (DisplayListTest, DrawMaskBlursThatMightUseSaveLayers)