Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
Xforms Struct Reference

Public Member Functions

 Xforms ()
 

Public Attributes

SkMatrix fIM
 
SkMatrix fTM
 
SkMatrix fSM
 
SkMatrix fRM
 

Detailed Description

Definition at line 5761 of file PathTest.cpp.

Constructor & Destructor Documentation

◆ Xforms()

Xforms::Xforms ( )
inline

Definition at line 5764 of file PathTest.cpp.

5764 {
5765 fIM.reset();
5766 fTM.setTranslate(10, 20);
5767 fSM.setScale(2, 3);
5768 fRM.setRotate(30);
5769 }
SkMatrix & setTranslate(SkScalar dx, SkScalar dy)
Definition: SkMatrix.cpp:254
SkMatrix & setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py)
Definition: SkMatrix.cpp:296
SkMatrix & setRotate(SkScalar degrees, SkScalar px, SkScalar py)
Definition: SkMatrix.cpp:452
SkMatrix & reset()
Definition: SkMatrix.cpp:49
SkMatrix fSM
Definition: PathTest.cpp:5762
SkMatrix fTM
Definition: PathTest.cpp:5762
SkMatrix fIM
Definition: PathTest.cpp:5762
SkMatrix fRM
Definition: PathTest.cpp:5762

Member Data Documentation

◆ fIM

SkMatrix Xforms::fIM

Definition at line 5762 of file PathTest.cpp.

◆ fRM

SkMatrix Xforms::fRM

Definition at line 5762 of file PathTest.cpp.

◆ fSM

SkMatrix Xforms::fSM

Definition at line 5762 of file PathTest.cpp.

◆ fTM

SkMatrix Xforms::fTM

Definition at line 5762 of file PathTest.cpp.


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