Searched refs:OH_Drawing_TextStyleIsEqual (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 2349 bool result = OH_Drawing_TextStyleIsEqual(txtStyle, txtStyleCompare); 2353 result = OH_Drawing_TextStyleIsEqual(txtStyle, txtStyleCompare); 2356 result = OH_Drawing_TextStyleIsEqual(txtStyle, txtStyleCompare); 2358 EXPECT_EQ(OH_Drawing_TextStyleIsEqual(nullptr, txtStyleCompare), false); 2359 EXPECT_EQ(OH_Drawing_TextStyleIsEqual(txtStyle, nullptr), false); 2360 EXPECT_EQ(OH_Drawing_TextStyleIsEqual(nullptr, nullptr), true);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 2622 bool OH_Drawing_TextStyleIsEqual(const OH_Drawing_TextStyle* style, const OH_Drawing_TextStyle* com…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 229 | bool [OH_Drawing_TextStyleIsEqual](_drawing.md#oh_drawing_textstyleisequal) (const [OH_Drawing_Te…
|
H A D | _drawing.md | 699 | bool [OH_Drawing_TextStyleIsEqual](#oh_drawing_textstyleisequal) (const [OH_Drawing_TextStyle](#o… 14736 ### OH_Drawing_TextStyleIsEqual() 14739 bool OH_Drawing_TextStyleIsEqual (const OH_Drawing_TextStyle* style, const OH_Drawing_TextStyle* co…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 229 | bool [OH_Drawing_TextStyleIsEqual](_drawing.md#oh_drawing_textstyleisequal) (const [OH_Drawing_Te…
|
H A D | _drawing.md | 699 | bool [OH_Drawing_TextStyleIsEqual](#oh_drawing_textstyleisequal) (const [OH_Drawing_TextStyle](#o… 14781 ### OH_Drawing_TextStyleIsEqual() 14784 bool OH_Drawing_TextStyleIsEqual (const OH_Drawing_TextStyle* style, const OH_Drawing_TextStyle* co…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 3329 bool OH_Drawing_TextStyleIsEqual(const OH_Drawing_TextStyle* style, const OH_Drawing_TextStyle* com… in OH_Drawing_TextStyleIsEqual() function
|