Home
last modified time | relevance | path

Searched refs:UNION (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_clip_path.cpp50 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_defs.h87 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_svg.cpp115 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_g.cpp102 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_g.cpp43 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
H A Dsvg_defs.h52 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_quote.h50 path.Op(path, childPath, RSPathOp::UNION);
H A Dsvg_svg.cpp49 path.Op(path, childPath, RSPathOp::UNION); in AsPath()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp49 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 Dtoken.h49 UNION, // "union" member in OHOS::Idl::TokenType
H A Dlexer.cpp45 {"union", TokenType::UNION },
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dregion.h28 UNION, member in OHOS::Rosen::Drawing::RegionOp
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_path.h42 UNION, member in OHOS::Ace::Testing::TestingPathOp
H A Dtesting_canvas.h38 UNION, member in OHOS::Ace::Testing::ClipOp
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp95 { "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 Drs_marshalling_test.cpp392 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 Dregion_test.cpp193 * @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 Dpath.h56 UNION, member in OHOS::Rosen::Drawing::PathOp
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp203 resultRegion.Op(tempRegion, Drawing::RegionOp::UNION); in CalculateVisibleRegion()
522 region.Op(tempRegion, Drawing::RegionOp::UNION); in MergeDirtyRegionBelowCurSurface()
H A Drs_render_node_drawable.cpp217 filterRegion.Op(region, Drawing::RegionOp::UNION); in TraverseSubTreeAndDrawFilterWithClip()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp529 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 Dparser.cpp395 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 Dpath_test.cpp880 path->Op(path1, path2, PathOp::UNION); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp100 dest.Op(path1, path2, PathOp::UNION); in TestDrawPath()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp636 if (path.Op(path1, path2, PathOp::UNION)) { in TestOp4()

Completed in 19 milliseconds

12