/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | LayerSnapshot.h | 150 Hwc2::IComposerClient::BlendMode getBlendMode(const RequestedLayerState& requested) const;
|
D | LayerSnapshot.cpp | 343 Hwc2::IComposerClient::BlendMode LayerSnapshot::getBlendMode( in getBlendMode() function in android::surfaceflinger::frontend::LayerSnapshot 508 blendMode = getBlendMode(requested); in merge()
|
D | LayerSnapshotBuilder.cpp | 249 auto getBlendMode(const LayerSnapshot& snapshot, const RequestedLayerState& requested) { in getBlendMode() function 912 snapshot.blendMode = getBlendMode(snapshot, requested); in updateSnapshot()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 337 status_t GraphicBufferMapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode() function in android::GraphicBufferMapper 339 return mMapper->getBlendMode(bufferHandle, outBlendMode); in getBlendMode()
|
D | Gralloc5.cpp | 958 status_t Gralloc5Mapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode() function in android::Gralloc5Mapper
|
D | Gralloc4.cpp | 687 status_t Gralloc4Mapper::getBlendMode(buffer_handle_t bufferHandle, in getBlendMode() function in android::Gralloc4Mapper
|
/frameworks/native/libs/ui/include/ui/ |
D | Gralloc.h | 166 virtual status_t getBlendMode(buffer_handle_t /*bufferHandle*/, in getBlendMode() function
|
D | GraphicBufferMapper.h | 159 status_t getBlendMode(buffer_handle_t bufferHandle, ui::BlendMode* outBlendMode);
|
D | Gralloc5.h | 128 [[nodiscard]] status_t getBlendMode(buffer_handle_t bufferHandle,
|
D | Gralloc4.h | 106 status_t getBlendMode(buffer_handle_t bufferHandle, ui::BlendMode* outBlendMode) const override;
|
/frameworks/base/core/java/android/widget/ |
D | EdgeEffect.java | 572 public BlendMode getBlendMode() { in getBlendMode() method in EdgeEffect 573 return mPaint.getBlendMode(); in getBlendMode()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferMapper.h | 159 status_t getBlendMode(buffer_handle_t bufferHandle, ui::BlendMode* outBlendMode);
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | LayoutTest.java | 701 expect.that(drawCommand.paint.getBlendMode()).isNotNull(); in highContrastTextEnabled_testDrawSelectionAndHighlight_drawsHighContrastSelectionAndHighlight() 754 expect.that(drawCommand.paint.getBlendMode()).isNotNull(); in highContrastTextEnabled_testDrawHighlight_drawsHighContrastHighlight() 806 expect.that(drawCommand.paint.getBlendMode()).isNull(); in highContrastTextDisabledByDefault_testDrawHighlight_drawsNormalHighlightBehind() 859 expect.that(drawCommand.paint.getBlendMode()).isNull(); in highContrastTextEnabledButFlagOff_testDrawHighlight_drawsNormalHighlightBehind()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1412 public BlendMode getBlendMode() { in getBlendMode() method in Paint
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 16490 method @Nullable public android.graphics.BlendMode getBlendMode(); 59143 method @Nullable public android.graphics.BlendMode getBlendMode();
|