Lines Matching refs:height
63 const unsigned int height = 4096;
65 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
67 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
80 const unsigned int height = 4096;
82 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
84 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
98 const unsigned int height = 4096;
100 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
102 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
120 constexpr uint32_t height = 4096;
121 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
124 uint32_t rowBytes = width * height * 4;
144 const unsigned int height = 4096;
146 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
150 EXPECT_EQ(height, imageInfo->height);
163 const unsigned int height = 4096;
165 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
166 OH_Drawing_Image_Info imageInfo {width, height, COLOR_FORMAT_RGBA_8888, ALPHA_FORMAT_UNPREMUL};
167 void* pixels = new uint32_t[width * height];
194 const unsigned int height = 4096;
214 OH_Drawing_BitmapBuild(bitmap, width, height, &bitmapFormat);
234 const unsigned int height = 4096;
254 OH_Drawing_BitmapBuild(bitmap, width, height, &bitmapFormat);