Searched refs:colorLen (Results 1 - 8 of 8) sorted by relevance
/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/ |
H A D | startdrag_fuzzer.cpp | 54 int32_t colorLen = width * height; in CreatePixelMap() local 55 uint32_t* colorPixels = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() 60 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 67 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(colorPixels, colorLen, opts); in CreatePixelMap()
|
/base/msdp/device_status/test/fuzztest/updateshadowpic_fuzzer/ |
H A D | updateshadowpic_fuzzer.cpp | 54 int32_t colorLen = width * height; in CreatePixelMap() local 55 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() 60 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 67 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(colors, colorLen, opts); in CreatePixelMap()
|
/base/msdp/device_status/test/unittest/services/unittest/src/ |
H A D | drag_data_manager_test.cpp | 74 int32_t colorLen = width * height; in CreatePixelMap() local 75 uint32_t *colorPixels = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() 80 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 87 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(colorPixels, colorLen, options); in CreatePixelMap()
|
/base/msdp/device_status/test/unittest/intention/services/src/ |
H A D | intention_service_test.cpp | 173 int32_t colorLen = width * height; in CreatePixelMap() local 176 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 183 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(pixelColors, colorLen, opts); in CreatePixelMap()
|
/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_drag_drawing_test.cpp | 105 int32_t colorLen = width * height; in CreatePixelMap() local 106 uint32_t *pixelColors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() 108 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 115 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(pixelColors, colorLen, opts); in CreatePixelMap()
|
H A D | interaction_manager_test.cpp | 362 int32_t colorLen = width * height; in CreatePixelMap() local 363 uint32_t* colors = new (std::nothrow) uint32_t[colorLen]; in CreatePixelMap() 365 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 371 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(colors, colorLen, opts); in CreatePixelMap()
|
/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 85 int32_t colorLen = width * height; in CreatePixelMap() local 88 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 95 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(pixelColors, colorLen, opts); in CreatePixelMap()
|
H A D | drag_server_test.cpp | 190 int32_t colorLen = width * height; in CreatePixelMap() local 193 int32_t colorByteCount = colorLen * INT32_BYTE; in CreatePixelMap() 200 std::shared_ptr<Media::PixelMap> pixelMap = Media::PixelMap::Create(pixelColors, colorLen, opts); in CreatePixelMap()
|
Completed in 16 milliseconds