Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skottie::TransformPropertyValue Struct Reference

#include <SkottieProperty.h>

Public Member Functions

bool operator== (const TransformPropertyValue &other) const
 
bool operator!= (const TransformPropertyValue &other) const
 

Public Attributes

SkPoint fAnchorPoint
 
SkPoint fPosition
 
SkVector fScale
 
SkScalar fRotation
 
SkScalar fSkew
 
SkScalar fSkewAxis
 

Detailed Description

Definition at line 108 of file SkottieProperty.h.

Member Function Documentation

◆ operator!=()

bool skottie::TransformPropertyValue::operator!= ( const TransformPropertyValue other) const

Definition at line 57 of file SkottieProperty.cpp.

57 {
58 return !(*this == other);
59}

◆ operator==()

bool skottie::TransformPropertyValue::operator== ( const TransformPropertyValue other) const

Definition at line 49 of file SkottieProperty.cpp.

49 {
50 return this->fAnchorPoint == other.fAnchorPoint
51 && this->fPosition == other.fPosition
52 && this->fScale == other.fScale
53 && this->fSkew == other.fSkew
54 && this->fSkewAxis == other.fSkewAxis;
55}

Member Data Documentation

◆ fAnchorPoint

SkPoint skottie::TransformPropertyValue::fAnchorPoint

Definition at line 109 of file SkottieProperty.h.

◆ fPosition

SkPoint skottie::TransformPropertyValue::fPosition

Definition at line 110 of file SkottieProperty.h.

◆ fRotation

SkScalar skottie::TransformPropertyValue::fRotation

Definition at line 112 of file SkottieProperty.h.

◆ fScale

SkVector skottie::TransformPropertyValue::fScale

Definition at line 111 of file SkottieProperty.h.

◆ fSkew

SkScalar skottie::TransformPropertyValue::fSkew

Definition at line 113 of file SkottieProperty.h.

◆ fSkewAxis

SkScalar skottie::TransformPropertyValue::fSkewAxis

Definition at line 114 of file SkottieProperty.h.


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