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

Public Member Functions

 M33_mapRectBench (MapMatrixType type)
 
- Public Member Functions inherited from MapRectBench
 MapRectBench (MapMatrixType type, const char name[])
 
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

void performTest () override
 
- Protected Member Functions inherited from MapRectBench
virtual int mulLoopCount () const
 
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 Attributes inherited from MapRectBench
SkM44 fM
 
SkRect fS
 
SkRect fD
 

Detailed Description

Definition at line 238 of file Matrix44Bench.cpp.

Constructor & Destructor Documentation

◆ M33_mapRectBench()

M33_mapRectBench::M33_mapRectBench ( MapMatrixType  type)
inline

Definition at line 240 of file Matrix44Bench.cpp.

240 : INHERITED(type, "m33") {
241 fM33 = fM.asM33();
242 }
SkMatrix asM33() const
Definition SkM44.h:409

Member Function Documentation

◆ performTest()

void M33_mapRectBench::performTest ( )
inlineoverrideprotectedvirtual

Implements MapRectBench.

Definition at line 245 of file Matrix44Bench.cpp.

245 {
246 for (int i = 0; i < 100000; ++i) {
247 fD = fM33.mapRect(fS);
248 }
249 }
bool mapRect(SkRect *dst, const SkRect &src, SkApplyPerspectiveClip pc=SkApplyPerspectiveClip::kYes) const

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