gimp r24843 - in trunk: . app/gegl
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r24843 - in trunk: . app/gegl
- Date: Sat, 9 Feb 2008 20:48:51 +0000 (GMT)
Author: ok
Date: Sat Feb 9 20:48:51 2008
New Revision: 24843
URL: http://svn.gnome.org/viewvc/gimp?rev=24843&view=rev
Log:
* app/gegl/gimpoperationtilesource.c:
%s/get_defined_region/get_bounding_box/
%s/adjust_result_region/get_cached_region/
Modified:
trunk/ChangeLog
trunk/app/gegl/gimpoperationtilesource.c
Modified: trunk/app/gegl/gimpoperationtilesource.c
==============================================================================
--- trunk/app/gegl/gimpoperationtilesource.c (original)
+++ trunk/app/gegl/gimpoperationtilesource.c Sat Feb 9 20:48:51 2008
@@ -55,7 +55,7 @@
static void gimp_operation_tile_source_prepare (GeglOperation *operation);
static GeglRectangle
- gimp_operation_tile_source_get_defined_region (GeglOperation *operation);
+ gimp_operation_tile_source_get_bounding_box (GeglOperation *operation);
static gboolean gimp_operation_tile_source_process (GeglOperation *operation,
GeglNodeContext *context,
GeglBuffer *output,
@@ -81,8 +81,8 @@
operation_class->name = "gimp-tilemanager-source";
operation_class->prepare = gimp_operation_tile_source_prepare;
- operation_class->get_defined_region = gimp_operation_tile_source_get_defined_region;
- operation_class->adjust_result_region = NULL; /* the default source is
+ operation_class->get_bounding_box = gimp_operation_tile_source_get_bounding_box;
+ operation_class->get_cached_region = NULL; /* the default source is
expanding to agressivly
make use of available caching,
this behavior is at least a
@@ -197,7 +197,7 @@
}
static GeglRectangle
-gimp_operation_tile_source_get_defined_region (GeglOperation *operation)
+gimp_operation_tile_source_get_bounding_box (GeglOperation *operation)
{
GimpOperationTileSource *self = GIMP_OPERATION_TILE_SOURCE (operation);
GeglRectangle result = { 0, };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]