HomeSort by relevance Sort by last modified time
    Searched defs:PNG_ALIGN_TYPE (Results 1 - 5 of 5) sorted by null

  /external/libpng/contrib/pngminim/decoder/
pngusr.h 21 #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
  /external/libpng/contrib/pngminim/encoder/
pngusr.h 21 #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
  /external/libpng/contrib/pngminim/preader/
pngusr.h 21 #define PNG_ALIGN_TYPE PNG_ALIGN_NONE
  /external/libpng/
pngpriv.h 495 #ifndef PNG_ALIGN_TYPE
500 # define PNG_ALIGN_TYPE PNG_ALIGN_SIZE
503 #if PNG_ALIGN_TYPE == PNG_ALIGN_SIZE
512 # if PNG_ALIGN_TYPE == PNG_ALIGN_OFFSET
515 # if PNG_ALIGN_TYPE == PNG_ALIGN_ALWAYS
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 408 #ifndef PNG_ALIGN_TYPE
413 # define PNG_ALIGN_TYPE PNG_ALIGN_SIZE
416 #if PNG_ALIGN_TYPE == PNG_ALIGN_SIZE
425 # if PNG_ALIGN_TYPE == PNG_ALIGN_OFFSET
428 # if PNG_ALIGN_TYPE == PNG_ALIGN_ALWAYS
    [all...]

Completed in 46 milliseconds