Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp89 ImageHandle handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
95 handle = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
517 ImageHandle handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap);
523 handel = CmdListHelper::AddBitmapToCmdList(*cmdList, bitmap1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h45 static ImageHandle AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp114 ImageHandle CmdListHelper::AddBitmapToCmdList(CmdList& cmdList, const Bitmap& bitmap) in AddBitmapToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp1019 bitmapHandle = CmdListHelper::AddBitmapToCmdList(cmdList, *bitmap_); in Marshalling()