Home
last modified time | relevance | path

Searched refs:TexgineRect (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_rect.cpp21 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 Dtexgine_rect.h26 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 Dtexgine_canvas.h40 void DrawRect(const TexgineRect &rect, const TexginePaint &paint) const;
45 void DrawRRect(const TexgineRect &rect, const TexginePaint &paint) const;
H A Dtexgine_path.h57 TexginePath &AddOval(const TexgineRect &oval, TexginePathDirection dir = TexginePathDirection::K_CW);
H A Dtexgine_path.cpp31 TexginePath &TexginePath::AddOval(const TexgineRect &oval, TexginePathDirection dir) in AddOval()
H A Dtexgine_canvas.cpp45 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 Dtypography.h74 * @brief TextRect contains a TexgineRect and a text direction.
77 TexgineRect rect;

Completed in 3 milliseconds