Searched refs:DrawingRenderGroup (Results 1 - 13 of 13) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | hm_symbol.h | 97 struct DrawingRenderGroup { struct 117 std::vector<DrawingRenderGroup> renderGroups; 129 std::map<DrawingSymbolRenderingStrategy, std::vector<DrawingRenderGroup>> renderModeGroups;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_hm_symbol_config_ohos.cpp | 34 std::map<DrawingSymbolRenderingStrategy, std::vector<DrawingRenderGroup>> drawingRenderModeGroups; in GetSymbolLayersGroups() 43 std::vector<DrawingRenderGroup> drawingRenderGroups; in GetSymbolLayersGroups() 82 DrawingRenderGroup SkiaHmSymbolConfigOhos::ConvertToDrawingRenderGroup(RenderGroup group) in ConvertToDrawingRenderGroup() 84 DrawingRenderGroup drawingRenderGroup; in ConvertToDrawingRenderGroup()
|
H A D | skia_hm_symbol_config_ohos.h | 37 static DrawingRenderGroup ConvertToDrawingRenderGroup(RenderGroup group);
|
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/ |
H A D | hm_symbol_node_build_test.cpp | 85 std::vector<Drawing::DrawingRenderGroup> renderGroupsOne_ = {{{{{0, 1}}}}}; 87 std::vector<Drawing::DrawingRenderGroup> renderGroupsOneMask_ = {{{{{0, 2}, {1, 3}}}}}; 89 std::vector<Drawing::DrawingRenderGroup> renderGroupsTwo_ = {{{{{0}}}}, {{{{1}}}}}; 91 std::vector<Drawing::DrawingRenderGroup> renderGroupsMaskLayer_ = {{{{{0}}}}, {{{{}, {1, 2}}}}};
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/ |
H A D | drawing.h | 35 using RSRenderGroup = RSDrawing::DrawingRenderGroup;
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | drawing.h | 67 using RSRenderGroup = RSDrawing::DrawingRenderGroup;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 241 static RenderGroupHandle AddRenderGroupToCmdList(CmdList& cmdList, const DrawingRenderGroup& group); 242 static DrawingRenderGroup GetRenderGroupFromCmdList(const CmdList& cmdList,
|
H A D | draw_cmd.h | 945 Path& multPath, DrawingRenderGroup& group, std::vector<Path>& pathLayers);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 363 std::vector<DrawingRenderGroup> renderGroups; in GetSymbolLayersFromCmdList() 372 RenderGroupHandle CmdListHelper::AddRenderGroupToCmdList(CmdList& cmdList, const DrawingRenderGroup& group) in AddRenderGroupToCmdList() 383 DrawingRenderGroup CmdListHelper::GetRenderGroupFromCmdList(const CmdList& cmdList, in GetRenderGroupFromCmdList() 386 DrawingRenderGroup group; in GetRenderGroupFromCmdList()
|
H A D | draw_cmd.cpp | 1909 std::vector<DrawingRenderGroup> groups = symbol_.symbolInfo_.renderGroups; in Playback() 1927 Drawing::Path& multPath, Drawing::DrawingRenderGroup& group, std::vector<Drawing::Path>& pathLayers) in MergeDrawingPath()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | cmd_list_helper_test.cpp | 289 DrawingRenderGroup group; in HWTEST_F() 305 DrawingRenderGroup renderGroup; in HWTEST_F()
|
H A D | draw_cmd_test.cpp | 351 DrawingRenderGroup groups; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_canvas_test.cpp | 870 DrawingRenderGroup group; in HWTEST_F()
|
Completed in 16 milliseconds