Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp437 if (DrawOpItem::customTypefaceQueryfunc_) { in GetTextBlobFromCmdList()
438 typeface = DrawOpItem::customTypefaceQueryfunc_(globalUniqueId); in GetTextBlobFromCmdList()
H A Ddraw_cmd.cpp111 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> DrawOpItem::customTypefaceQueryfunc_ = … member in OHOS::Rosen::Drawing::DrawOpItem
115 customTypefaceQueryfunc_ = customTypefaceQueryfunc; in SetTypefaceQueryCallBack()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h121 static std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc_; variable