Searched refs:REVERSE_DIFFERENCE (Results 1 - 8 of 8) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | region.h | 30 REVERSE_DIFFERENCE, member in OHOS::Rosen::Drawing::RegionOp
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 44 REVERSE_DIFFERENCE, member in OHOS::Ace::Testing::TestingPathOp
|
H A D | testing_canvas.h | 40 REVERSE_DIFFERENCE, member in OHOS::Ace::Testing::ClipOp
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 97 { "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 D | region_test.cpp | 229 * @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 D | path.h | 58 REVERSE_DIFFERENCE, member in OHOS::Rosen::Drawing::PathOp
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 608 if (path.Op(path1, path2, PathOp::REVERSE_DIFFERENCE)) { in TestOp3()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 676 GET_ENUM_PARAM(ARGC_ONE, jsPathOp, 0, static_cast<int32_t>(PathOp::REVERSE_DIFFERENCE)); in OnOp()
|
Completed in 7 milliseconds