Searched refs:Get_int32 (Results 1 - 6 of 6) sorted by path

/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp627 pt.v = stream.Get_int32 ();
628 pt.h = stream.Get_int32 ();
639 r.t = stream.Get_int32 ();
640 r.l = stream.Get_int32 ();
641 r.b = stream.Get_int32 ();
642 r.r = stream.Get_int32 ();
H A Ddng_misc_opcodes.cpp59 fBounds.t = stream.Get_int32 ();
60 fBounds.l = stream.Get_int32 ();
61 fBounds.b = stream.Get_int32 ();
62 fBounds.r = stream.Get_int32 ();
121 fArea.t = stream.Get_int32 ();
122 fArea.l = stream.Get_int32 ();
123 fArea.b = stream.Get_int32 ();
124 fArea.r = stream.Get_int32 ();
H A Ddng_stream.cpp841 return Get_int32 ();
895 int32 n = Get_int32 ();
896 int32 d = Get_int32 ();
991 result.n = Get_int32 ();
992 result.d = Get_int32 ();
1078 int32 n = Get_int32 ();
1079 int32 d = Get_int32 ();
H A Ddng_stream.h401 int32 Get_int32 () function in class:dng_stream
H A Ddng_xmp.cpp1142 bool dng_xmp::Get_int32 (const char *ns, function in class:dng_xmp
H A Ddng_xmp.h171 bool Get_int32 (const char *ns,

Completed in 469 milliseconds