Home
last modified time | relevance | path

Searched refs:MatrixPostScale (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.h85 class MatrixPostScale : public TestBase {
87 explicit MatrixPostScale(int type) : TestBase(type) in MatrixPostScale() function
91 ~MatrixPostScale() override {}; in ~MatrixPostScale()
H A Dmatrix_test.cpp135 void MatrixPostScale::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 …xSetRectToRect, MatrixPreScale, MatrixPreTranslate, MatrixPreRotate, MatrixPostScale, MatrixMapPoi…
89 ['matrix_postscale', () => { return new MatrixPostScale(); }],
174 ['matrix_postscale', () => { return new MatrixPostScale(); }],
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ets/ets/testcase/interface/
H A Dmatrixtest.ts360 export class MatrixPostScale extends TestBase {
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtestcasefactory.cpp427 …[]() -> std::shared_ptr<TestBase> { return std::make_shared<MatrixPostScale>(TestBase::DRAW_STYLE_… in __anonec8024be8102()