Home
last modified time | relevance | path

Searched refs:POSITION_X (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dbitmap_test.cpp26 static constexpr scalar POSITION_X = 500; member
43 canvas.DrawBitmap(bmp, POSITION_X, POSITION_Y); // draw bitmap at (fx, fy) in TestDrawBitmap()
/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_property_test_ng.cpp40 const Dimension POSITION_X { 10.0, DimensionUnit::PX };
55 const NG::TranslateOptions PTTION_TEST = { OFFSET_X, OFFSET_Y, POSITION_X };
56 const NG::OffsetT<Dimension> POSITION = { POSITION_X, POSITION_Y };
66 graphicsProperty.propFrontGrayScale = POSITION_X; in MakeGraphicsProperty()
67 graphicsProperty.propFrontBrightness = POSITION_X; in MakeGraphicsProperty()
69 graphicsProperty.propFrontSaturate = POSITION_X; in MakeGraphicsProperty()
70 graphicsProperty.propFrontContrast = POSITION_X; in MakeGraphicsProperty()
72 graphicsProperty.propFrontSepia = POSITION_X; in MakeGraphicsProperty()

Completed in 2 milliseconds