Searched refs:png_save_int_32 (Results 1 - 12 of 12) sorted by relevance

/external/skia/third_party/libpng/
H A Dpngwutil.c1324 png_save_int_32(buf, xy->whitex);
1325 png_save_int_32(buf + 4, xy->whitey);
1327 png_save_int_32(buf + 8, xy->redx);
1328 png_save_int_32(buf + 12, xy->redy);
1330 png_save_int_32(buf + 16, xy->greenx);
1331 png_save_int_32(buf + 20, xy->greeny);
1333 png_save_int_32(buf + 24, xy->bluex);
1334 png_save_int_32(buf + 28, xy->bluey);
1706 png_save_int_32(buf, x_offset);
1707 png_save_int_32(bu
[all...]
H A Dpngprefix.h229 #define png_save_int_32 skia_png_save_int_32 macro
H A Dpng.h2577 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));
H A Dpng.c685 png_save_int_32(png_bytep buf, png_int_32 i) function
/external/libpng/
H A Dpngwutil.c1324 png_save_int_32(buf, xy->whitex);
1325 png_save_int_32(buf + 4, xy->whitey);
1327 png_save_int_32(buf + 8, xy->redx);
1328 png_save_int_32(buf + 12, xy->redy);
1330 png_save_int_32(buf + 16, xy->greenx);
1331 png_save_int_32(buf + 20, xy->greeny);
1333 png_save_int_32(buf + 24, xy->bluex);
1334 png_save_int_32(buf + 28, xy->bluey);
1707 png_save_int_32(buf, x_offset);
1708 png_save_int_32(bu
[all...]
H A Dpng.h2583 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));
H A Dpng.c685 png_save_int_32(png_bytep buf, png_int_32 i) function
/external/pdfium/third_party/libpng16/
H A Dpngwutil.c1324 png_save_int_32(buf, xy->whitex);
1325 png_save_int_32(buf + 4, xy->whitey);
1327 png_save_int_32(buf + 8, xy->redx);
1328 png_save_int_32(buf + 12, xy->redy);
1330 png_save_int_32(buf + 16, xy->greenx);
1331 png_save_int_32(buf + 20, xy->greeny);
1333 png_save_int_32(buf + 24, xy->bluex);
1334 png_save_int_32(buf + 28, xy->bluey);
1706 png_save_int_32(buf, x_offset);
1707 png_save_int_32(bu
[all...]
H A Dpng.h2577 PNG_EXPORT(206, void, png_save_int_32, (png_bytep buf, png_int_32 i));
H A Dpng.c685 png_save_int_32(png_bytep buf, png_int_32 i) function
/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c32 /* The png_save_int_32 function assumes integers are stored in two's
37 png_save_int_32(png_bytep buf, png_int_32 i) function
1554 png_save_int_32(buf, x_offset);
1555 png_save_int_32(buf + 4, y_offset);
1604 png_save_int_32(buf, X0);
1605 png_save_int_32(buf + 4, X1);
/external/syslinux/com32/include/
H A Dpng.h2878 extern PNG_EXPORT(void,png_save_int_32)

Completed in 1402 milliseconds