HomeSort by relevance Sort by last modified time
    Searched refs:png_sPLT_entry (Results 1 - 10 of 10) sorted by null

  /external/libpng/
png.h 559 } png_sPLT_entry;
560 typedef png_sPLT_entry * png_sPLT_entryp;
561 typedef const png_sPLT_entry * png_const_sPLT_entryp;
562 typedef png_sPLT_entry * * png_sPLT_entrypp;
    [all...]
pngset.c 1067 entries->nentries, sizeof (png_sPLT_entry)));
1081 entries->nentries * sizeof (png_sPLT_entry));
    [all...]
pngrutil.c     [all...]
  /external/opencv3/3rdparty/libpng/
png.h 603 } png_sPLT_entry;
604 typedef png_sPLT_entry FAR * png_sPLT_entryp;
605 typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;
606 typedef png_sPLT_entry FAR * FAR * png_sPLT_entrypp;
    [all...]
pngset.c 1000 from->nentries * png_sizeof(png_sPLT_entry));
1012 from->nentries * png_sizeof(png_sPLT_entry));
    [all...]
pngrutil.c     [all...]
  /external/pdfium/third_party/lpng_v163/
png.h     [all...]
pngset.c 1038 entries->nentries, sizeof (png_sPLT_entry)));
1051 entries->nentries * sizeof (png_sPLT_entry));
    [all...]
pngrutil.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 606 } png_sPLT_entry;
607 typedef png_sPLT_entry FAR * png_sPLT_entryp;
608 typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;
609 typedef png_sPLT_entry FAR * FAR * png_sPLT_entrypp;
    [all...]

Completed in 43 milliseconds