Searched refs:DRAW_STYLE_COMPLEX (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | testcasefactory.cpp | 153 return std::make_shared<CanvasDrawImageRect>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be2b02() 165 return std::make_shared<CanvasResetMatrix>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3002() 169 return std::make_shared<CanvasReadPixels>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3102() 181 return std::make_shared<CanvasDrawShadow>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3402() 187 return std::make_shared<CanvasDrawVertices>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3602() 195 return std::make_shared<CanvasDrawCircle>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3802() 207 return std::make_shared<CanvasDrawTextBlob>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be3c02() 221 return std::make_shared<CanvasDrawBitmap>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be4102() 227 return std::make_shared<CanvasDrawPoints>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be4302() 237 return std::make_shared<CanvasDrawRegion>(TestBase::DRAW_STYLE_COMPLEX); in __anonec8024be4602() [all …]
|
H A D | test_base.h | 71 DRAW_STYLE_COMPLEX, // 保证性能测试稳定性: 绘制一个红色填充 enumerator
|
H A D | test_base.cpp | 371 if (type == DRAW_STYLE_COMPLEX) { in StyleSettings()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/ |
H A D | casefactory.ts | 73 ['pathisclosed', () => { return new PathIsClosed(StyleType.DRAW_STYLE_COMPLEX); }], 75 ['pathgetmatrix', () => { return new PathGetMatrix(StyleType.DRAW_STYLE_COMPLEX); }], 123 ['path_isClosed', () => { return new PathIsClosed(StyleType.DRAW_STYLE_COMPLEX); }], 125 ['path_getMatrix', () => { return new PathGetMatrix(StyleType.DRAW_STYLE_COMPLEX); }], 135 ['font_gettextskewx', () => { return new FontGetSkewX(StyleType.DRAW_STYLE_COMPLEX); }], 136 ['font_getscalex', () => { return new FontGetScaleX(StyleType.DRAW_STYLE_COMPLEX); }], 137 ['font_gethinting', () => { return new FontGetHinting(StyleType.DRAW_STYLE_COMPLEX); }], 138 ['font_getedging', () => { return new FontGetEdging(StyleType.DRAW_STYLE_COMPLEX); }], 140 ['font_issubpixel', () => { return new FontIsSubpixel(StyleType.DRAW_STYLE_COMPLEX); }], 144 ['font_getscalex', () => { return new FontGetScaleX(StyleType.DRAW_STYLE_COMPLEX); }], [all …]
|
H A D | testbase.ts | 193 if (styleType == StyleType.DRAW_STYLE_COMPLEX) { 294 DRAW_STYLE_COMPLEX, // 保证性能测试稳定性,设置红色填充
|