Searched refs:m_textBlob (Results 1 – 2 of 2) sorted by relevance
70 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()
28 explicit JsTextBlob(napi_env env, std::shared_ptr<TextBlob> textBlob) : m_textBlob(textBlob) {} in JsTextBlob()49 std::shared_ptr<TextBlob> m_textBlob = nullptr; variable