Home
last modified time | relevance | path

Searched refs:styleType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dperformancetest.ts23 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
25 this.styleType_ = styleType;
35 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
37 this.styleType_ = styleType;
47 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
49 this.styleType_ = styleType;
59 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
61 this.styleType_ = styleType;
73 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
75 this.styleType_ = styleType;
[all …]
H A Dpathtest.ts25 public constructor(styleType: number) {
27 this.styleType_ = styleType;
47 this.styleType_ = styleType;
68 this.styleType_ = styleType;
89 this.styleType_ = styleType;
112 this.styleType_ = styleType;
136 this.styleType_ = styleType;
158 this.styleType_ = styleType;
188 this.styleType_ = styleType;
217 this.styleType_ = styleType;
[all …]
H A Dtextblobtest.ts33 public constructor(styleType: number) {
35 this.styleType_ = styleType;
68 public constructor(styleType: number) {
70 this.styleType_ = styleType;
90 public constructor(styleType: number) {
92 this.styleType_ = styleType;
112 public constructor(styleType: number) {
114 this.styleType_ = styleType;
H A Dcanvastest.ts40 this.styleType_ = styleType;
118 this.styleType_ = styleType;
179 this.styleType_ = styleType;
315 this.styleType_ = styleType;
380 this.styleType_ = styleType;
447 this.styleType_ = styleType;
543 this.styleType_ = styleType;
652 this.styleType_ = styleType;
717 this.styleType_ = styleType;
778 this.styleType_ = styleType;
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dtestbase.ts192 public StyleSettings(canvas: drawing.Canvas, styleType: StyleType) {
193 if (styleType == StyleType.DRAW_STYLE_COMPLEX) {
198 } else if (styleType == StyleType.DRAW_STYLE_PERFORMANCE_TEST) {
213 if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_1) {
221 } else if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_2) {
231 } else if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_3) {
238 } else if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_4) {
247 if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_1) {
257 } else if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_2) {
268 } else if (styleType == TestFunctionStyleType.DRAW_STYLE_TYPE_3) {
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp183 …if ((styleType == nullptr) || (strlen(styleType) == 0) || (propName == nullptr) || (strlen(propNam… in PrepareStyleOption()
549 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector002() local
552 jerry_value_t styleOption = PrepareStyleOption(styleType, widthKey, widthValue); in ACELiteStyleManagerIDSelector002()
634 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector004() local
637 jerry_value_t option = PrepareStyleOption(styleType, heightKey, heightValue); in ACELiteStyleManagerIDSelector004()
679 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerIDSelector005() local
682 jerry_value_t styleOption = PrepareStyleOption(styleType, widthKey2, widthValue2); in ACELiteStyleManagerIDSelector005()
774 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerClassSelector002() local
775 jerry_value_t styleOption = PrepareStyleOption(styleType, heightKey, heightValue); in ACELiteStyleManagerClassSelector002()
819 constexpr char styleType[] = "staticStyle"; in ACELiteStyleManagerClassSelector003() local
[all …]
H A Dstylemgr_tdd_test.h65 … JSValue PrepareStyleOption(const char* styleType, const char* propName, uint16_t propValue) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h38 explicit TestBase(int styleType):styleType_(styleType){}; in TestBase() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/common/
H A Dtext_style.cpp161 bool TextStyle::MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const in MatchOneAttribute() argument
163 switch (styleType) { in MatchOneAttribute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h198 FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType) in FocusPattern() argument
199 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern()
201 …FocusPattern(FocusType focusType, bool focusable, FocusStyleType styleType, const FocusPaintParam&… in FocusPattern() argument
202 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern()
254 void SetStyleType(FocusStyleType styleType) in SetStyleType() argument
256 styleType_ = styleType; in SetStyleType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp350 auto styleType = ConvertStrToPropertyType(style.first); in GetInspectorNodeById() local
351 if (styleJsonNode->Contains(styleType)) { in GetInspectorNodeById()
352 styleJsonNode->Replace(styleType.c_str(), style.second.c_str()); in GetInspectorNodeById()
354 styleJsonNode->Put(styleType.c_str(), style.second.c_str()); in GetInspectorNodeById()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h113 bool MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_lite.cpp792 WindowStyleType styleType; in GetWindowStyleType() local
793 …if (SingletonContainer::Get<WindowAdapterLite>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
794 return styleType; in GetWindowStyleType()
796 return styleType; in GetWindowStyleType()
H A Dwindow_manager.cpp1325 WindowStyleType styleType; in GetWindowStyleType() local
1326 if (SingletonContainer::Get<WindowAdapter>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
1327 return styleType; in GetWindowStyleType()
1329 return styleType; in GetWindowStyleType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h68 #define COPY_SPAN_STYLE_IF_PRESENT(sourceNode, targetNode, styleType, propertyInfo) \ argument
70 if ((sourceNode)->Has##styleType()) { \
71 (targetNode)->Update##styleType(*((sourceNode)->Get##styleType())); \
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager.h191 virtual void OnWindowStyleUpdate(WindowStyleType styleType) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp992 WindowStyleType styleType; variable
993 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->GetWindowStyleType(styleType));
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp68 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument
H A Dwindow_manager_test.cpp129 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument