Home
last modified time | relevance | path

Searched refs:IMAGE_SIZE (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp29 const uint8_t IMAGE_SIZE = 3; member
56 static ImageAnimatorInfo g_imageAnimatorInfo[IMAGE_SIZE] = {
125 const uint8_t imageSize = IMAGE_SIZE; in HWTEST_F()
144 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); in HWTEST_F()
297 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); in HWTEST_F()
318 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); in HWTEST_F()
339 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); in HWTEST_F()
360 imageAnimator_->SetImageAnimatorSrc(g_imageAnimatorInfo, IMAGE_SIZE); in HWTEST_F()
378 const uint8_t imageSize = IMAGE_SIZE; in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js46 const IMAGE_SIZE = '24vp';
520 Image.width(IMAGE_SIZE);
521 Image.height(IMAGE_SIZE);
648 SymbolGlyph.fontSize(IMAGE_SIZE);
664 Image.width(IMAGE_SIZE);
665 Image.height(IMAGE_SIZE);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js45 const IMAGE_SIZE = '64vp';
1283 Image.width(IMAGE_SIZE);
1284 Image.height(IMAGE_SIZE);
1346 Image.width(IMAGE_SIZE);
1347 Image.height(IMAGE_SIZE);
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js29 const IMAGE_SIZE = '64vp';
1464 Image.width(IMAGE_SIZE);
1465 Image.height(IMAGE_SIZE);
1557 Image.width(IMAGE_SIZE);
1558 Image.height(IMAGE_SIZE);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js27 const IMAGE_SIZE = '64vp';
1286 Image.width(IMAGE_SIZE);
1287 Image.height(IMAGE_SIZE);
1350 Image.width(IMAGE_SIZE);
1351 Image.height(IMAGE_SIZE);
/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp46 const std::string IMAGE_SIZE = "IMAGE_SIZE"; member
81 + " (IMAGE_ID INTEGER PRIMARY KEY AUTOINCREMENT, IMAGE_BIT BLOB, IMAGE_SIZE TEXT);"; in CreateFormCacheTable()
494 valuesBucket.PutInt(IMAGE_SIZE, size); in SaveImgCacheToDb()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp43 const char IMAGE_SIZE[] = "imageSize"; member
H A Dconstants.h48 extern const char IMAGE_SIZE[];
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js25 const IMAGE_SIZE = '64vp';
1423 Image.width(IMAGE_SIZE);
1424 Image.height(IMAGE_SIZE);
1475 Image.width(IMAGE_SIZE);
1476 Image.height(IMAGE_SIZE);
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp46 const int32_t IMAGE_SIZE = 5; // "DATA_PIX_FORMAT" variable

Completed in 12 milliseconds