Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h79 struct TextRect { struct
82 TextRect() = default; argument
83TextRect(TestingRect testRect, TextDirection testDirection) : direction(testDirection), rect(testR… in TextRect() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography.h76 struct TextRect { struct
77 TexgineRect rect;
78 TextDirection direction;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h49 struct RS_EXPORT TextRect { struct
52 TextRect(Drawing::RectF rec, TextDirection dir); argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography.cpp32 TextRect::TextRect(Drawing::RectF rec, TextDirection dir) in TextRect() function in OHOS::Rosen::TextRect