Searched refs:customTypefaceQueryfunc_ (Results 1 – 3 of 3) sorted by relevance
437 if (DrawOpItem::customTypefaceQueryfunc_) { in GetTextBlobFromCmdList()438 typeface = DrawOpItem::customTypefaceQueryfunc_(globalUniqueId); in GetTextBlobFromCmdList()
111 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> DrawOpItem::customTypefaceQueryfunc_ = … member in OHOS::Rosen::Drawing::DrawOpItem115 customTypefaceQueryfunc_ = customTypefaceQueryfunc; in SetTypefaceQueryCallBack()
121 static std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc_; variable