Searched refs:colorlength (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | pixel_map_test.cpp | 211 for (int i = 0; i < colorlength; i += 4) { 251 for (int i = 0; i < colorlength; i += 6) { 293 for (int i = 0; i < colorlength; i += 4) { 333 for (int i = 0; i < colorlength; i += 4) { 373 for (int i = 0; i < colorlength; i += 3) { 416 for (int i = 0; i < colorlength; i++) { 453 for (int i = 0; i < colorlength; i += 8) { 508 uint32_t colorlength = yLen + uvLen; variable 553 uint32_t colorlength = yLen + uvLen; variable 633 EXPECT_TRUE(colorlength == 8); [all …]
|
H A D | image_pixel_map_switch_test.cpp | 50 uint32_t colorlength = 8; variable 59 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); 78 uint32_t colorlength = sizeof(color) / sizeof(color[0]); variable 87 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); 106 uint32_t colorlength = 8; variable 115 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts); 666 uint32_t colorlength = 8; variable 678 …std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(colors, colorlength, offset, width, opts); 700 uint32_t colorlength = 0; variable 712 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts);
|
H A D | image_pixel_map_test.cpp | 567 uint32_t colorlength = sizeof(color) / sizeof(color[0]); variable 576 … std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(color, colorlength, offset, width, opts);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_creator_test.cpp | 241 uint32_t colorlength = 64; variable 248 std::unique_ptr<PixelMap> pixelMap = PixelMap::Create(color, colorlength, opts); 273 int32_t status = creator->SaveSTP(color, buffer, colorlength, opts);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_progress_bridge.cpp | 162 auto colorlength = gradient.GetColors().size(); in SetProgressColor() local 165 if (colorlength <= 0) { in SetProgressColor() 170 for (int32_t i = 0; i < static_cast<int32_t>(colorlength); i++) { in SetProgressColor() 179 nativeNode, &gradientObj, colorlength); in SetProgressColor()
|