HomeSort by relevance Sort by last modified time
    Searched refs:png (Results 176 - 200 of 404) sorted by null

1 2 3 4 5 6 78 91011>>

  /bootable/recovery/tests/manual/
recovery_test.cpp 29 #include <png.h>
105 if (de->d_type != DT_REG || !android::base::EndsWith(de->d_name, "_text.png")) {
111 // Find out all png files to test under /data/nativetest/recovery/.
140 // Parse a png file and test if it's qualified for the background text image
165 ASSERT_EQ(PNG_COLOR_TYPE_GRAY, color_type) << "Recovery expects grayscale PNG file.";
174 ASSERT_EQ(1, channels) << "Recovery background text images expects 1-channel PNG file.";
  /development/build/
sdk.atree 198 development/tools/templates/ic_launcher_ldpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_ldpi.png
199 development/tools/templates/ic_launcher_mdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_mdpi.png
200 development/tools/templates/ic_launcher_hdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_hdpi.png
201 development/tools/templates/ic_launcher_xhdpi.png platforms/${PLATFORM_NAME}/templates/ic_launcher_xhdpi.png
    [all...]
  /external/autotest/client/deps/glbench/src/
testbase.cc 6 #include <png.h>
144 // save as png with MD5 as hex string attached
153 sprintf(name_png, "%s.pixmd5-%s.png", testname, pixmd5);
  /external/libpng/
example.c 14 /* This is an example of how to use libpng to read and write PNG files.
23 * working PNG reader/writer, see pngtest.c, included in this distribution;
27 /* The simple, but restricted, approach to reading a PNG file or data stream
32 * The following code reads PNG image data from a file and writes it, in a
41 #include <png.h>
59 /* Set the format in which to read the PNG file; this code chooses a
140 /* That's it ;-) Of course you probably want to do more with PNG files than
141 * just converting them all to 32-bit RGBA PNG files; you can do that between
149 * one of the predefined macros from png.h (as above):
196 /* If your program needs more information from the PNG data it reads, or if yo
    [all...]
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 41 background-image: url(contents.png);
60 background-image: url(navigation.png);
  /external/skia/third_party/libpng/
example.c 14 /* This is an example of how to use libpng to read and write PNG files.
23 * working PNG reader/writer, see pngtest.c, included in this distribution;
27 /* The simple, but restricted, approach to reading a PNG file or data stream
32 * The following code reads PNG image data from a file and writes it, in a
41 #include <png.h>
59 /* Set the format in which to read the PNG file; this code chooses a
140 /* That's it ;-) Of course you probably want to do more with PNG files than
141 * just converting them all to 32-bit RGBA PNG files; you can do that between
149 * one of the predefined macros from png.h (as above):
196 /* If your program needs more information from the PNG data it reads, or if yo
    [all...]
  /external/syslinux/com32/lib/
Makefile 11 # PNG library object files
13 libpng/png.o libpng/pngset.o libpng/pngget.o libpng/pngrutil.o \
  /external/syslinux/com32/lib/libpng/
CHANGES 5 added reader into png.h
48 changed pngtest.png for zlib 0.93
56 moved png_info_init() to png.c
126 added external C++ wrapper statements to png.h (Gilles Dauphin)
127 allow PNG file to be read when some or all of file signature has already
146 fixed bug in PNG file signature compares when start != 0
170 more description of info_struct in libpng.txt and png.h
233 added a number of functions to access information from the png structure
248 Added UNIX manual pages libpng.3 (incorporating libpng.txt) and png.5.
265 Added a space in png.h prototype for png_write_chunk_start(
    [all...]
  /external/libvncserver/libvncserver/
tight.c 42 #include <png.h>
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw_test.go 10 "image/png"
431 f, err := os.Open("../testdata/video-001.png")
436 src, err := png.Decode(f)
  /prebuilts/go/linux-x86/src/image/draw/
draw_test.go 10 "image/png"
431 f, err := os.Open("../testdata/video-001.png")
436 src, err := png.Decode(f)
  /build/make/tools/droiddoc/templates-ndk/
sampleindex.cs 44 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
  /external/doclava/res/assets/templates-sdk/
sampleindex.cs 39 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
  /external/libvorbis/doc/
Vorbis_I_spec.tex 83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
84 \DeclareGraphicsExtensions{.pdf,.png,.jpg,.jpeg}
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 35 #include "compile/Png.h"
470 context->GetDiagnostics()->Note(DiagMessage(path_data.source) << "compiling PNG");
492 // using the original PNG instead of the crunched one.
500 if (path_data.extension == "9.png") {
526 // Write the crunched PNG.
533 // No matter what, we must use the re-encoded PNG, even if it is larger.
537 // The re-encoded PNG is larger than the original, and there is
541 << "original PNG is smaller than crunched PNG"
553 // For debugging only, use the legacy PNG cruncher and compare the resulting file sizes
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 91 "image/png",
  /prebuilts/go/darwin-x86/src/image/
decode_example_test.go 18 // two lines to also understand GIF and PNG images:
20 // _ "image/png"
  /prebuilts/go/darwin-x86/test/stress/
parsego.go 160 "image/png",
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 91 "image/png",
  /prebuilts/go/linux-x86/src/image/
decode_example_test.go 18 // two lines to also understand GIF and PNG images:
20 // _ "image/png"
  /prebuilts/go/linux-x86/test/stress/
parsego.go 160 "image/png",
  /external/libpng/contrib/libtests/
timepng.c 9 * and license in png.h
11 * Load an arbitrary number of PNG files (from the command line, or, if there
35 # include <png.h>
37 # include "../../png.h"
52 * the implementation takes to read a PNG ignoring the potentially very large IO
78 fprintf(stderr, "temporary file PNG write failed\n");
210 fprintf(stderr, "file %d: error reading PNG data\n", i);
352 " PNG files to copy into the assembly and time. Invalid files are skipped\n"
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/util/
Makefile.am     [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 67 "png": {c, report.Dot, invokeDot(interactive, "png"), false, "Outputs a graph image in PNG format"},

Completed in 3463 milliseconds

1 2 3 4 5 6 78 91011>>