Searched defs:RenderProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DRenderProperties.cpp17 #include "RenderProperties.h"
69 RenderProperties::ComputedFields::ComputedFields() : mTransformMatrix(nullptr) {}
71 RenderProperties::ComputedFields::~ComputedFields() {
75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {} function in class:android::uirenderer::RenderProperties
77 RenderProperties::~RenderProperties() {
82 RenderProperties& RenderProperties::operator=(const RenderProperties
[all...]
H A DRenderProperties.h50 class RenderProperties;
112 friend class RenderProperties;
125 class ANDROID_API RenderProperties { class in namespace:android::uirenderer
127 RenderProperties();
128 virtual ~RenderProperties();
173 RenderProperties& operator=(const RenderProperties& other);
313 * so the value returned may be stale if the RenderProperties has been

Completed in 63 milliseconds