Searched refs:TexgineRect (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_rect.cpp | 21 TexgineRect::TexgineRect(): rect_(std::make_shared<RSRect>()) in TexgineRect() function in OHOS::Rosen::TextEngine::TexgineRect 29 TexgineRect TexgineRect::MakeLTRB(float left, float top, float right, float bottom) in MakeLTRB() 31 auto rect = std::make_shared<TexgineRect>(); in MakeLTRB() 36 TexgineRect TexgineRect::MakeXYWH(float x, float y, float w, float h) in MakeXYWH() 38 auto rect = std::make_shared<TexgineRect>(); in MakeXYWH() 43 TexgineRect TexgineRect [all...] |
H A D | texgine_rect.h | 26 class TexgineRect { class 28 TexgineRect(); 31 * @brief Create TexgineRect 32 * @param left The left boundary of TexgineRect 33 * @param right The right boundary of TexgineRect 34 * @param top The top boundary of TexgineRect 35 * @param bottom The bottom boundary of TexgineRect 37 static TexgineRect MakeLTRB(float left, float top, float right, float bottom); 40 * @brief Create TexgineRect 41 * @param x The left boundary of TexgineRect [all...] |
H A D | texgine_canvas.h | 40 void DrawRect(const TexgineRect &rect, const TexginePaint &paint) const; 45 void DrawRRect(const TexgineRect &rect, const TexginePaint &paint) const;
|
H A D | texgine_path.h | 57 TexginePath &AddOval(const TexgineRect &oval, TexginePathDirection dir = TexginePathDirection::K_CW);
|
H A D | texgine_path.cpp | 31 TexginePath &TexginePath::AddOval(const TexgineRect &oval, TexginePathDirection dir) in AddOval()
|
H A D | texgine_canvas.cpp | 45 void TexgineCanvas::DrawRect(const TexgineRect &rect, const TexginePaint &paint) const in DrawRect() 67 void TexgineCanvas::DrawRRect(const TexgineRect &rect, const TexginePaint &paint) const in DrawRRect()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography.h | 74 * @brief TextRect contains a TexgineRect and a text direction. 77 TexgineRect rect;
|
Completed in 3 milliseconds