Home
last modified time | relevance | path

Searched refs:EqualByFonts (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_test/
H A Dskia_txt_test.cpp74 EXPECT_EQ(textStyle1.EqualByFonts(textStyle2), false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h112 bool EqualByFonts(const TextStyle &rhs) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp146 bool TextStyle::EqualByFonts(const TextStyle &rhs) const in EqualByFonts() function in OHOS::Rosen::TextStyle
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3350 return convertStyle->EqualByFonts(*convertComparedStyle); in OH_Drawing_TextStyleIsEqualByFont()