Searched defs:fontSpan (Results 1 – 5 of 5) sorted by relevance
86 auto fontSpan = Referenced::MakeRefPtr<JSFontSpan>(); in Constructor() local103 void JSFontSpan::Destructor(JSFontSpan* fontSpan) in Destructor()279 void JSFontSpan::SetFontSpan(const RefPtr<FontSpan>& fontSpan) in SetFontSpan()
335 auto fontSpan = Referenced::Claim(obj->Unwrap<JSFontSpan>()); in CreateJsFontSpan() local465 auto* fontSpan = AceType::DynamicCast<JSFontSpan>(base); in ParseJsFontSpan() local
1321 RefPtr<FontSpan> fontSpan = AceType::MakeRefPtr<FontSpan>(testFont1, 0, 10); variable1402 RefPtr<FontSpan> fontSpan = AceType::MakeRefPtr<FontSpan>(testFont1, 0, 10); variable
143 auto fontSpan = DynamicCast<FontSpan>(other); in IsAttributesEqual() local
324 auto fontSpan = CreateFontSpanByTextStyle(updateSpanStyle, textStyle, length); in CreateStyledStringByTextStyle() local