Searched refs:Svg2PictureView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h77 // Svg2PictureView class -------------------------------------------------------
78 class Svg2PictureView : public BView { class in inherits:BView
81 Svg2PictureView(BRect frame, const char *fileName);
82 ~Svg2PictureView();
103 static void _StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes);
104 static void _EndElement(Svg2PictureView *view, const XML_Char *name);
105 static void _CharacterDataHandler(Svg2PictureView *view, const XML_Char *s, int len);
H A DSVGViewView.cpp168 // Svg2PictureView class -------------------------------------------------------
169 Svg2PictureView::Svg2PictureView(BRect frame, const char *filename) function in class:Svg2PictureView
178 Svg2PictureView::~Svg2PictureView()
185 Svg2PictureView::AttachedToWindow()
213 Svg2PictureView::Draw(BRect updateRect)
221 bool Svg2PictureView::HasAttribute(const XML_Char **attributes, const char *name) {
228 float Svg2PictureView::GetFloatAttribute(const XML_Char **attributes, const char *name) {
238 const char *Svg2PictureView
[all...]
H A DPictureTest.cpp20 BView *view = new Svg2PictureView(Bounds(), filename);

Completed in 88 milliseconds