/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_symbol_animation.h | 47 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 D | rs_symbol_node_config.h | 25 TextEngine::SymbolNode symbolNode;
|
H A D | rs_symbol_animation.cpp | 108 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 D | font_descriptor_cache.cpp | 66 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 D | hm_symbol_node_build.h | 39 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 D | hm_symbol_node_build.cpp | 53 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 D | hm_symbol_run.h | 53 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 D | rs_symbol_animation_test.cpp | 43 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 D | text_enum_napi.cpp | 147 { "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 D | typography.h | 30 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 D | drawing_painter_impl.h | 54 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 D | hm_symbol_node_build_test.cpp | 28 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 D | texgine_path_effect.cpp | 20 namespace TextEngine { namespace 30 } // namespace TextEngine
|
H A D | texgine_picture.cpp | 20 namespace TextEngine { namespace 30 } // namespace TextEngine
|
H A D | texgine_dash_path_effect.h | 25 namespace TextEngine { namespace 37 } // namespace TextEngine
|
H A D | texgine_path_effect.h | 25 namespace TextEngine { namespace 33 } // namespace TextEngine
|
H A D | texgine_string.cpp | 20 namespace TextEngine { namespace 38 } // namespace TextEngine
|
H A D | texgine_picture.h | 25 namespace TextEngine { namespace 34 } // namespace TextEngine
|
H A D | texgine_path_1d_path_effect.h | 28 namespace TextEngine { namespace 46 } // namespace TextEngine
|
H A D | texgine_dash_path_effect.cpp | 22 namespace TextEngine { namespace 30 } // namespace TextEngine
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/ |
H A D | memory_object.h | 23 namespace TextEngine { namespace 29 } // namespace TextEngine
|
H A D | memory_usage_scope.h | 23 namespace TextEngine { namespace 31 } // namespace TextEngine
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/ |
H A D | post_table_parser.cpp | 22 namespace TextEngine { namespace 34 } // namespace TextEngine
|
H A D | opentype_basic_type.h | 23 namespace TextEngine { namespace 55 } // namespace TextEngine
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/ |
H A D | mock_measurer.h | 26 namespace TextEngine { namespace 33 } // namespace TextEngine
|