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

Public Member Functions

 LoopPatchBench (SkPoint scale, VertexMode vertexMode)
 
void appendName (SkString *name) override
 
void setCubics () override
 
- Public Member Functions inherited from PatchBench
 PatchBench (SkPoint scale, VertexMode vertexMode)
 
virtual void setColors ()
 
virtual void setTexCoords ()
 
virtual sk_sp< SkShadercreateShader ()
 
- 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

- Public Types inherited from PatchBench
enum  VertexMode { kNone_VertexMode , kColors_VertexMode , kTexCoords_VertexMode , kBoth_VertexMode }
 
- Public Types inherited from Benchmark
enum class  Backend {
  kNonRendering , kRaster , kGanesh , kGraphite ,
  kPDF , kHWUI
}
 
- Protected Types inherited from PatchBench
using INHERITED = Benchmark
 
- Protected Member Functions inherited from PatchBench
const char * onGetName () override
 
void onDelayedSetup () override
 
void onDraw (int loops, SkCanvas *canvas) override
 
- Protected Member Functions inherited from Benchmark
void setUnits (int units)
 
virtual void setupPaint (SkPaint *paint)
 
virtual const char * onGetUniqueName ()
 
virtual void onPerCanvasPreDraw (SkCanvas *)
 
virtual void onPerCanvasPostDraw (SkCanvas *)
 
virtual void onPreDraw (SkCanvas *)
 
virtual void onPostDraw (SkCanvas *)
 
virtual SkISize onGetSize ()
 
- Protected Attributes inherited from PatchBench
SkPaint fPaint
 
SkString fName
 
SkVector fScale
 
SkPoint fCubics [12]
 
SkPoint fTexCoords [4]
 
SkColor fColors [4]
 
VertexMode fVertexMode
 

Detailed Description

Definition at line 212 of file PatchBench.cpp.

Constructor & Destructor Documentation

◆ LoopPatchBench()

LoopPatchBench::LoopPatchBench ( SkPoint  scale,
VertexMode  vertexMode 
)
inline

Definition at line 214 of file PatchBench.cpp.

215 : INHERITED(scale, vertexMode) { }
const Scalar scale

Member Function Documentation

◆ appendName()

void LoopPatchBench::appendName ( SkString name)
inlineoverridevirtual

Reimplemented from PatchBench.

Definition at line 217 of file PatchBench.cpp.

217 {
218 name->append("loop");
219 }
const char * name
Definition fuchsia.cc:50

◆ setCubics()

void LoopPatchBench::setCubics ( )
inlineoverridevirtual

Reimplemented from PatchBench.

Definition at line 221 of file PatchBench.cpp.

221 {
223 //top points
224 {100,100},{300,200},{100,200}, {300,100},
225 //right points
226 {380, 400},{380,0},
227 //bottom points
228 {300,300},{250,250},{30,200},{100,300},
229 //left points
230 {140,325},{150,150}
231 };
233 }
static const int points[]
SkPoint fCubics[12]

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