Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
ConicBench_asQuadTol Class Reference
Inheritance diagram for ConicBench_asQuadTol:
ConicBench Benchmark SkRefCnt SkRefCntBase

Public Member Functions

 ConicBench_asQuadTol ()
 
- Public Member Functions inherited from ConicBench
 ConicBench ()
 
bool isSuitableFor (Backend backend) override
 
- Public Member Functions inherited from Benchmark
 Benchmark ()
 
const char * getName ()
 
const char * getUniqueName ()
 
SkISize getSize ()
 
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
 

Protected Member Functions

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

Additional Inherited Members

- Public Types inherited from Benchmark
enum class  Backend {
  kNonRendering , kRaster , kGanesh , kGraphite ,
  kPDF , kHWUI
}
 
- Protected Types inherited from ConicBench
enum  { CONICS = 100 }
 
- Protected Attributes inherited from ConicBench
SkConic fConics [CONICS]
 

Detailed Description

Definition at line 1071 of file PathBench.cpp.

Constructor & Destructor Documentation

◆ ConicBench_asQuadTol()

ConicBench_asQuadTol::ConicBench_asQuadTol ( )
inline

Definition at line 1073 of file PathBench.cpp.

1073{}

Member Function Documentation

◆ onDraw()

void ConicBench_asQuadTol::onDraw ( int  loops,
SkCanvas  
)
inlineoverrideprotectedvirtual

Implements Benchmark.

Definition at line 1080 of file PathBench.cpp.

1080 {
1081 for (int i = 0; i < loops; ++i) {
1082 for (int j = 0; j < CONICS; ++j) {
1084 }
1085 }
1086 }
#define SK_ScalarHalf
Definition SkScalar.h:19
SkConic fConics[CONICS]
bool asQuadTol(SkScalar tol) const

◆ onGetName()

const char * ConicBench_asQuadTol::onGetName ( )
inlineoverrideprotectedvirtual

Implements Benchmark.

Definition at line 1076 of file PathBench.cpp.

1076 {
1077 return "conic-asQuadTol";
1078 }

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