Home
last modified time | relevance | path

Searched refs:png_alignof (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpriv.h528 # define png_alignof(type) (sizeof (type)) macro
531 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro
534 # define png_alignof(type) (1) macro
541 #ifdef png_alignof
543 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)
/external/skia/third_party/libpng/
Dpngpriv.h528 # define png_alignof(type) (sizeof (type)) macro
531 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro
534 # define png_alignof(type) (1) macro
541 #ifdef png_alignof
543 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)
/external/libpng/
Dpngpriv.h557 # define png_alignof(type) (sizeof (type)) macro
560 # define png_alignof(type) offsetof(struct{char c; type t;}, t) macro
563 # define png_alignof(type) (1) macro
570 #ifdef png_alignof
572 ((((const char*)ptr-(const char*)0) & (png_alignof(type)-1)) == 0)