Home
last modified time | relevance | path

Searched refs:MatrixPreRotate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dmatrix_test.h73 class MatrixPreRotate : public TestBase {
75 explicit MatrixPreRotate(int type) : TestBase(type) in MatrixPreRotate() function
79 ~MatrixPreRotate() override {}; in ~MatrixPreRotate()
H A Dmatrix_test.cpp106 void MatrixPreRotate::OnTestPerformance(OH_Drawing_Canvas* canvas) in OnTestPerformance()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/pages/
H A Dcasefactory.ts23 …PolyToPoly, MatrixSetRectToRect, MatrixPreScale, MatrixPreTranslate, MatrixPreRotate, MatrixPostSc…
88 ['matrix_prerotate', () => { return new MatrixPreRotate(); }],
173 ['matrix_prerotate', () => { return new MatrixPreRotate(); }],
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dmatrixtest.ts329 export class MatrixPreRotate extends TestBase {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp425 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<MatrixPreRotate>(TestBase::DRAW_STYLE_… in __anonec8024be8002()