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

  /external/libpng/
pnginfo.h 234 png_sPLT_tp splt_palettes;
pngset.c 1012 png_sPLT_tp np;
1020 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
    [all...]
pngtest.c     [all...]
png.h 576 typedef png_sPLT_t * png_sPLT_tp;
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 234 png_sPLT_tp splt_palettes;
pngset.c 1025 png_sPLT_tp np;
1033 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
    [all...]
png.h 576 typedef png_sPLT_t * png_sPLT_tp;
    [all...]
  /external/skia/third_party/libpng/
pnginfo.h 234 png_sPLT_tp splt_palettes;
pngset.c 1010 png_sPLT_tp np;
1018 np = png_voidcast(png_sPLT_tp,png_realloc_array(png_ptr,
    [all...]
pngtest.c     [all...]
png.h 576 typedef png_sPLT_t * png_sPLT_tp;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngset.c 894 png_infop info_ptr, png_sPLT_tp entries, int nentries)
903 png_sPLT_tp np;
909 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
925 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
926 png_sPLT_tp from = entries + i;
    [all...]
pngwutil.c 850 png_write_sPLT(png_structp png_ptr, png_sPLT_tp spalette)
    [all...]
  /external/syslinux/com32/include/
png.h 682 typedef png_sPLT_t FAR * png_sPLT_tp;
    [all...]

Completed in 2195 milliseconds