HomeSort by relevance Sort by last modified time
    Searched refs:RepeatingTile1 (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_area_task.h 95 /// Getter for RepeatingTile1.
96 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which
103 virtual dng_rect RepeatingTile1 () const;
106 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which
116 /// RepeatingTile1, RepeatingTile2, and RepeatingTile3 are used to establish a set of 0 to 3 tile patterns for which
dng_area_task.cpp 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 ()
    [all...]
dng_utils.cpp 546 virtual dng_rect RepeatingTile1 () const
dng_linearization_info.cpp 976 virtual dng_rect RepeatingTile1 () const;
1027 dng_rect dng_linearize_image::RepeatingTile1 () const
dng_negative.cpp     [all...]

Completed in 74 milliseconds