HomeSort by relevance Sort by last modified time
    Searched defs:RenderProperties (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
RenderProperties.cpp 17 #include "RenderProperties.h"
69 RenderProperties::ComputedFields::ComputedFields() : mTransformMatrix(nullptr) {}
71 RenderProperties::ComputedFields::~ComputedFields() {
75 RenderProperties::RenderProperties() : mStaticMatrix(nullptr), mAnimationMatrix(nullptr) {}
77 RenderProperties::~RenderProperties() {
82 RenderProperties& RenderProperties::operator=(const RenderProperties& other)
    [all...]
RenderProperties.h 50 class RenderProperties;
112 friend class RenderProperties;
125 class ANDROID_API RenderProperties {
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 316 milliseconds