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

  /external/qemu/distrib/
Makefile 2 LIBPNG_VERSION := libpng-1.2.19
  /frameworks/base/cmds/screenshot/
Android.mk 9 LOCAL_STATIC_LIBRARIES := libpng
screenshot.c 11 #include <libpng/png.h>
  /external/qemu/distrib/libpng-1.2.19/
Makefile 1 # Makefile used to compile libpng statically
5 LIBPNG_LIB := $(SRC_PATH)/libpng.a
23 clean-libpng:
  /bootable/recovery/minui/
Android.mk 7 external/libpng\
  /external/libpng/
Android.mk 31 $(info libpng: Ignoring gcc flag $(common_CFLAGS) on Cygwin)
38 common_COPY_HEADERS_TO := libpng
50 LOCAL_MODULE:= libpng
70 LOCAL_MODULE:= libpng
CHANGES 2 CHANGES - changes for libpng
45 changed name from pnglib to libpng
49 fixed error in libpng.txt and example.c
96 added new initialization API to make libpng work better with shared libs
106 since it didn't work in previous versions of libpng anyways
124 libpng will use the zlib CRC routines by (compile-time) default
129 of info_struct and invalidates all programs that use a shared libpng****
150 added macros for libpng to be compiled as a Windows DLL (Andreas Kupries)
168 added macros for simple libpng debugging output selectable at compile time
170 more description of info_struct in libpng.txt and png.
    [all...]
pngconf.h 2 /* pngconf.h - machine configurable file for libpng
4 * libpng version 1.2.46 - July 9, 2011
9 * This code is released under the libpng license.
15 * are configuring libpng for a machine, you may want to read the section
48 * Added at libpng-1.2.8
71 are now LIBPNG reserved macros. Use PNG_USER_PRIVATEBUILD instead.")
83 /* End of material added to libpng-1.2.8 */
85 /* Added at libpng-1.2.19, removed at libpng-1.2.20 because it caused trouble
86 Restored at libpng-1.2.21 *
    [all...]
configure 3 # Generated by GNU Autoconf 2.65 for libpng 1.2.46.
702 PACKAGE_NAME='libpng'
703 PACKAGE_TARNAME='libpng'
705 PACKAGE_STRING='libpng 1.2.46'
    [all...]
  /development/tools/etc1tool/
Android.mk 12 LOCAL_C_INCLUDES += external/libpng
21 libpng \
  /hardware/ti/omap4xxx/hwc/
Android.mk 12 LOCAL_STATIC_LIBRARIES := libpng
18 LOCAL_C_INCLUDES += external/libpng external/zlib
  /frameworks/base/tools/aapt/
Android.mk 34 LOCAL_C_INCLUDES += external/libpng
45 libpng
  /external/libpng/scripts/
makevms.com 1 $! make libpng under VMS
7 $! the programs from the contrib directory instead of libpng.
52 $ write sys$output "Compiling Libpng sources ..."
86 $ write sys$output "Building Libpng ..."
87 $ CALL MAKE libpng.OLB "lib/crea libpng.olb *.obj" *.OBJ
92 "LINK pngtest,libpng.olb/lib,''zlibsrc'libz.olb/lib" -
93 pngtest.obj libpng.olb
94 $ write sys$output "Testing Libpng..."
100 $ write sys$output "Libpng build completed
    [all...]
libpng-config.in 3 # libpng-config
4 # provides configuration info for libpng.
8 # This code is released under the libpng license.
18 includedir="@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@"
35 --prefix print libpng prefix
  /system/core/charger/
Android.mk 19 LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
  /external/libpng/contrib/gregbook/
makevms.com 4 $! Script created by Martin Zinser for libpng; modified by Greg Roelofs
8 $! Set locations where zlib and libpng sources live.
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
27 $ write sys$output "libpng include not found. Exiting..."
57 $ write lopt "''pngpath'libpng.olb/lib"
  /external/webkit/Tools/wx/
install-unix-extras 74 LIBPNG_TARBALL="libpng-$LIBPNG_VERSION.tar.gz"
170 if [ ! -f $DEPS_PREFIX/lib/libpng.a ]; then
174 cd $DL_DIR/libpng-$LIBPNG_VERSION
189 rm -rf $DL_DIR/libpng-$LIBPNG_VERSION
  /bootable/recovery/
Android.mk 51 LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
  /external/libpng/contrib/pngminus/
makevms.com 2 $! make Contrib programs of libpng under OpenVMS
32 $ write lopt "[--]libpng.olb/lib"
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 47 This part of the file implements PNG codec on base of libpng library,
48 in particular, this code is based on example.c from libpng
50 and png2bmp sample from libpng distribution (Copyright (C) 1999-2001 MIYASAKA Masaru)
56 #include <libpng/png.h>
  /build/core/
user_tags.mk 280 libpng \
  /external/skia/
Android.mk 287 libpng \
302 external/libpng \

Completed in 449 milliseconds