Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp448 auto textBlobData = std::make_shared<Data>(); in GetTextBlobFromCmdList() local
449 textBlobData->BuildWithoutCopy(data, textBlobHandle.size); in GetTextBlobFromCmdList()
450 return TextBlob::Deserialize(textBlobData->GetData(), textBlobData->GetSize(), &customCtx); in GetTextBlobFromCmdList()