Home | History | Annotate | Download | only in source

Lines Matching refs:dng_rect

53 dng_rect dng_area_task::RepeatingTile1 () const
56 return dng_rect ();
62 dng_rect dng_area_task::RepeatingTile2 () const
65 return dng_rect ();
71 dng_rect dng_area_task::RepeatingTile3 () const
74 return dng_rect ();
97 dng_point dng_area_task::FindTileSize (const dng_rect &area) const
100 dng_rect repeatingTile1 = RepeatingTile1 ();
101 dng_rect repeatingTile2 = RepeatingTile2 ();
102 dng_rect repeatingTile3 = RepeatingTile3 ();
186 const dng_rect &area,
191 dng_rect repeatingTile1 = RepeatingTile1 ();
192 dng_rect repeatingTile2 = RepeatingTile2 ();
193 dng_rect repeatingTile3 = RepeatingTile3 ();
210 dng_rect tile1;
217 dng_rect tile2;
224 dng_rect tile3;
231 dng_rect tile4;
255 const dng_rect &area,