/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | typography.cpp | 45 Typography::Typography(std::unique_ptr<SPText::Paragraph> paragraph): paragraph_(std::move(paragrap… in Typography() function in OHOS::Rosen::AdapterTxt::Typography 49 double Typography::GetMaxWidth() const in GetMaxWidth() 55 double Typography::GetHeight() const in GetHeight() 61 double Typography::GetActualWidth() const in GetActualWidth() 73 double Typography::GetMinIntrinsicWidth() in GetMinIntrinsicWidth() 103 int Typography::GetLineCount() const in GetLineCount() 121 void Typography::Layout(double width) in Layout() 129 double Typography::GetGlyphsBoundsTop() in GetGlyphsBoundsTop() 159 void Typography::MarkDirty() in MarkDirty() 272 void Typography::SetAnimation( in SetAnimation() [all …]
|
H A D | typography.h | 26 class Typography : public ::OHOS::Rosen::Typography { 28 explicit Typography(std::unique_ptr<SPText::Paragraph> paragraph); 75 std::unique_ptr<OHOS::Rosen::Typography> CloneSelf() override;
|
H A D | typography_create.cpp | 84 std::unique_ptr<OHOS::Rosen::Typography> TypographyCreate::CreateTypography() in CreateTypography() 87 return std::make_unique<Typography>(std::move(paragraph)); in CreateTypography()
|
H A D | typography_create.h | 33 std::unique_ptr<OHOS::Rosen::Typography> CreateTypography() override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/ |
H A D | typography_test.cpp | 42 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 57 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 73 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 89 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 104 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 128 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography(); 164 std::unique_ptr<OHOS::Rosen::Typography> typography = typographyCreate->CreateTypography();
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.h | 28 explicit JsParagraph(std::shared_ptr<Typography> paragraph); 55 static napi_value CreateJsTypography(napi_env env, std::unique_ptr<Typography> typography); 57 std::shared_ptr<Typography> GetParagraph(); 85 static std::unique_ptr<Typography> g_Typography; 87 std::shared_ptr<Typography> paragraph_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 523 std::unique_ptr<Typography> typography = rosenHandler->Build(); in OH_Drawing_CreateTypography() 532 delete ConvertToOriginalText<Typography>(typography); in OH_Drawing_DestroyTypography() 540 ConvertToOriginalText<Typography>(typography)->Layout(maxWidth); in OH_Drawing_TypographyLayout() 549 ConvertToOriginalText<Typography>(typography) in OH_Drawing_TypographyPaint() 677 *originalVector = ConvertToOriginalText<Typography>(typography) in OH_Drawing_TypographyGetRectsForRange() 686 *originalVector = ConvertToOriginalText<Typography>(typography) in OH_Drawing_TypographyGetRectsForRange() 1277 Typography* typographyInner = ConvertToOriginalText<Typography>(typography); in OH_Drawing_TypographyGetLineHeight() 1286 Typography* typographyInner = ConvertToOriginalText<Typography>(typography); in OH_Drawing_TypographyGetLineWidth() 1351 Typography* typographyInner = ConvertToOriginalText<Typography>(typography); in OH_Drawing_TypographyGetLineInfo() 1649 Typography* innerTypography = ConvertToOriginalText<Typography>(typography); in OH_Drawing_TypographyGetIndentsWithIndex() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography.h | 95 class Typography : public MemoryObject { 97 virtual ~Typography() = default; 212 …friend void ReportMemoryUsage(const std::string& member, const Typography& that, const bool needTh…
|
H A D | typography_builder.h | 72 virtual std::shared_ptr<Typography> Build() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.h | 192 std::unique_ptr<Rosen::Typography> paragraph_; 193 std::unique_ptr<Rosen::Typography> errorParagraph_; 194 std::unique_ptr<Rosen::Typography> countParagraph_; 195 std::unique_ptr<Rosen::Typography> placeholderParagraph_; 201 std::unique_ptr<Rosen::Typography> template_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography.h | 114 class Typography { 116 virtual ~Typography() = default; 161 virtual std::unique_ptr<Typography> CloneSelf() = 0;
|
H A D | typography_create.h | 55 virtual std::unique_ptr<Typography> CreateTypography() = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/ |
H A D | js_text_line.h | 41 void SetParagraph(std::shared_ptr<Typography> paragraph); 51 std::shared_ptr<Typography> paragraph_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/ |
H A D | js_run.h | 41 void SetParagraph(std::shared_ptr<Typography> paragraph); 53 std::shared_ptr<Typography> paragraph_ = nullptr;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/ |
H A D | ArkThemeInternal.d.ts | 46 typography: Typography; 219 declare interface Typography {
|
H A D | ArkTypographyImpl.ts | 15 class ArkTypographyImpl implements Typography { 43 baselineTypography: Typography)
|
H A D | ArkThemeImpl.ts | 21 typography: Typography;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/window/ |
H A D | drag_window.h | 29 class Typography; variable 76 …std::shared_ptr<Rosen::Typography> paragraph_, const Offset& offset, const RefPtr<RenderText>& ren…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_offscreen_canvas.h | 146 double GetBaselineOffset(TextBaseline baseline, std::unique_ptr<Rosen::Typography>& paragraph); 147 std::unique_ptr<Rosen::Typography> paragraph_; 156 …ignOffset(const std::string& text, TextAlign align, std::unique_ptr<Rosen::Typography>& paragraph);
|
H A D | rosen_render_custom_paint.h | 129 double GetAlignOffset(TextAlign align, std::unique_ptr<Rosen::Typography>& paragraph); 130 double GetBaselineOffset(TextBaseline baseline, std::unique_ptr<Rosen::Typography>& paragraph); 184 std::unique_ptr<Rosen::Typography> paragraph_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/theme/system/ |
H A D | ArkSystemTheme.ts | 18 typography: Typography;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/ |
H A D | import.ts | 85 typography: Typography; 258 declare interface Typography {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
H A D | rosen_render_multimodal.h | 38 std::unique_ptr<Rosen::Typography> paragraph_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_manager.h | 36 class Typography; variable 163 std::shared_ptr<Rosen::Typography> paragraph_;
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_drag_window.h | 37 …void(std::shared_ptr<Rosen::Typography> paragraph, const Offset& offset, const RefPtr<RenderText>&…
|