Home
last modified time | relevance | path

Searched refs:colorLen (Results 1 - 8 of 8) sorted by relevance

/base/msdp/device_status/test/fuzztest/startdrag_fuzzer/
H A Dstartdrag_fuzzer.cpp54 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 Dupdateshadowpic_fuzzer.cpp54 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 Ddrag_data_manager_test.cpp74 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 Dintention_service_test.cpp173 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 Dinteraction_drag_drawing_test.cpp105 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 Dinteraction_manager_test.cpp362 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 Ddrag_manager_test.cpp85 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 Ddrag_server_test.cpp190 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