Flutter Engine
The Flutter Engine
Classes | Public Types | Public Member Functions | List of all members
ShapesBench Class Reference
Inheritance diagram for ShapesBench:
Benchmark SkRefCnt SkRefCntBase

Public Types

enum  ShapesType {
  kNone_ShapesType , kRect_ShapesType , kOval_ShapesType , kRRect_ShapesType ,
  kMixed_ShapesType
}
 
- Public Types inherited from Benchmark
enum class  Backend {
  kNonRendering , kRaster , kGanesh , kGraphite ,
  kPDF , kHWUI
}
 

Public Member Functions

 ShapesBench (ShapesType shapesType, ShapesType innerShapesType, int numShapes, const SkISize &shapesSize, bool perspective)
 
- Public Member Functions inherited from Benchmark
 Benchmark ()
 
const char * getName ()
 
const char * getUniqueName ()
 
SkISize getSize ()
 
virtual bool isSuitableFor (Backend backend)
 
virtual void modifyGrContextOptions (GrContextOptions *)
 
virtual bool shouldLoop () const
 
void delayedSetup ()
 
void perCanvasPreDraw (SkCanvas *)
 
void perCanvasPostDraw (SkCanvas *)
 
void preDraw (SkCanvas *)
 
void postDraw (SkCanvas *)
 
void draw (int loops, SkCanvas *)
 
virtual void getGpuStats (SkCanvas *, skia_private::TArray< SkString > *keys, skia_private::TArray< double > *values)
 
virtual bool getDMSAAStats (GrRecordingContext *)
 
int getUnits () const
 
- Public Member Functions inherited from SkRefCntBase
 SkRefCntBase ()
 
virtual ~SkRefCntBase ()
 
bool unique () const
 
void ref () const
 
void unref () const
 

Additional Inherited Members

- Protected Member Functions inherited from Benchmark
void setUnits (int units)
 
virtual void setupPaint (SkPaint *paint)
 
virtual const char * onGetName ()=0
 
virtual const char * onGetUniqueName ()
 
virtual void onDelayedSetup ()
 
virtual void onPerCanvasPreDraw (SkCanvas *)
 
virtual void onPerCanvasPostDraw (SkCanvas *)
 
virtual void onPreDraw (SkCanvas *)
 
virtual void onPostDraw (SkCanvas *)
 
virtual void onDraw (int loops, SkCanvas *)=0
 
virtual SkISize onGetSize ()
 

Detailed Description

Definition at line 42 of file ShapesBench.cpp.

Member Enumeration Documentation

◆ ShapesType

Enumerator
kNone_ShapesType 
kRect_ShapesType 
kOval_ShapesType 
kRRect_ShapesType 
kMixed_ShapesType 

Definition at line 44 of file ShapesBench.cpp.

Constructor & Destructor Documentation

◆ ShapesBench()

ShapesBench::ShapesBench ( ShapesType  shapesType,
ShapesType  innerShapesType,
int  numShapes,
const SkISize shapesSize,
bool  perspective 
)
inline

Definition at line 52 of file ShapesBench.cpp.

54 : fShapesType(shapesType)
55 , fInnerShapesType(innerShapesType)
56 , fNumShapes(numShapes)
57 , fShapesSize(shapesSize)
58 , fPerspective(perspective) {
59 clampShapeSize();
60 }

The documentation for this class was generated from the following file: