Searched refs:TexgineCanvas (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_canvas.cpp | 21 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 D | texgine_canvas.h | 30 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 D | mock_any_span.h | 33 MOCK_METHOD3(Paint, void(TexgineCanvas &canvas, double offsetx, double offsety));
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | any_span.h | 84 virtual void Paint(TexgineCanvas& canvas, double offsetx, double offsety) = 0;
|
H A D | typography.h | 172 virtual void Paint(TexgineCanvas& canvas, double offsetx, double offsety) = 0;
|
Completed in 2 milliseconds