Home
last modified time | relevance | path

Searched refs:NUM_100 (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dtypeface_test.cpp42 const float_t NUM_100 = (100); variable
90 OH_Drawing_CanvasDrawTextBlob(canvas, textblob, NUM_100, NUM_100); in OnTestPerformance()
119 OH_Drawing_CanvasDrawTextBlob(canvas, textblob, NUM_100, NUM_100); in OnTestPerformance()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_util.cpp39 constexpr uint32_t NUM_100 = 100; member
47 option.quality = NUM_100; in PackImage()
71 option.quality = NUM_100; in PackImage()
102 option.quality = NUM_100; in PackImage()
H A Dimage_packer_test.cpp45 constexpr uint32_t NUM_100 = 100; member
91 option.quality = NUM_100; in HWTEST_F()
112 option.quality = NUM_100; in HWTEST_F()
147 option.quality = NUM_100; in HWTEST_F()
182 option.quality = NUM_100; in HWTEST_F()
220 option.quality = NUM_100; in HWTEST_F()
239 option.quality = NUM_100; in HWTEST_F()
262 option.quality = NUM_100; in HWTEST_F()
881 option.quality = NUM_100; in HWTEST_F()
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.cpp35 const int32_t NUM_100 = 100; member
87 int32_t dataSize = NUM_100; in CameraDeviceFuzzTest()
130 int32_t dataSize = NUM_100; in CameraDeviceFuzzTestUpdateSetting()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp48 constexpr uint32_t NUM_100 = 100; member
574 decodeInfo_.output_height == 0 ? 0 : (decodeInfo_.output_scanline * NUM_100) / decodeInfo_.output_height; in PromoteIncrementalDecode()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp58 constexpr int NUM_100 = 100; member
495 return (year % NUM_4 == 0 && year % NUM_100 != 0) || (year % NUM_400 == 0); in IsLeapYear()
6045 if (!InRegion(NUM_1, NUM_100, static_cast<ArkUI_Int32>(item->value[NUM_1].f32))) { in SetTextAreaShowCounter()

Completed in 29 milliseconds