OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:png_voidcast
(Results
1 - 3
of
3
) sorted by null
/external/libpng/
pngpriv.h
401
# define
png_voidcast
(type, value) static_cast<type>(value)
macro
408
# define
png_voidcast
(type, value) (value)
macro
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h
283
# define
png_voidcast
(type, value) static_cast<type>(value)
macro
285
# define
png_voidcast
(type, value) (value)
macro
[
all
...]
/external/libpng/contrib/tools/
pngfix.c
86
# define
png_voidcast
(type, value) static_cast<type>(value)
macro
93
# define
png_voidcast
(type, value) (value)
macro
446
png_bytep bytes =
png_voidcast
(png_bytep, pv);
668
next =
png_voidcast
(IDAT_list*, malloc(IDAT_list_size(NULL, length)));
[
all
...]
Completed in 249 milliseconds