OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPreviewSize
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_preview.cpp
336
:
fPreviewSize
()
363
ifd.fImageWidth =
fPreviewSize
.h;
364
ifd.fImageLength =
fPreviewSize
.v;
424
uint32 widthBytes = (
fPreviewSize
.h * 24 + 31) / 32 * 4;
427
stream.Put_uint32 (
fPreviewSize
.h);
428
stream.Put_uint32 (
fPreviewSize
.v);
430
stream.Put_uint32 (widthBytes *
fPreviewSize
.v);
dng_preview.h
97
dng_point
fPreviewSize
;
dng_image_writer.cpp
[
all
...]
Completed in 495 milliseconds