Home
last modified time | relevance | path

Searched refs:TextEngine (Results 1 - 25 of 112) sorted by relevance

12345

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.h47 bool SetSymbolAnimation(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
52 bool SetPublicAnimation(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
53 bool GetAnimationGroupParameters(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig,
59 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
62 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
95 void GroupDrawing(const std::shared_ptr<RSCanvasNode>& canvasNode, TextEngine::SymbolNode& symbolNode,
102 ExtendRecordingCanvas* recordingCanvas, TextEngine::SymbolNode& symbolNode, const Vector4f& offsets);
104 ExtendRecordingCanvas* recordingCanvas, TextEngine::SymbolNode& symbolNode, const Vector4f& offsets);
115 bool SetReplaceAnimation(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
117 bool SetReplaceDisappear(const std::shared_ptr<TextEngine
[all...]
H A Drs_symbol_node_config.h25 TextEngine::SymbolNode symbolNode;
H A Drs_symbol_animation.cpp108 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in SetSymbolAnimation()
129 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in NodeProcessBeforeAnimation()
172 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig, in SetDisappearConfig()
173 std::shared_ptr<TextEngine::SymbolAnimationConfig>& disappearConfig) in SetDisappearConfig()
192 TextEngine::SymbolNode symbolNode; in SetDisappearConfig()
206 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in SetReplaceAnimation()
208 auto disappearConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in SetReplaceAnimation()
218 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in SetReplaceDisappear()
252 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig, in SetReplaceAppear()
316 const std::shared_ptr<TextEngine in GetAnimationGroupParameters()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp66 std::vector<TextEngine::FontParser::FontDescriptor> descriptors = in ParserStylishFonts()
69 FontDescSharedPtr descriptorPtr = std::make_shared<TextEngine::FontParser::FontDescriptor>(descriptor); in ParserStylishFonts()
195 if ((systemFontType & (TextEngine::FontParser::SystemFontType::ALL | in ProcessSystemFontType()
196 TextEngine::FontParser::SystemFontType::GENERIC | in ProcessSystemFontType()
197 TextEngine::FontParser::SystemFontType::STYLISH | in ProcessSystemFontType()
198 TextEngine::FontParser::SystemFontType::INSTALLED)) != systemFontType) { in ProcessSystemFontType()
203 if (systemFontType & TextEngine::FontParser::SystemFontType::ALL) { in ProcessSystemFontType()
204 fontType = TextEngine::FontParser::SystemFontType::GENERIC | in ProcessSystemFontType()
205 TextEngine::FontParser::SystemFontType::STYLISH | in ProcessSystemFontType()
206 TextEngine in ProcessSystemFontType()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_node_build.h39 std::shared_ptr<TextEngine::SymbolAnimationConfig> symbolAnimationConfig);
43 std::shared_ptr<TextEngine::SymbolAnimationConfig> symbolAnimationConfig);
48 const std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)>& in SetAnimation()
90 std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)>
H A Dhm_symbol_node_build.cpp53 size_t pathsColorIndex, std::vector<TextEngine::NodeLayerInfo>& pathsColor) in MergeMaskPath()
83 std::vector<TextEngine::NodeLayerInfo>& pathsColor, const std::vector<RSRenderGroup>& colorGroups) in MergePathByLayerColor()
88 TextEngine::NodeLayerInfo tempLayer; in MergePathByLayerColor()
153 std::shared_ptr<TextEngine::SymbolAnimationConfig> symbolAnimationConfig) in AddWholeAnimation()
155 TextEngine::SymbolNode symbolNode; in AddWholeAnimation()
164 std::shared_ptr<TextEngine::SymbolAnimationConfig> symbolAnimationConfig) in AddHierarchicalAnimation()
179 TextEngine::SymbolNode symbolNode; in AddHierarchicalAnimation()
180 TextEngine::NodeLayerInfo maskPath; in AddHierarchicalAnimation()
202 auto symbolAnimationConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in ClearAnimation()
221 auto symbolAnimationConfig = std::make_shared<TextEngine in DecomposeSymbolAndDraw()
[all...]
H A Dhm_symbol_run.h53 const std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)>& in SetAnimation()
67 std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)>
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_symbol_animation_test.cpp43 auto symbolAnimationConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in HWTEST_F()
84 auto symbolAnimationConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in HWTEST_F()
118 auto symbolAnimationConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in HWTEST_F()
128 TextEngine::SymbolNode symbolNode1; in HWTEST_F()
142 TextEngine::SymbolNode symbolNode2; in HWTEST_F()
166 auto symbolAnimationConfig = std::make_shared<TextEngine::SymbolAnimationConfig>(); in HWTEST_F()
176 TextEngine::SymbolNode symbolNode1; in HWTEST_F()
180 TextEngine::SymbolNode symbolNode2; in HWTEST_F()
183 TextEngine::SymbolNode symbolNode3; in HWTEST_F()
209 auto symbolAnimationConfig = std::make_shared<TextEngine in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp147 { "ALL", static_cast<size_t>(TextEngine::FontParser::SystemFontType::ALL) },
148 { "GENERIC", static_cast<size_t>(TextEngine::FontParser::SystemFontType::GENERIC) },
149 { "STYLISH", static_cast<size_t>(TextEngine::FontParser::SystemFontType::STYLISH) },
150 { "INSTALLED", static_cast<size_t>(TextEngine::FontParser::SystemFontType::INSTALLED) },
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography.h30 namespace TextEngine { namespace
209 std::function<bool(const std::shared_ptr<TextEngine::SymbolAnimationConfig>&)>& animationFunc)= 0;
214 } // namespace TextEngine
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Ddrawing_painter_impl.h54 std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)>& animationFunc in SetAnimation()
71 const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)> animationFunc_ = nullptr;
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_node_build_test.cpp28 static bool SetSymbolAnimationOne(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
29 static bool SetSymbolAnimationTwo(const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig);
95 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in SetSymbolAnimationOne()
109 const std::shared_ptr<TextEngine::SymbolAnimationConfig>& symbolAnimationConfig) in SetSymbolAnimationTwo()
293 std::function<bool(const std::shared_ptr<OHOS::Rosen::TextEngine::SymbolAnimationConfig>&)> in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.cpp20 namespace TextEngine { namespace
30 } // namespace TextEngine
H A Dtexgine_picture.cpp20 namespace TextEngine { namespace
30 } // namespace TextEngine
H A Dtexgine_dash_path_effect.h25 namespace TextEngine { namespace
37 } // namespace TextEngine
H A Dtexgine_path_effect.h25 namespace TextEngine { namespace
33 } // namespace TextEngine
H A Dtexgine_string.cpp20 namespace TextEngine { namespace
38 } // namespace TextEngine
H A Dtexgine_picture.h25 namespace TextEngine { namespace
34 } // namespace TextEngine
H A Dtexgine_path_1d_path_effect.h28 namespace TextEngine { namespace
46 } // namespace TextEngine
H A Dtexgine_dash_path_effect.cpp22 namespace TextEngine { namespace
30 } // namespace TextEngine
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dmemory_object.h23 namespace TextEngine { namespace
29 } // namespace TextEngine
H A Dmemory_usage_scope.h23 namespace TextEngine { namespace
31 } // namespace TextEngine
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dpost_table_parser.cpp22 namespace TextEngine { namespace
34 } // namespace TextEngine
H A Dopentype_basic_type.h23 namespace TextEngine { namespace
55 } // namespace TextEngine
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/
H A Dmock_measurer.h26 namespace TextEngine { namespace
33 } // namespace TextEngine

Completed in 19 milliseconds

12345