Searched refs:customTypefaceQueryfunc (Results 1 – 5 of 5) sorted by relevance
108 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in RSRenderThread() local112 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in RSRenderThread()
247 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in RegisterTypeface() local254 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in RegisterTypeface()
113 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc) in SetTypefaceQueryCallBack() argument115 customTypefaceQueryfunc_ = customTypefaceQueryfunc; in SetTypefaceQueryCallBack()
489 static std::function<std::shared_ptr<Drawing::Typeface> (uint64_t)> customTypefaceQueryfunc = in Init() local493 Drawing::DrawOpItem::SetTypefaceQueryCallBack(customTypefaceQueryfunc); in Init()
120 std::function<std::shared_ptr<Drawing::Typeface>(uint64_t)> customTypefaceQueryfunc);