Home
last modified time | relevance | path

Searched refs:LayerProperties (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp465 template <typename LayerProperties>
492 result = producer->dequeueBuffer(&slot, &fence, LayerProperties::WIDTH, in enqueueBuffer()
493 LayerProperties::HEIGHT, LayerProperties::FORMAT, in enqueueBuffer()
494 LayerProperties::USAGE, nullptr, nullptr); in enqueueBuffer()
508 LayerProperties::DATASPACE, in enqueueBuffer()
509 Rect(LayerProperties::WIDTH, in enqueueBuffer()
510 LayerProperties::HEIGHT), in enqueueBuffer()
511 LayerProperties::SCALING_MODE, in enqueueBuffer()
512 LayerProperties::TRANSFORM, Fence::NO_FENCE); in enqueueBuffer()
525 layer->setDefaultBufferProperties(LayerProperties::WIDTH, LayerProperties::HEIGHT, in setupLatchedBuffer()
[all …]
/frameworks/base/libs/hwui/
DRenderProperties.cpp33 LayerProperties::LayerProperties() { in LayerProperties() function in android::uirenderer::LayerProperties
37 LayerProperties::~LayerProperties() { in ~LayerProperties()
41 void LayerProperties::reset() { in reset()
46 bool LayerProperties::setColorFilter(SkColorFilter* filter) { in setColorFilter()
52 bool LayerProperties::setImageFilter(SkImageFilter* imageFilter) { in setImageFilter()
58 bool LayerProperties::setFromPaint(const SkPaint* paint) { in setFromPaint()
66 LayerProperties& LayerProperties::operator=(const LayerProperties& other) { in operator =()
DRenderProperties.h74 class LayerProperties {
112 LayerProperties& operator=(const LayerProperties& other);
118 LayerProperties();
119 ~LayerProperties();
513 const LayerProperties& layerProperties() const { return mLayerProperties; } in layerProperties()
515 LayerProperties& mutateLayerProperties() { return mLayerProperties; } in mutateLayerProperties()
601 LayerProperties mLayerProperties;
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp174 static bool layerNeedsPaint(const LayerProperties& properties, float alphaMultiplier, in layerNeedsPaint()
228 const LayerProperties& layerProperties = properties.layerProperties(); in drawContent()