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

  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 628 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
661 } png_text; typedef in typeref:struct:png_text_struct
662 typedef png_text FAR * png_textp;
663 typedef PNG_CONST png_text FAR * png_const_textp;
664 typedef png_text FAR * FAR * png_textpp;
    [all...]
  /external/chromium_org/third_party/libpng/
png.h 691 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
717 } png_text; typedef in typeref:struct:png_text_struct
    [all...]
  /external/libpng/
png.h 667 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
700 } png_text; typedef in typeref:struct:png_text_struct
701 typedef png_text * png_textp;
702 typedef const png_text * png_const_textp;
703 typedef png_text * * png_textpp;
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
png.h 694 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
720 } png_text; typedef in typeref:struct:png_text_struct
    [all...]

Completed in 129 milliseconds