Home
last modified time | relevance | path

Searched refs:AddBitmapData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h148 size_t AddBitmapData(const void* data, size_t size);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp694 HWTEST_F(CmdListHelperTest, AddBitmapData, TestSize.Level1)
697 EXPECT_EQ(cmdList->AddBitmapData(nullptr, 0), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp152 size_t CmdList::AddBitmapData(const void* data, size_t size) in AddBitmapData() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp124 auto offset = cmdList.AddBitmapData(bitmap.GetPixels(), bitmapSize); in AddBitmapToCmdList()
275 … childHandle.bitmapOffset = cmdList.AddBitmapData(childBitmapData.first, childBitmapData.second); in AddChildToCmdList()
H A Ddraw_cmd_list.cpp539 drawCmdList->AddBitmapData(bitmapData.first, bitmapData.second); in PlaybackToDrawCmdList()