CVSROOT: /cvsroot/gnash Module name: gnash Changes by: Udo Giacomozzi <udog> 07/08/23 15:27:59
Modified files: backend : render_handler_agg.cpp . : ChangeLog Log message: need_shape_bounds() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg.cpp?cvsroot=gnash&r1=1.100&r2=1.101 http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4084&r2=1.4085 Patches: Index: backend/render_handler_agg.cpp =================================================================== RCS file: /cvsroot/gnash/gnash/backend/render_handler_agg.cpp,v retrieving revision 1.100 retrieving revision 1.101 diff -u -b -r1.100 -r1.101 --- backend/render_handler_agg.cpp 23 Aug 2007 15:26:26 -0000 1.100 +++ backend/render_handler_agg.cpp 23 Aug 2007 15:27:59 -0000 1.101 @@ -17,7 +17,7 @@ -/* $Id: render_handler_agg.cpp,v 1.100 2007/08/23 15:26:26 udog Exp $ */ +/* $Id: render_handler_agg.cpp,v 1.101 2007/08/23 15:27:59 udog Exp $ */ // Original version by Udo Giacomozzi and Hannes Mayr, // INDUNET GmbH (www.indunet.it) @@ -905,28 +905,9 @@ } - - - - // ensures that the bounds of the character definiton are known - inline void need_shape_bounds(shape_character_def *def) { - - // TO BE REMOVED - does not work - - if (def->get_bound().is_null()) { - printf("Calculating bounds for %p\n", def); - rect temp; - def->compute_bound(&temp); - def->set_bound(temp); - } - - } - void draw_glyph(shape_character_def *def, const matrix& mat, const rgba& color, float /*pixel_scale*/) { - //need_shape_bounds(def); - std::vector<path> paths; apply_matrix_to_path(def->get_paths(), paths, mat); Index: ChangeLog =================================================================== RCS file: /cvsroot/gnash/gnash/ChangeLog,v retrieving revision 1.4084 retrieving revision 1.4085 diff -u -b -r1.4084 -r1.4085 --- ChangeLog 23 Aug 2007 15:10:50 -0000 1.4084 +++ ChangeLog 23 Aug 2007 15:27:59 -0000 1.4085 @@ -1,3 +1,7 @@ +2007-08-23 Udo Giacomozzi <[EMAIL PROTECTED]> + + * backend/render_handler_agg.cpp: remove need_shape_bounds() + 2007-08-23 Sandro Santilli <[EMAIL PROTECTED]> * server/parser/shape_character_def.{cpp,h}: document _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit