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

Public Member Functions

 RRectBench (int shift, int stroke=0)
 
- Public Member Functions inherited from RectBench
 RectBench (int shift, int stroke=0, bool aa=true, bool perspective=false)
 
const char * computeName (const char root[])
 
- 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
 

Protected Member Functions

void drawThisRect (SkCanvas *c, const SkRect &r, const SkPaint &p) override
 
const char * onGetName () override
 
- Protected Member Functions inherited from RectBench
void onDelayedSetup () override
 
void onDraw (int loops, SkCanvas *canvas) override
 
void setupPaint (SkPaint *paint) override
 
- Protected Member Functions inherited from Benchmark
void setUnits (int units)
 
virtual const char * onGetUniqueName ()
 
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 RectBench
enum  { W = 640 , H = 480 , N = 300 }
 
- Public Types inherited from Benchmark
enum class  Backend {
  kNonRendering , kRaster , kGanesh , kGraphite ,
  kPDF , kHWUI
}
 
- Public Attributes inherited from RectBench
int fShift
 
int fStroke
 
SkRect fRects [N]
 
SkColor fColors [N]
 
bool fAA
 
bool fPerspective
 

Detailed Description

Definition at line 206 of file RectBench.cpp.

Constructor & Destructor Documentation

◆ RRectBench()

RRectBench::RRectBench ( int  shift,
int  stroke = 0 
)
inline

Definition at line 208 of file RectBench.cpp.

208: RectBench(shift, stroke) {}

Member Function Documentation

◆ drawThisRect()

void RRectBench::drawThisRect ( SkCanvas c,
const SkRect r,
const SkPaint p 
)
inlineoverrideprotectedvirtual

Reimplemented from RectBench.

Definition at line 210 of file RectBench.cpp.

210 {
211 c->drawRoundRect(r, r.width() / 4, r.height() / 4, p);
212 }
void drawRoundRect(const SkRect &rect, SkScalar rx, SkScalar ry, const SkPaint &paint)
constexpr float height() const
Definition SkRect.h:769
constexpr float width() const
Definition SkRect.h:762

◆ onGetName()

const char * RRectBench::onGetName ( )
inlineoverrideprotectedvirtual

Reimplemented from RectBench.

Definition at line 213 of file RectBench.cpp.

213{ return computeName("rrects"); }
const char * computeName(const char root[])
Definition RectBench.cpp:39

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