Home
last modified time | relevance | path

Searched refs:shape_what_t (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h2789 struct shape_what_t : public ItemBase struct
2792 shape_what_t(what_t what) { f_what = what; } in shape_what_t() argument
2795 struct shape_edges_t : public shape_what_t
2798 shape_edges_t(what_t what) : shape_what_t(what) {} in shape_edges_t()
2801 struct shape_setup_t : public shape_what_t
2808 shape_setup_t(what_t what, bool origin = false) : shape_what_t(what) in shape_what_t() function
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_shape.c++1243 shape_what_t *rec; in SaveShape()
1270 rec = dynamic_cast<shape_what_t *>(info.f_sr.f_record->Get(idx)); in SaveShape()