/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/ |
H A D | performancetest.ts | 23 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 D | pathtest.ts | 25 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 D | textblobtest.ts | 33 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 D | canvastest.ts | 40 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 D | testbase.ts | 192 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 D | stylemgr_tdd_test.cpp | 183 …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 D | stylemgr_tdd_test.h | 65 … 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 D | test_base.h | 38 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 D | text_style.cpp | 161 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 D | focus_hub.h | 198 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 D | accessibility_node_manager.cpp | 350 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 D | text_style.h | 113 bool MatchOneAttribute(StyleType styleType, const TextStyle &rhs) const;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_manager_lite.cpp | 792 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 D | window_manager.cpp | 1325 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 D | rich_editor_pattern.h | 68 #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 D | window_manager.h | 191 virtual void OnWindowStyleUpdate(WindowStyleType styleType) = 0;
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_proxy_test.cpp | 992 WindowStyleType styleType; variable 993 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->GetWindowStyleType(styleType));
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_manager_lite_test.cpp | 68 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument
|
H A D | window_manager_test.cpp | 129 void OnWindowStyleUpdate(WindowStyleType styleType) in OnWindowStyleUpdate() argument
|