Searched refs:transformable (Results 1 – 8 of 8) sorted by relevance
11 transformable48 # transformable
12 transformable57 # transformable
11 transformable50 # transformable
16 icon/transformable55 transformable93 # icon/transformable276 # transformable
11 icon/transformable
147 _ReadTransformable(LittleEndianBuffer& buffer, Transformable* transformable) in _ReadTransformable() argument157 transformable->LoadFrom(matrix); in _ReadTransformable()163 _ReadTranslation(LittleEndianBuffer& buffer, Transformable* transformable) in _ReadTranslation() argument167 transformable->TranslateBy(t); in _ReadTranslation()
217 _WriteTransformable(LittleEndianBuffer& buffer, const Transformable* transformable) in _WriteTransformable() argument221 transformable->StoreTo(matrix); in _WriteTransformable()233 _WriteTranslation(LittleEndianBuffer& buffer, const Transformable* transformable) in _WriteTranslation() argument236 transformable->Transform(&t); in _WriteTranslation()
26131 transformable