OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:png_int_16
(Results
1 - 3
of
3
) sorted by null
/external/libpng/
pngconf.h
494
* png_uint_16 and
png_int_16
should always be two bytes in size - this is
509
typedef int
png_int_16
;
typedef
511
typedef short
png_int_16
;
typedef
608
typedef
png_int_16
* png_int_16p;
609
typedef const
png_int_16
* png_const_int_16p;
631
typedef
png_int_16
* * png_int_16pp;
/external/pdfium/samples/fx_lpng/lpng_v163/
pngconf.h
467
* png_uint_16 and
png_int_16
should always be two bytes in size - this is
482
typedef int
png_int_16
;
typedef
484
typedef short
png_int_16
;
typedef
581
typedef
png_int_16
* png_int_16p;
582
typedef const
png_int_16
* png_const_int_16p;
604
typedef
png_int_16
* * png_int_16pp;
/ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h
450
typedef short
png_int_16
;
typedef
536
typedef
png_int_16
FAR * png_int_16p;
537
typedef PNG_CONST
png_int_16
FAR * png_const_int_16p;
559
typedef
png_int_16
FAR * FAR * png_int_16pp;
Completed in 907 milliseconds