Home | History | Annotate | Download | only in source

Lines Matching refs:RepeatingTile1

53 dng_rect dng_area_task::RepeatingTile1 () const
100 dng_rect repeatingTile1 = RepeatingTile1 ();
104 if (repeatingTile1.IsEmpty ())
106 repeatingTile1 = area;
119 uint32 repeatV = Min_uint32 (Min_uint32 (repeatingTile1.H (),
123 uint32 repeatH = Min_uint32 (Min_uint32 (repeatingTile1.W (),
191 dng_rect repeatingTile1 = RepeatingTile1 ();
195 if (repeatingTile1.IsEmpty ())
197 repeatingTile1 = area;
226 dng_tile_iterator iter3 (repeatingTile1, tile2);