Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 5682 of file PathTest.cpp.

Constructor & Destructor Documentation

◆ Xforms()

Xforms::Xforms ( )
inline

Definition at line 5685 of file PathTest.cpp.

5685 {
5686 fIM.reset();
5687 fTM.setTranslate(10, 20);
5688 fSM.setScale(2, 3);
5689 fRM.setRotate(30);
5690 }
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
SkMatrix fTM
SkMatrix fIM
SkMatrix fRM

Member Data Documentation

◆ fIM

SkMatrix Xforms::fIM

Definition at line 5683 of file PathTest.cpp.

◆ fRM

SkMatrix Xforms::fRM

Definition at line 5683 of file PathTest.cpp.

◆ fSM

SkMatrix Xforms::fSM

Definition at line 5683 of file PathTest.cpp.

◆ fTM

SkMatrix Xforms::fTM

Definition at line 5683 of file PathTest.cpp.


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