/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_picture.cpp | 25 const std::string IMAGE_WIDTH = "ImageWidth"; member 39 exifMetadata_->SetValue(IMAGE_WIDTH, std::to_string(mainPixelMap_->GetWidth())); in MockPicture()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | window_utils_test.cpp | 28 constexpr int32_t IMAGE_WIDTH = 720; member 84 .width_ = IMAGE_WIDTH, in CreateSmoothWindow()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
H A D | image_animator_test_ng.cpp | 53 constexpr Dimension IMAGE_WIDTH = 170.0_vp; member 164 imageProperties.width = IMAGE_WIDTH; in CreateImageAnimator() 186 imageProperties.width = IMAGE_WIDTH; in CreatePixelMapAnimator() 304 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 339 imageItem->Put("width", IMAGE_WIDTH.ToString().c_str()); in HWTEST_F() 367 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 462 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 521 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 599 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 673 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() [all...] |
H A D | image_animator_pattern_test_ng.cpp | 44 constexpr Dimension IMAGE_WIDTH = 170.0_vp; member 159 imageProperties.width = IMAGE_WIDTH; in CreateImageAnimator() 181 imageProperties.width = IMAGE_WIDTH; in CreatePixelMapAnimator()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testthree_ng.cpp | 58 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 110 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 162 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 214 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 266 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 318 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 370 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 402 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 454 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 506 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() [all...] |
H A D | image_testtwo_ng.cpp | 791 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1009 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1090 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1144 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1196 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1248 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1300 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1352 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1404 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() 1456 imageProperties.width = IMAGE_WIDTH; in HWTEST_F() [all...] |
H A D | image_base.h | 112 constexpr Dimension IMAGE_WIDTH = 170.0_vp; member
|
H A D | image_base.cpp | 45 imageProperties.width = IMAGE_WIDTH; in CreatePixelMapAnimator()
|
/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | common_utils.cpp | 36 const std::string IMAGE_WIDTH = "ImageWidth"; member 397 GetImagePropertyInt(exifMetadata, IMAGE_WIDTH, width); in PrintImageExifInfo() 461 if (GetImagePropertyInt(exifMetadata, IMAGE_WIDTH, width) == 0 && pixelMap->GetWidth() != width) { in UpdateExifMetadata() 462 exifMetadata->SetValue(IMAGE_WIDTH, std::to_string(pixelMap->GetWidth())); in UpdateExifMetadata()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | constants.cpp | 35 const char IMAGE_WIDTH[] = "width"; member
|
H A D | constants.h | 40 extern const char IMAGE_WIDTH[];
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_decoder.cpp | 74 const std::string IMAGE_WIDTH = "ImageWidth"; member 818 } else if (IsSameTextStr(key, IMAGE_WIDTH)) { in GetImagePropertyString() 990 } else if (IsSameTextStr(key, IMAGE_WIDTH)) { in getExifTagFromKey()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 268 KEYWORD(IMAGE_WIDTH, width) // common attributes, use for image view, video compnent
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_click_test_ng.cpp | 28 const Dimension IMAGE_WIDTH = 50.0_vp; member 521 updateSpanStyle.updateImageWidth = IMAGE_WIDTH; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/ |
H A D | side_bar_pattern_test_ng.cpp | 68 constexpr Dimension IMAGE_WIDTH = 10.0_vp; member 1100 layoutProperty->UpdateControlButtonWidth(IMAGE_WIDTH); in HWTEST_F() 1103 EXPECT_EQ(width, IMAGE_WIDTH); in HWTEST_F()
|
/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 44 const int32_t IMAGE_WIDTH = 3; // "DATA_PIX_FORMAT" variable
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpeg_decoder_test.cpp | 32 const std::string IMAGE_WIDTH = "ImageWidth";
member 518 std::string key = IMAGE_WIDTH;
in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_heif_test.cpp | 63 const std::string IMAGE_WIDTH = "ImageWidth";
member
|
H A D | image_source_jpeg_test.cpp | 66 const std::string IMAGE_WIDTH = "ImageWidth"; member
|