Searched refs:styleType_ (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/ |
H A D | performancetest.ts | 25 this.styleType_ = styleType; 37 this.styleType_ = styleType; 49 this.styleType_ = styleType; 61 this.styleType_ = styleType; 75 this.styleType_ = styleType; 91 this.styleType_ = styleType;
|
H A D | pathtest.ts | 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; 248 this.styleType_ = styleType;
|
H A D | textblobtest.ts | 35 this.styleType_ = styleType; 70 this.styleType_ = styleType; 92 this.styleType_ = styleType; 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_ndk/cpp/ |
H A D | test_base.h | 38 explicit TestBase(int styleType):styleType_(styleType){}; in TestBase() 73 int styleType_ = DRAW_STYLE_NONE; variable
|
H A D | test_base.cpp | 124 StyleSettings(canvas, styleType_); in TestPerformanceGpu() 134 StyleSettings(bitmapCanvas_, styleType_); in TestPerformanceCpu() 146 StyleSettings(gpuCanvas_, styleType_); in TestPerformanceGpu()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | testbase.ts | 35 this.styleType_ = StyleType.DRAW_STYLE_NONE; 49 styleType_: number | 0; //性能测试耗时 149 this.StyleSettings(this.canvas_, this.styleType_); 176 this.StyleSettings(canvas, this.styleType_);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.h | 199 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern() 202 : focusType_(focusType), focusable_(focusable), styleType_(styleType) in FocusPattern() 224 styleType_ = focusPattern.GetStyleType(); in FocusPattern() 252 return styleType_; in GetStyleType() 256 styleType_ = styleType; in SetStyleType() 294 FocusStyleType styleType_ = FocusStyleType::NONE; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | platform_pattern_test_ng.cpp | 92 ASSERT_EQ(focusPattern.styleType_, FocusStyleType::FORCE_NONE);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/ |
H A D | qrcode_test_ng.cpp | 410 EXPECT_EQ(focusPattern.styleType_, FocusStyleType::INNER_BORDER);
|