Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h30 REVERSE_DIFFERENCE, member in OHOS::Rosen::Drawing::RegionOp
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h44 REVERSE_DIFFERENCE, member in OHOS::Ace::Testing::TestingPathOp
H A Dtesting_canvas.h40 REVERSE_DIFFERENCE, member in OHOS::Ace::Testing::ClipOp
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp97 { "REVERSE_DIFFERENCE", static_cast<int32_t>(RegionOp::REVERSE_DIFFERENCE) },
223 { "REVERSE_DIFFERENCE", static_cast<int32_t>(PathOp::REVERSE_DIFFERENCE) },
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Dregion_test.cpp229 * @tc.desc: test for OP function with REVERSE_DIFFERENCE option
242 EXPECT_TRUE(region->Op(other, RegionOp::REVERSE_DIFFERENCE)); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h58 REVERSE_DIFFERENCE, member in OHOS::Rosen::Drawing::PathOp
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp608 if (path.Op(path1, path2, PathOp::REVERSE_DIFFERENCE)) { in TestOp3()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp676 GET_ENUM_PARAM(ARGC_ONE, jsPathOp, 0, static_cast<int32_t>(PathOp::REVERSE_DIFFERENCE)); in OnOp()

Completed in 7 milliseconds