Searched defs:Make (Results 1 – 8 of 8) sorted by relevance
23 std::shared_ptr<TexginePathEffect> TexgineDashPathEffect::Make(const float intervals[], int count, … in Make() function in OHOS::Rosen::TextEngine::TexgineDashPathEffect
21 std::shared_ptr<TexginePathEffect> TexginePath1DPathEffect::Make(const TexginePath &path, in Make() function in OHOS::Rosen::TextEngine::TexginePath1DPathEffect
31 std::shared_ptr<TexgineTextBlob> TexgineTextBlobBuilder::Make() in Make() function in OHOS::Rosen::TextEngine::TexgineTextBlobBuilder
26 std::shared_ptr<TextBlob> TextBlobBuilder::Make() in Make() function in OHOS::Rosen::Drawing::TextBlobBuilder
29 static RSXform Make(scalar cos, scalar sin, scalar tx, scalar ty) in Make() function
26 std::shared_ptr<TextBlob> SkiaTextBlobBuilder::Make() in Make() function in OHOS::Rosen::Drawing::SkiaTextBlobBuilder
342 static SingleTaskExecutor Make(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in Make() function347 static SingleTaskExecutor Make(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in Make() function
80 static JsiRef<T> Make(Args&&... args) in Make() function