Searched refs:png (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/cmds/screenshot/
H A Dscreenshot.c11 #include <libpng/png.h>
22 png_structp png; local
40 png = png_create_write_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
41 if (png == NULL) {
47 png_init_io(png, fb_out);
48 info = png_create_info_struct(png);
51 png_destroy_write_struct(&png, NULL);
55 if (setjmp(png_jmpbuf(png))) {
56 ALOGE("failed png setjmp\n");
57 png_destroy_write_struct(&png, NUL
107 FILE *png = NULL; local
[all...]
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp44 " -p: save the file as a png.\n"
46 "If FILENAME ends with .png it will be saved as a png.\n"
93 bool png = false; local
99 png = true;
124 if (len >= 4 && 0 == strcmp(fn+len-4, ".png")) {
125 png = true;
173 if (png) {
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css283 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
319 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
410 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
425 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
597 background-image: url(../images/styles/ico_phone_tablet.png); }
599 background-image: url(../images/styles/ico_web.png); }
601 background-image: url(../images/styles/ico_action.png); }
603 background-image: url(../images/styles/ico_use.png); }
617 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
647 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) n
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css283 background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
319 background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
410 background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
425 background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
597 background-image: url(../images/styles/ico_phone_tablet.png); }
599 background-image: url(../images/styles/ico_web.png); }
601 background-image: url(../images/styles/ico_action.png); }
603 background-image: url(../images/styles/ico_use.png); }
617 background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
647 background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) n
[all...]
/frameworks/base/tools/aapt/
H A DImages.cpp14 #include <png.h>
1129 if (strcmp(ext.string(), ".png") != 0) {
1346 // Actually write out to the new png

Completed in 88 milliseconds