Home
last modified time | relevance | path

Searched refs:m_textBlob (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.cpp70 m_textBlob = nullptr; in ~JsTextBlob()
241 if (m_textBlob == nullptr) { in OnUniqueID()
245 return CreateJsNumber(env, m_textBlob->UniqueID()); in OnUniqueID()
383 if (m_textBlob == nullptr) { in OnBounds()
387 std::shared_ptr<Rect> rect = m_textBlob->Bounds(); in OnBounds()
398 return m_textBlob; in GetTextBlob()
H A Djs_text_blob.h28 explicit JsTextBlob(napi_env env, std::shared_ptr<TextBlob> textBlob) : m_textBlob(textBlob) {} in JsTextBlob()
49 std::shared_ptr<TextBlob> m_textBlob = nullptr; variable