Home
last modified time | relevance | path

Searched defs:IndexAndAffinity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h94 struct IndexAndAffinity { struct
97 IndexAndAffinity(size_t pos, Affinity affinity) : index(pos), affinity(affinity) {} in IndexAndAffinity() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography.h68 struct IndexAndAffinity { struct
69 size_t index;
70 Affinity affinity;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h60 struct IndexAndAffinity { struct
63 IndexAndAffinity(size_t charIndex, Affinity charAffinity); argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp38 IndexAndAffinity::IndexAndAffinity(size_t charIndex, Affinity charAffinity) in IndexAndAffinity() function in OHOS::Rosen::IndexAndAffinity