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

Public Member Functions

 ConicBench_quadPow2 ()
 
- 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 1092 of file PathBench.cpp.

Constructor & Destructor Documentation

◆ ConicBench_quadPow2()

ConicBench_quadPow2::ConicBench_quadPow2 ( )
inline

Definition at line 1094 of file PathBench.cpp.

1094{}

Member Function Documentation

◆ onDraw()

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

Implements Benchmark.

Definition at line 1101 of file PathBench.cpp.

1101 {
1102 for (int i = 0; i < loops; ++i) {
1103 for (int j = 0; j < CONICS; ++j) {
1105 }
1106 }
1107 }
#define SK_ScalarHalf
Definition SkScalar.h:19
SkConic fConics[CONICS]
int SK_SPI computeQuadPOW2(SkScalar tol) const

◆ onGetName()

const char * ConicBench_quadPow2::onGetName ( )
inlineoverrideprotectedvirtual

Implements Benchmark.

Definition at line 1097 of file PathBench.cpp.

1097 {
1098 return "conic-quadPow2";
1099 }

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