Home
last modified time | relevance | path

Searched refs:Typography (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp45 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 Dtypography.h26 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 Dtypography_create.cpp84 std::unique_ptr<OHOS::Rosen::Typography> TypographyCreate::CreateTypography() in CreateTypography()
87 return std::make_unique<Typography>(std::move(paragraph)); in CreateTypography()
H A Dtypography_create.h33 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 Dtypography_test.cpp42 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 Djs_paragraph.h28 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 Ddrawing_text_typography.cpp523 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 Dtypography.h95 class Typography : public MemoryObject {
97 virtual ~Typography() = default;
212 …friend void ReportMemoryUsage(const std::string& member, const Typography& that, const bool needTh…
H A Dtypography_builder.h72 virtual std::shared_ptr<Typography> Build() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h192 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 Dtypography.h114 class Typography {
116 virtual ~Typography() = default;
161 virtual std::unique_ptr<Typography> CloneSelf() = 0;
H A Dtypography_create.h55 virtual std::unique_ptr<Typography> CreateTypography() = 0;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.h41 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 Djs_run.h41 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 DArkThemeInternal.d.ts46 typography: Typography;
219 declare interface Typography {
H A DArkTypographyImpl.ts15 class ArkTypographyImpl implements Typography {
43 baselineTypography: Typography)
H A DArkThemeImpl.ts21 typography: Typography;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/window/
H A Ddrag_window.h29 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 Drosen_render_offscreen_canvas.h146 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 Drosen_render_custom_paint.h129 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 DArkSystemTheme.ts18 typography: Typography;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_manager/src/
H A Dimport.ts85 typography: Typography;
258 declare interface Typography {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/multimodal/
H A Drosen_render_multimodal.h38 std::unique_ptr<Rosen::Typography> paragraph_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.h36 class Typography; variable
163 std::shared_ptr<Rosen::Typography> paragraph_;
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_drag_window.h37 …void(std::shared_ptr<Rosen::Typography> paragraph, const Offset& offset, const RefPtr<RenderText>&…

12