Lines Matching defs:width
95 constexpr int width = 2160;
98 float aX = width / 2;
129 constexpr uint32_t width = 2160;
131 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
149 constexpr uint32_t width = 2160;
151 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
184 constexpr uint32_t width = 2160;
186 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
216 constexpr uint32_t width = 2160;
218 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
237 // 2160: bitmap's width, 2160: bitmap's height
238 constexpr uint32_t width = 2160;
240 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
266 // 2160: bitmap's width, 2160: bitmap's height
267 constexpr uint32_t width = 2160;
269 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);
273 EXPECT_EQ(2160, imageInfo->width);
291 constexpr uint32_t width = 2160; // 2160: width of canvas
293 OH_Drawing_BitmapBuild(bitmap, width, height, &cFormat);