Searched refs:EqualByFonts (Results 1 – 4 of 4) sorted by relevance
74 EXPECT_EQ(textStyle1.EqualByFonts(textStyle2), false);
112 bool EqualByFonts(const TextStyle &rhs) const;
146 bool TextStyle::EqualByFonts(const TextStyle &rhs) const in EqualByFonts() function in OHOS::Rosen::TextStyle
3350 return convertStyle->EqualByFonts(*convertComparedStyle); in OH_Drawing_TextStyleIsEqualByFont()