/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json_util.h | 109 inline bool FromJsonArray(const CORE_NS::json::value& jsonIn, T* output, size_t size) in FromJsonArray() argument
|
/foundation/graphic/graphic_surface/utils/hebc_white_list/ |
H A D | hebc_white_list.cpp | 80 size_t size = 0; variable
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkcolor_fuzzer/ |
H A D | ndkcolor_fuzzer.cpp | 37 void NativeDrawingColorTest(const uint8_t* data, size_t size) in NativeDrawingColorTest() argument 66 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rspipelinerender_fuzzer/ |
H A D | rspipelinerender_fuzzer.cpp | 52 bool RSPaintFilterCanvasFuzzTest(const uint8_t* data, size_t size) in RSPaintFilterCanvasFuzzTest() argument 72 bool RSRecordingCanvasFuzzTest(const uint8_t* data, size_t size) in RSRecordingCanvasFuzzTest() argument 81 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbaserendernode_fuzzer/ |
H A D | rsbaserendernode_fuzzer.cpp | 28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 42 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolorextract_fuzzer/ |
H A D | rscolorextract_fuzzer.cpp | 56 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 110 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslog_fuzzer/ |
H A D | rslog_fuzzer.cpp | 52 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rslistenedcanvas_fuzzer/ |
H A D | rslistenedcanvas_fuzzer.cpp | 54 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 61 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsoverdrawcontroller_fuzzer/ |
H A D | rsoverdrawcontroller_fuzzer.cpp | 55 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | saturation_filter.cpp | 25 void SaturationFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue() argument
|
H A D | brightness_filter.cpp | 25 void BrightnessFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue() argument
|
H A D | contrast_filter.cpp | 25 void ContrastFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue() argument
|
H A D | gaussian_blur_filter.cpp | 47 void GaussianBlurFilter::SetValue(const std::string& key, std::shared_ptr<void> value, int size)
in SetValue() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_vulkan_mem_statistic.h | 36 void InsertResource(const std::string& name, const uint64_t size)
in InsertResource() argument 70 uint64_t size;
member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/rsxform_fuzzer/ |
H A D | rs_xform_fuzzer.cpp | 26 bool RsXformFuzzTest(const uint8_t* data, size_t size) in RsXformFuzzTest() argument 48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblobbuilder_fuzzer/ |
H A D | text_blob_builder_fuzzer.cpp | 29 bool TextBlobBuilderFuzzTest001(const uint8_t* data, size_t size) in TextBlobBuilderFuzzTest001() argument 47 bool TextBlobBuilderFuzzTest002(const uint8_t* data, size_t size) in TextBlobBuilderFuzzTest002() argument 68 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/maskfilter_fuzzer/ |
H A D | maskfilter_fuzzer.cpp | 28 bool MaskFilterFuzzTest(const uint8_t* data, size_t size) in MaskFilterFuzzTest() argument 58 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpatheffect_fuzzer/ |
H A D | patheffect_fuzzer.cpp | 34 void NativePathEffectTest(const uint8_t* data, size_t size) in NativePathEffectTest() argument 66 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/memallocator_fuzzer/ |
H A D | memallocator_fuzzer.cpp | 30 bool MemAllocatorFuzzTest001(const uint8_t* data, size_t size) in MemAllocatorFuzzTest001() argument 60 bool MemAllocatorFuzzTest002(const uint8_t* data, size_t size) in MemAllocatorFuzzTest002() argument 89 bool MemAllocatorFuzzTest003(const uint8_t* data, size_t size) in MemAllocatorFuzzTest003() argument 120 bool MemAllocatorFuzzTest004(const uint8_t* data, size_t size) in MemAllocatorFuzzTest004() argument 159 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/memorystream_fuzzer/ |
H A D | memory_stream_fuzzer.cpp | 35 void MemoryStreamFuzzTest000(const uint8_t* data, size_t size) in MemoryStreamFuzzTest000() argument 62 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsscreenmanager_fuzzer/ |
H A D | rsscreenmanager_fuzzer.cpp | 55 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 78 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/ |
H A D | rsanimationfraction_fuzzer.cpp | 53 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 95 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsfunctionaldelegate_fuzzer/ |
H A D | rsfunctionaldelegate_fuzzer.cpp | 58 bool DoCreate(const uint8_t* data, size_t size)
in DoCreate() argument 74 bool DoSetRepaintCallback(const uint8_t* data, size_t size)
in DoSetRepaintCallback() argument 89 bool DoRepaint(const uint8_t* data, size_t size)
in DoRepaint() argument 109 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnecthub_fuzzer/ |
H A D | rsrenderserviceconnecthub_fuzzer.cpp | 53 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/fuzztest/gevisualeffectcontainer_fuzzer/ |
H A D | ge_visual_effect_container_fuzzer.cpp | 25 bool GEVisualEffectContainerFuzzTest001(const uint8_t* data, size_t size) in GEVisualEffectContainerFuzzTest001() argument 50 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|