Home
last modified time | relevance | path

Searched refs:GetAlphabeticBaseline (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography.h134 virtual double GetAlphabeticBaseline() const = 0;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography.h139 double GetAlphabeticBaseline() in GetAlphabeticBaseline() function
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h43 MOCK_METHOD0(GetAlphabeticBaseline, float());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.h36 double GetAlphabeticBaseline() override;
H A Dtypography.cpp85 double Typography::GetAlphabeticBaseline() in GetAlphabeticBaseline() function in OHOS::Rosen::AdapterTxt::Typography
88 return paragraph_->GetAlphabeticBaseline(); in GetAlphabeticBaseline()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.cpp67 EXPECT_CALL(*paragraph, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in ExpectCallParagraphMethods()
H A Dtext_input_wordbreak_test.cpp177 EXPECT_CALL(*paragraph, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in ExpectCallParagraphMethods()
H A Dtext_area_menu_test.cpp171 EXPECT_CALL(*paragraph, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in ExpectCallParagraphMethods()
H A Dtext_input_area_model_test.cpp183 EXPECT_CALL(*paragraph, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in ExpectCallParagraphMethods()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.h48 double GetAlphabeticBaseline() override;
H A Dparagraph_impl.cpp104 double ParagraphImpl::GetAlphabeticBaseline() in GetAlphabeticBaseline() function in OHOS::Rosen::SPText::ParagraphImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph.h103 virtual double GetAlphabeticBaseline() = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h123 virtual double GetAlphabeticBaseline() = 0;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.h41 static napi_value GetAlphabeticBaseline(napi_env env, napi_callback_info info);
H A Djs_paragraph.cpp75 DECLARE_NAPI_FUNCTION("getAlphabeticBaseline", JsParagraph::GetAlphabeticBaseline), in Init()
319 napi_value JsParagraph::GetAlphabeticBaseline(napi_env env, napi_callback_info info) in GetAlphabeticBaseline() function in OHOS::Rosen::JsParagraph
331 double alphabeticBaseline = paragraph_->GetAlphabeticBaseline(); in OnGetAlphabeticBaseline()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_test.cpp105 EXPECT_EQ(typography->GetAlphabeticBaseline() == 0, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.h115 float GetAlphabeticBaseline() override;
H A Dtxt_paragraph.cpp274 float TxtParagraph::GetAlphabeticBaseline() in GetAlphabeticBaseline() function in OHOS::Ace::NG::TxtParagraph
278 return static_cast<float>(paragrah->GetAlphabeticBaseline()); in GetAlphabeticBaseline()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h242 virtual float GetAlphabeticBaseline() = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_test.cpp98 EXPECT_EQ(static_cast<int>(paragraph_->GetAlphabeticBaseline()), 14);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp169 EXPECT_CALL(*paragraph_, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in SetMockParagraphExpectCallParas()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp40 EXPECT_CALL(*paragraph, GetAlphabeticBaseline()).WillRepeatedly(Return(0.f)); in SuppressMockParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp69 …return paragraph_->GetAlphabeticBaseline() + std::max(NormalizeToPx(textStyle_.GetBaselineOffset()… in GetBaselineDistance()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp1334 y = -paragraph->GetAlphabeticBaseline(); in GetBaselineOffset()
1349 y = -HANGING_PERCENT * (paragraph->GetHeight() - paragraph->GetAlphabeticBaseline()); in GetBaselineOffset()
1352 y = -paragraph->GetAlphabeticBaseline(); in GetBaselineOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_paragraph_layout_algorithm.cpp103 baselineDistance = paragraph->GetAlphabeticBaseline() + std::max(GetBaselineOffset(), 0.0f); in Measure()

12