Home
last modified time | relevance | path

Searched refs:DRAW_STYLE_NONE (Results 1 – 4 of 4) 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){
35 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
47 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
59 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
73 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
89 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
H A Dcanvastest.ts38 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
116 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
177 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
313 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
378 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE) {
445 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE) {
541 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE) {
650 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
715 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE) {
1258 public constructor(styleType: number = StyleType.DRAW_STYLE_NONE){
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h70 DRAW_STYLE_NONE = 0, // 无配置 enumerator
73 int styleType_ = DRAW_STYLE_NONE;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dtestbase.ts35 this.styleType_ = StyleType.DRAW_STYLE_NONE;
293 DRAW_STYLE_NONE = 0,