Lines Matching refs:height
63 const unsigned int height = 500;
65 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
67 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
80 const unsigned int height = 0;
82 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
84 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
97 const unsigned int height = 500;
99 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
101 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
115 const unsigned int height = 500;
117 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
119 EXPECT_EQ(height, OH_Drawing_BitmapGetHeight(bitmap_));
136 constexpr uint32_t height = 200;
137 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
140 uint32_t rowBytes = width * height * 4;
160 const unsigned int height = 500;
162 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
166 EXPECT_EQ(height, imageInfo->height);
179 const unsigned int height = 500;
181 OH_Drawing_BitmapBuild(bitmap_, width, height, &bitmapFormat);
182 OH_Drawing_Image_Info imageInfo {width, height, COLOR_FORMAT_RGBA_8888, ALPHA_FORMAT_UNPREMUL};
183 void* pixels = new uint32_t[width * height];
210 const unsigned int height = 500;
230 OH_Drawing_BitmapBuild(bitmap, width, height, &bitmapFormat);
250 const unsigned int height = 500;
270 OH_Drawing_BitmapBuild(bitmap, width, height, &bitmapFormat);