Home
last modified time | relevance | path

Searched refs:DynamicShape (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DDynamicShape.cpp28 DynamicShape::DynamicShape() in DynamicShape() function in gnash::DynamicShape
39 DynamicShape::clear() in clear()
55 DynamicShape::add_path(const Path& pth) in add_path()
63 DynamicShape::endFill() in endFill()
98 DynamicShape::beginFill(const FillStyle& f) in beginFill()
114 DynamicShape::startNewPath(bool newShape) in startNewPath()
139 DynamicShape::finalize() const in finalize()
177 DynamicShape::resetLineStyle() in resetLineStyle()
184 DynamicShape::moveTo(std::int32_t x, std::int32_t y) in moveTo()
261 DynamicShape::addFillStyle(const FillStyle& stl) in addFillStyle()
[all …]
H A DDynamicShape.h44 class DynamicShape
48 DynamicShape();
50 ~DynamicShape() {} in ~DynamicShape()
H A DBitmap.h108 DynamicShape _shape;
H A DMovieClip.h564 DynamicShape& graphics() { in graphics()
742 DynamicShape _drawable;
H A DMakefile.am82 DynamicShape.cpp \
269 DynamicShape.h \
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/libcore.all/
H A DClassSizes.cpp79 (DynamicShape)(ShapeRecord)(TextRecord) \
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/
H A Dpch.am37 $(top_srcdir)/libcore/DynamicShape.h \
H A DChangeLog269 libcore/DynamicShape.cpp, libcore/DynamicShape.h,
4610 libcore/DynamicShape.cpp, libcore/ExternalInterface.cpp,
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/changelogs/
H A DChangeLog-0.8.610925 Use and draw a DynamicShape directly in MovieClip, as there's no longer
10938 Drop _drawable_inst. Hold _drawable(DynamicShape) by value instead of
10976 - Make DynamicShape and ShapeRecord normal, non-refcounted or GC classes
11011 Restore renderer bounds check and silence DynamicShape::display logging.
11052 Use ShapeRecord, not DynamicShape for Freetype font walking. This trades
11068 Separate DynamicShape completely from shape_character_def.
11070 DynamicShape is not refcounted, so management is always up to the users
11073 DynamicShape is used for Fonts (glyphs), Bitmaps, BitmapMovies and the
11080 Start separating DynamicShape and shape_character_def. No display after this commit.
11125 Re-add pointTestLocal to shape_character_def, as DynamicShape has to override
H A DChangeLog-0.8.21791 * server/DynamicShape.cpp (clear): reset _currfill and _currline
2986 * server/DynamicShape.{cpp,h},
4350 * server/DynamicShape.cpp (clear): set current path to NULL
5786 * server/DynamicShape.h, server/parser/shape_character_def.h:
5787 override point_test_local in DynamicShape to finalize
5864 * server/DynamicShape.cpp: close filled paths on pen move and
5872 * server/DynamicShape.{cpp,h}: Start new paths as new shapes
8817 * server/DynamicShape.cpp: optimized bounds computation by the
H A DChangeLog-0.8.97339 * libcore/DynamicShape.cpp, libcore/DynamicShape.h,
7428 libcore/DynamicShape.cpp, libcore/DynamicShape.h,
H A DChangeLog-0.8.1468 * server/DynamicShape.cpp: update after deprecation of cache
2617 output using DynamicShape; changed getGlyph method to also take
H A DChangeLog-0.8.3953 * server/DynamicShape.{cpp,h}, server/sprite_instance.{cpp,h},
1217 * server/DynamicShape.{cpp,h}: have lineTo and curveTo take
3871 * server/DynamicShape.h
H A DChangeLog-0.8.02563 * server/DynamicShape.{h,cpp} (lineStyle): add a line style even
2602 * server/DynamicShape.cpp (moveTo): do not reset current
6179 * server/: DynamicShape.{cpp,h}, sprite_instance.{cpp,h}:
6198 for dynamic drawing. Use DynamicShape instead.
6199 * server/: Makefile.am, DynamicShape.{cpp,h}:
6203 class. This works by maintaining a DynamicShape member.
6205 a DynamicShape rather then a shape_character_def.