OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:png_get_uint_32
(Results
1 - 15
of
15
) sorted by null
/external/pdfium/third_party/libpng16/
pngprefix.h
12
#define
png_get_uint_32
PDFIUM_png_get_uint_32
macro
png.c
[
all
...]
png.h
2617
# define
png_get_uint_32
macro
[
all
...]
pngrutil.c
24
png_uint_32 uval =
png_get_uint_32
(buf);
43
png_uint_32 uval =
png_get_uint_32
(buf);
68
png_get_uint_32
)(png_const_bytep buf)
function
87
png_uint_32 uval =
png_get_uint_32
(buf);
276
crc =
png_get_uint_32
(crc_bytes);
[
all
...]
pngget.c
749
*proflen =
png_get_uint_32
(info_ptr->iccp_profile);
[
all
...]
pngwutil.c
[
all
...]
/external/libpng/
png.c
[
all
...]
png.h
2629
# define
png_get_uint_32
macro
[
all
...]
pngrutil.c
24
png_uint_32 uval =
png_get_uint_32
(buf);
43
png_uint_32 uval =
png_get_uint_32
(buf);
68
png_get_uint_32
)(png_const_bytep buf)
function
87
png_uint_32 uval =
png_get_uint_32
(buf);
279
crc =
png_get_uint_32
(crc_bytes);
[
all
...]
pngget.c
749
*proflen =
png_get_uint_32
(info_ptr->iccp_profile);
[
all
...]
pngwutil.c
[
all
...]
/external/skia/src/codec/
SkPngCodec.cpp
180
const size_t length =
png_get_uint_32
(chunk);
233
length =
png_get_uint_32
(chunk);
[
all
...]
/external/skqp/src/codec/
SkPngCodec.cpp
180
const size_t length =
png_get_uint_32
(chunk);
233
length =
png_get_uint_32
(chunk);
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
335
return
png_get_uint_32
(b4);
825
result =
png_get_uint_32
(mark);
[
all
...]
makepng.c
[
all
...]
Completed in 525 milliseconds