Home | History | Annotate | Download | only in source

Lines Matching refs:area

61 		/// Getter for minimum area of a partitioned rectangle.
64 /// area for partitioning. Default is 256x256 pixels.
66 /// \retval Minimum area for a partitoned tile in order to give performant operation. (Partitions can be smaller due to small inputs and edge cases.)
88 /// \retval Maximum tile size allowed for this area task.
138 /// Process one tile or fully partitioned area.
145 /// \param tile Area to process.
160 /// \param area Computation area for which to find tile size.
163 dng_point FindTileSize (const dng_rect &area) const;
166 /// Called after thread partitioning has already been done. Area may be further subdivided to handle maximum tile size, etc.
170 /// \param area Tile area partitioned to this resource.
175 const dng_rect &area,
183 /// \param area The area on which mage processing should be performed.
188 const dng_rect &area,