Searched defs:TextRect (Results 1 – 4 of 4) sorted by relevance
79 struct TextRect { struct82 TextRect() = default; argument83 …TextRect(TestingRect testRect, TextDirection testDirection) : direction(testDirection), rect(testR… in TextRect() argument
76 struct TextRect { struct77 TexgineRect rect;78 TextDirection direction;
49 struct RS_EXPORT TextRect { struct52 TextRect(Drawing::RectF rec, TextDirection dir); argument
32 TextRect::TextRect(Drawing::RectF rec, TextDirection dir) in TextRect() function in OHOS::Rosen::TextRect