Home
last modified time | relevance | path

Searched refs:CreateJsTextBlob (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/text_blob_napi/
H A Djs_text_blob.cpp148 return JsTextBlob::CreateJsTextBlob(env, textBlob); in MakeFromRunBuffer()
225 napi_value jsTextBlob = JsTextBlob::CreateJsTextBlob(env, textBlob); in MakeFromString()
287 napi_value jsTextBlob = JsTextBlob::CreateJsTextBlob(env, textBlob); in getJsTextBlob()
358 napi_value JsTextBlob::CreateJsTextBlob(napi_env env, const std::shared_ptr<TextBlob> textBlob) in CreateJsTextBlob() function in OHOS::Rosen::Drawing::JsTextBlob
H A Djs_text_blob.h34 static napi_value CreateJsTextBlob(napi_env env, const std::shared_ptr<TextBlob> textBlob);