Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.cpp108 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in RSRenderThread() local
112 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in RSRenderThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp247 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in RegisterTypeface() local
254 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in RegisterTypeface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd.cpp113 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc) in SetTypefaceQueryCallBack() argument
115 customTypefaceQueryfunc_ = customTypefaceQueryfunc; in SetTypefaceQueryCallBack()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp489 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in Init() local
493 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in Init()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd.h120 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc);