Flutter Engine
 
Loading...
Searching...
No Matches
flutter::DrawPathOp Struct Referencefinal

#include <dl_op_records.h>

Inheritance diagram for flutter::DrawPathOp:
flutter::DrawOpBase flutter::DLOp

Public Member Functions

 DrawPathOp (const DlPath &path)
 
void dispatch (DlOpReceiver &receiver) const
 
DisplayListCompare equals (const DrawPathOp *other) const
 
- Public Member Functions inherited from flutter::DrawOpBase
 DrawOpBase (DisplayListOpType type)
 
- Public Member Functions inherited from flutter::DLOp
 DLOp (DisplayListOpType type)
 
DisplayListCompare equals (const DLOp *other) const
 

Public Attributes

const DlPath path
 
- Public Attributes inherited from flutter::DLOp
const DisplayListOpType type
 

Static Public Attributes

static constexpr auto kType = DisplayListOpType::kDrawPath
 
- Static Public Attributes inherited from flutter::DrawOpBase
static constexpr uint32_t kDepthInc = 1
 
static constexpr uint32_t kRenderOpInc = 1
 
- Static Public Attributes inherited from flutter::DLOp
static constexpr uint32_t kDepthInc = 0
 
static constexpr uint32_t kRenderOpInc = 0
 

Detailed Description

Definition at line 605 of file dl_op_records.h.

Constructor & Destructor Documentation

◆ DrawPathOp()

flutter::DrawPathOp::DrawPathOp ( const DlPath path)
inlineexplicit

Definition at line 608 of file dl_op_records.h.

DrawOpBase(DisplayListOpType type)
static constexpr auto kType

Member Function Documentation

◆ dispatch()

void flutter::DrawPathOp::dispatch ( DlOpReceiver receiver) const
inline

Definition at line 612 of file dl_op_records.h.

612 { //
613 receiver.drawPath(path);
614 }

References flutter::DlOpReceiver::drawPath(), and path.

◆ equals()

DisplayListCompare flutter::DrawPathOp::equals ( const DrawPathOp other) const
inline

Member Data Documentation

◆ kType

constexpr auto flutter::DrawPathOp::kType = DisplayListOpType::kDrawPath
staticconstexpr

Definition at line 606 of file dl_op_records.h.

◆ path

const DlPath flutter::DrawPathOp::path

Definition at line 610 of file dl_op_records.h.

Referenced by dispatch(), and equals().


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