HomeSort by relevance Sort by last modified time
    Searched refs:LayerProperties (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
RenderProperties.cpp 36 LayerProperties::LayerProperties()
42 LayerProperties::~LayerProperties() {
46 void LayerProperties::reset() {
51 bool LayerProperties::setColorFilter(SkColorFilter* filter) {
57 bool LayerProperties::setFromPaint(const SkPaint* paint) {
68 LayerProperties& LayerProperties::operator=(const LayerProperties& other)
    [all...]
RenderProperties.h 66 class ANDROID_API LayerProperties {
118 LayerProperties& operator=(const LayerProperties& other);
121 LayerProperties();
122 ~LayerProperties();
555 const LayerProperties& layerProperties() const {
559 LayerProperties& mutateLayerProperties() {
604 LayerProperties mLayerProperties;
RenderNode.cpp 156 LayerType layerType = properties().layerProperties().type();
171 LayerType layerType = properties().layerProperties().type();
280 const LayerProperties& props = properties().layerProperties();
396 const bool isLayer = properties().layerProperties().type() != kLayerTypeNone;
    [all...]

Completed in 62 milliseconds