Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp478 template <typename LayerProperties>
505 result = producer->dequeueBuffer(&slot, &fence, LayerProperties::WIDTH, in enqueueBuffer()
506 LayerProperties::HEIGHT, LayerProperties::FORMAT, in enqueueBuffer()
507 LayerProperties::USAGE, nullptr, nullptr); in enqueueBuffer()
521 LayerProperties::DATASPACE, in enqueueBuffer()
522 Rect(LayerProperties::WIDTH, in enqueueBuffer()
523 LayerProperties::HEIGHT), in enqueueBuffer()
524 LayerProperties::SCALING_MODE, in enqueueBuffer()
525 LayerProperties::TRANSFORM, Fence::NO_FENCE); in enqueueBuffer()
538 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::setFromPaint(const SkPaint* paint) { in setFromPaint()
60 LayerProperties& LayerProperties::operator=(const LayerProperties& other) { in operator =()
DRenderProperties.h72 class ANDROID_API LayerProperties {
102 LayerProperties& operator=(const LayerProperties& other);
108 LayerProperties();
109 ~LayerProperties();
501 const LayerProperties& layerProperties() const { return mLayerProperties; } in layerProperties()
503 LayerProperties& mutateLayerProperties() { return mLayerProperties; } in mutateLayerProperties()
588 LayerProperties mLayerProperties;
/frameworks/base/libs/hwui/pipeline/skia/
DRenderNodeDrawable.cpp171 static bool layerNeedsPaint(const LayerProperties& properties, float alphaMultiplier, in layerNeedsPaint()
222 const LayerProperties& layerProperties = properties.layerProperties(); in drawContent()