Home
last modified time | relevance | path

Searched refs:BITMAP_WIDTH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dimage_test.cpp21 static constexpr int32_t BITMAP_WIDTH = 300; variable
36 bmp.Build(BITMAP_WIDTH, BITMAP_HEIGHT, format); // bitmap width and height in TestDrawImage()
70 bmp.Build(BITMAP_WIDTH, BITMAP_HEIGHT, format); // bitmap width and height in TestDrawImageRect()
H A Dbitmap_test.cpp23 static constexpr int32_t BITMAP_WIDTH = 200; variable
35 bmp.Build(BITMAP_WIDTH, BITMAP_HEIGHT, format); // bitmap width and height in TestDrawBitmap()