/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
H A D | svg_clip_path.cpp | 50 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_defs.h | 87 path.Op(path, childPath, RSPathOp::UNION);
|
H A D | svg_svg.cpp | 115 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_g.cpp | 102 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_g.cpp | 43 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
H A D | svg_defs.h | 52 path.Op(path, childPath, RSPathOp::UNION);
|
H A D | svg_quote.h | 50 path.Op(path, childPath, RSPathOp::UNION);
|
H A D | svg_svg.cpp | 49 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_cpu_overdraw_canvas_listener.cpp | 49 drawed.Op(toDraw, Drawing::RegionOp::UNION); in Draw() 206 regions_[i + 1].Op(regi, Drawing::RegionOp::UNION); in AppendRegion() 209 regions_[1].Op(target, Drawing::RegionOp::UNION); in AppendRegion()
|
/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | token.h | 49 UNION, // "union"
member in OHOS::Idl::TokenType
|
H A D | lexer.cpp | 45 {"union", TokenType::UNION },
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/ |
H A D | region.h | 28 UNION, member in OHOS::Rosen::Drawing::RegionOp
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_path.h | 42 UNION, member in OHOS::Ace::Testing::TestingPathOp
|
H A D | testing_canvas.h | 38 UNION, member in OHOS::Ace::Testing::ClipOp
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/ |
H A D | js_enum.cpp | 95 { "UNION", static_cast<int32_t>(RegionOp::UNION) }, 221 { "UNION", static_cast<int32_t>(PathOp::UNION) },
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_marshalling_test.cpp | 392 region.Op(tmpRegion1, Drawing::RegionOp::UNION); in HWTEST_F() 395 region.Op(tmpRegion2, Drawing::RegionOp::UNION); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
H A D | region_test.cpp | 193 * @tc.desc: test for OP function with UNION option 206 EXPECT_TRUE(region->Op(other, RegionOp::UNION)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | path.h | 56 UNION, member in OHOS::Rosen::Drawing::PathOp
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 203 resultRegion.Op(tempRegion, Drawing::RegionOp::UNION); in CalculateVisibleRegion() 522 region.Op(tempRegion, Drawing::RegionOp::UNION); in MergeDirtyRegionBelowCurSurface()
|
H A D | rs_render_node_drawable.cpp | 217 filterRegion.Op(region, Drawing::RegionOp::UNION); in TraverseSubTreeAndDrawFilterWithClip()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_border.cpp | 529 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl() 539 clipPath.Op(borderGeo.pathVec[idx1], borderGeo.pathVec[idx2], Drawing::PathOp::UNION); in DrawBorderImpl() 540 clipPath.Op(borderGeo.pathVec[idx3], clipPath, Drawing::PathOp::UNION); in DrawBorderImpl()
|
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.cpp | 395 case TokenType::UNION:
in ParseTypeDecls() 421 case TokenType::UNION:
in ParseAttribute() 1215 case TokenType::UNION:
in CheckUserDefType()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | path_test.cpp | 880 path->Op(path1, path2, PathOp::UNION); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 100 dest.Op(path1, path2, PathOp::UNION); in TestDrawPath()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 636 if (path.Op(path1, path2, PathOp::UNION)) { in TestOp4()
|