Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp430 const OpDataHandle& textBlobHandle, uint64_t globalUniqueId) in GetTextBlobFromCmdList() argument
432 if (textBlobHandle.size == 0) { in GetTextBlobFromCmdList()
442 const void* data = cmdList.GetImageData(textBlobHandle.offset, textBlobHandle.size); in GetTextBlobFromCmdList()
449 textBlobData->BuildWithoutCopy(data, textBlobHandle.size); in GetTextBlobFromCmdList()
H A Drecording_canvas.cpp422 auto textBlobHandle = CmdListHelper::AddTextBlobToCmdList(*cmdList_, blob, &ctx); in DrawTextBlob() local
428 AddDrawOpImmediate<DrawTextBlobOpItem::ConstructorHandle>(textBlobHandle, globalUniqueId, x, y); in DrawTextBlob()
H A Ddraw_cmd.cpp1260 auto textBlobHandle = CmdListHelper::AddTextBlobToCmdList(cmdList, textBlob_.get(), &ctx); in Marshalling() local
1267 cmdList.AddOp<ConstructorHandle>(textBlobHandle, globalUniqueId, x_, y_, paintHandle); in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h191 const OpDataHandle& textBlobHandle, uint64_t globalUniqueId = 0);