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

  /external/libpng/
pngconf.h 353 # if !defined(PNG_DEPRECATED) && __has_attribute(__deprecated__)
354 # define PNG_DEPRECATED __attribute__((__deprecated__))
379 # ifndef PNG_DEPRECATED
380 # define PNG_DEPRECATED __attribute__((__deprecated__))
410 # ifndef PNG_DEPRECATED
411 # define PNG_DEPRECATED __declspec(deprecated)
429 #ifndef PNG_DEPRECATED
430 # define PNG_DEPRECATED /* Use of this function is deprecated */
pngpriv.h 278 #ifndef PNG_DEPRECATED
279 # define PNG_DEPRECATED
    [all...]
  /external/opencv3/3rdparty/libpng/
pngconf.h 350 # ifndef PNG_DEPRECATED
351 # define PNG_DEPRECATED __attribute__((__deprecated__))
376 # ifndef PNG_DEPRECATED
377 # define PNG_DEPRECATED __declspec(deprecated)
385 #ifndef PNG_DEPRECATED
386 # define PNG_DEPRECATED /* Use of this function is deprecated */
pngpriv.h 120 #ifndef PNG_DEPRECATED
121 # define PNG_DEPRECATED
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngconf.h 375 # ifndef PNG_DEPRECATED
376 # define PNG_DEPRECATED __attribute__((__deprecated__))
406 # ifndef PNG_DEPRECATED
407 # define PNG_DEPRECATED __declspec(deprecated)
425 #ifndef PNG_DEPRECATED
426 # define PNG_DEPRECATED /* Use of this function is deprecated */
pngpriv.h 188 #ifndef PNG_DEPRECATED
189 # define PNG_DEPRECATED
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 351 # ifndef PNG_DEPRECATED
352 # define PNG_DEPRECATED __attribute__((__deprecated__))
378 # ifndef PNG_DEPRECATED
379 # define PNG_DEPRECATED __declspec(deprecated)
387 #ifndef PNG_DEPRECATED
388 # define PNG_DEPRECATED /* Use of this function is deprecated */
pngpriv.h 120 #ifndef PNG_DEPRECATED
121 # define PNG_DEPRECATED
    [all...]

Completed in 81 milliseconds