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 D | cmd_list_helper.cpp | 430 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 D | recording_canvas.cpp | 422 auto textBlobHandle = CmdListHelper::AddTextBlobToCmdList(*cmdList_, blob, &ctx); in DrawTextBlob() local 428 AddDrawOpImmediate<DrawTextBlobOpItem::ConstructorHandle>(textBlobHandle, globalUniqueId, x, y); in DrawTextBlob()
|
H A D | draw_cmd.cpp | 1260 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 D | cmd_list_helper.h | 191 const OpDataHandle& textBlobHandle, uint64_t globalUniqueId = 0);
|