Home
last modified time | relevance | path

Searched refs:TexgineCanvas (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_canvas.cpp21 void TexgineCanvas::DrawLine(double x0, double y0, double x1, double y1, const TexginePaint &paint) in DrawLine()
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()
89 void TexgineCanvas::DrawTextBlob( in DrawTextBlob()
112 void TexgineCanvas::DrawSymbol(const RSHMSymbolData &symbol, RSPoint locate, const TexginePaint &paint) in DrawSymbol()
134 void TexgineCanvas::DrawPath(const RSPath &path, const TexginePaint &paint) in DrawPath()
156 void TexgineCanvas::Clear(uint32_t color) const in Clear()
164 int TexgineCanvas::Save() const in Save()
173 void TexgineCanvas::Translate(float dx, float dy) const in Translate()
181 RSCanvas *TexgineCanvas
[all...]
H A Dtexgine_canvas.h30 class TexgineCanvas { class
80 * @brief Returns the pointer of SkCanvas what user sets to TexgineCanvas
91 * @brief Sets SkCanvas to TexgineCanvas what user want
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/mock/
H A Dmock_any_span.h33 MOCK_METHOD3(Paint, void(TexgineCanvas &canvas, double offsetx, double offsety));
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dany_span.h84 virtual void Paint(TexgineCanvas& canvas, double offsetx, double offsety) = 0;
H A Dtypography.h172 virtual void Paint(TexgineCanvas& canvas, double offsetx, double offsety) = 0;

Completed in 2 milliseconds