Home
last modified time | relevance | path

Searched refs:AddTextBlobToCmdList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h189 …static OpDataHandle AddTextBlobToCmdList(CmdList& cmdList, const TextBlob* textBlob, void* ctx = n…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp551 OpDataHandle handle = CmdListHelper::AddTextBlobToCmdList(*cmdList, nullptr);
H A Ddraw_cmd_test.cpp675 auto opDataHandle = CmdListHelper::AddTextBlobToCmdList(*drawCmdList, textBlob.get());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp422 auto textBlobHandle = CmdListHelper::AddTextBlobToCmdList(*cmdList_, blob, &ctx); in DrawTextBlob()
H A Dcmd_list_helper.cpp414 OpDataHandle CmdListHelper::AddTextBlobToCmdList(CmdList& cmdList, const TextBlob* textBlob, void* … in AddTextBlobToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
H A Ddraw_cmd.cpp1260 auto textBlobHandle = CmdListHelper::AddTextBlobToCmdList(cmdList, textBlob_.get(), &ctx); in Marshalling()