Searched refs:GetTextBlobFromCmdList (Results 1 – 4 of 4) sorted by relevance
190 static std::shared_ptr<TextBlob> GetTextBlobFromCmdList(const CmdList& cmdList,
552 auto sptr = CmdListHelper::GetTextBlobFromCmdList(*cmdList, handle);
429 std::shared_ptr<TextBlob> CmdListHelper::GetTextBlobFromCmdList(const CmdList& cmdList, in GetTextBlobFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
1246 …textBlob_ = CmdListHelper::GetTextBlobFromCmdList(cmdList, handle->textBlob, handle->globalUniqueI… in DrawTextBlobOpItem()1434 …std::shared_ptr<TextBlob> textBlob_ = CmdListHelper::GetTextBlobFromCmdList(cmdList, textBlob, glo… in GenerateCachedOpItem()