Home
last modified time | relevance | path

Searched refs:useSourceIfMatch (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/utils/src/
H A Dcommon_test_utils.cpp41 opt.useSourceIfMatch = false; in CreatePixelMap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/render/rspixelmapshader_fuzzer/
H A Drspixelmapshader_fuzzer.cpp69 opts.useSourceIfMatch = GetData<bool>(); in GetPixelMapFromData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp741 opts.useSourceIfMatch = true;
1354 opts.useSourceIfMatch = true;
1385 opts.useSourceIfMatch = true;
1413 opts.useSourceIfMatch = true;
1440 opts.useSourceIfMatch = true;
1606 opts.useSourceIfMatch = true;
1657 opts.useSourceIfMatch = true;
1668 opts2.useSourceIfMatch = true;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h53 bool useSourceIfMatch = false; member
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h67 bool useSourceIfMatch = false; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp783 …if (opts.useSourceIfMatch && !source.IsEditable() && !opts.editable && (cropType == CropValue::NOC… in Create()