Home
last modified time | relevance | path

Searched defs:Make (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_dash_path_effect.cpp23 std::shared_ptr<TexginePathEffect> TexgineDashPathEffect::Make(const float intervals[], int count, … in Make() function in OHOS::Rosen::TextEngine::TexgineDashPathEffect
H A Dtexgine_path_1d_path_effect.cpp21 std::shared_ptr<TexginePathEffect> TexginePath1DPathEffect::Make(const TexginePath &path, in Make() function in OHOS::Rosen::TextEngine::TexginePath1DPathEffect
H A Dtexgine_text_blob_builder.cpp31 std::shared_ptr<TexgineTextBlob> TexgineTextBlobBuilder::Make() in Make() function in OHOS::Rosen::TextEngine::TexgineTextBlobBuilder
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtext_blob_builder.cpp26 std::shared_ptr<TextBlob> TextBlobBuilder::Make() in Make() function in OHOS::Rosen::Drawing::TextBlobBuilder
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Drs_xform.h29 static RSXform Make(scalar cos, scalar sin, scalar tx, scalar ty) in Make() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob_builder.cpp26 std::shared_ptr<TextBlob> SkiaTextBlobBuilder::Make() in Make() function in OHOS::Rosen::Drawing::SkiaTextBlobBuilder
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/thread/
H A Dtask_executor.h342 static SingleTaskExecutor Make(RefPtr<TaskExecutor>&& taskExecutor, TaskType type) in Make() function
347 static SingleTaskExecutor Make(const RefPtr<TaskExecutor>& taskExecutor, TaskType type) in Make() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_ref.h80 static JsiRef<T> Make(Args&&... args) in Make() function