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

  /external/dng_sdk/source/
dng_misc_opcodes.cpp 93 stream.Put_int32 (fBounds.t);
94 stream.Put_int32 (fBounds.l);
95 stream.Put_int32 (fBounds.b);
96 stream.Put_int32 (fBounds.r);
189 stream.Put_int32 (fArea.t);
190 stream.Put_int32 (fArea.l);
191 stream.Put_int32 (fArea.b);
192 stream.Put_int32 (fArea.r);
dng_bad_pixels.cpp 717 stream.Put_int32 (pt.v);
718 stream.Put_int32 (pt.h);
727 stream.Put_int32 (r.t);
728 stream.Put_int32 (r.l);
729 stream.Put_int32 (r.b);
730 stream.Put_int32 (r.r);
    [all...]
dng_stream.h 410 void Put_int32 (int32 x)
dng_camera_profile.cpp 533 printer.Put_int32 (fDefaultBlackRender);

Completed in 812 milliseconds