Home
last modified time | relevance | path

Searched refs:maskIndexes (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_node_build.cpp37 for (size_t j : groupInfo.maskIndexes) { in GetLayersGroupId()
47 * @param maskIndexes the indexes of maskLayer of group informations
48 * @param pathLayers the path data of layers on symbol, the value of maskIndexes < pathLayers.size
52 static void MergeMaskPath(const std::vector<size_t>& maskIndexes, std::vector<RSPath>& pathLayers, in MergeMaskPath() argument
56 for (size_t maskIndex : maskIndexes) { in MergeMaskPath()
114 if (!groupInfo.maskIndexes.empty()) { in MergePathByLayerColor()
115 MergeMaskPath(groupInfo.maskIndexes, pathLayers, pathsColorIndex, pathsColor); in MergePathByLayerColor()
135 for (auto k : groupInfo.maskIndexes) {
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol_config_ohos.cpp100 groupInfo.maskIndexes = infos.at(i).maskIndexes; in ConvertToDrawingGroupInfo()
H A Dskia_canvas.cpp1190 info.maskIndexes = drawingGroupInfos.at(j).maskIndexes; in ConvertToHMSymbolData()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h84 std::vector<size_t> maskIndexes; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp402 std::pair<size_t, size_t> maskIndexes = AddVectorToCmdList(cmdList, groupInfo.maskIndexes); in AddGroupInfoToCmdList() local
403 return { layerIndexes, maskIndexes }; in AddGroupInfoToCmdList()
410 groupInfo.maskIndexes = GetVectorFromCmdList<size_t>(cmdList, groupInfoHandle.vec2); in GetGroupInfoFromCmdList()
H A Ddraw_cmd.cpp1937 for (size_t h : groupInfo.maskIndexes) { in MergeDrawingPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp354 info.maskIndexes = {1, 4}; in HWTEST_F()

Completed in 12 milliseconds