Home
last modified time | relevance | path

Searched refs:SetParagraghId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.h66 void SetParagraghId(uint32_t id) override;
H A Dtypography.cpp282 void Typography::SetParagraghId(uint32_t id) in SetParagraghId() function in OHOS::Rosen::AdapterTxt::Typography
286 paragraph_->SetParagraghId(id); in SetParagraghId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.h106 void SetParagraghId(uint32_t id) override in SetParagraghId() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph.h188 virtual void SetParagraghId(uint32_t id) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h152 virtual void SetParagraghId(uint32_t id) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dtypography_test.cpp172 typography->SetParagraghId(0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_test.cpp207 paragraph_->SetParagraghId(1);