Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DCompositionTest.cpp467 template <typename LayerProperties>
495 LayerProperties::HEIGHT, LayerProperties::FORMAT, in enqueueBuffer()
525 layer->setDefaultBufferProperties(LayerProperties::WIDTH, LayerProperties::HEIGHT, in setupLatchedBuffer()
693 EXPECT_EQ(half3(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in setupREColorCompositionCallExpectations()
745 template <typename LayerProperties>
840 layerDrawingState.color = half4(LayerProperties::COLOR[0], LayerProperties::COLOR[1], in initLayerDrawingStateAndComputeBounds()
841 LayerProperties::COLOR[2], LayerProperties::COLOR[3]); in initLayerDrawingStateAndComputeBounds()
881 LayerProperties::WIDTH, LayerProperties::HEIGHT, in createLayer()
886 layerDrawingState.crop = Rect(0, 0, LayerProperties::HEIGHT, LayerProperties::WIDTH); in createLayer()
920 LayerProperties::WIDTH, LayerProperties::HEIGHT, in createLayer()
[all …]
/aosp12/frameworks/base/libs/hwui/
H A 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 =()
H A 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;
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DRenderNodeDrawable.cpp174 static bool layerNeedsPaint(const LayerProperties& properties, float alphaMultiplier, in layerNeedsPaint()
228 const LayerProperties& layerProperties = properties.layerProperties(); in drawContent()