Searched refs:png_text (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/samples/
H A Dimage_diff_png.cc410 png_text_(new png_text[comments.size()]) {
427 png_text* get_png_text() {
452 png_text* png_text_;
/external/libpng/contrib/gregbook/
H A Dwritepng.c180 png_text text[6];
/external/libpng/contrib/libtests/
H A Dmakepng.c1247 clear_text(png_text *text, png_charp keyword)
1302 png_text text;
1313 png_text text;
1325 png_text text;
H A Dpngvalid.c3766 png_text text;
3857 png_text text;
3986 png_text text;
4110 png_text text;
/external/opencv3/3rdparty/libpng/
H A Dpngset.c706 (png_size_t)(info_ptr->max_text * png_sizeof(png_text)));
717 png_sizeof(png_text)));
726 (png_size_t)(info_ptr->max_text * png_sizeof(png_text)));
H A Dpng.h625 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
658 } png_text; typedef in typeref:struct:png_text_struct
659 typedef png_text FAR * png_textp;
660 typedef PNG_CONST png_text FAR * png_const_textp;
661 typedef png_text FAR * FAR * png_textpp;
H A Dpngrutil.c2288 png_sizeof(png_text));
2418 png_sizeof(png_text));
2588 png_sizeof(png_text));
/external/libpng/
H A Dpng.h581 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
614 } png_text; typedef in typeref:struct:png_text_struct
615 typedef png_text * png_textp;
616 typedef const png_text * png_const_textp;
617 typedef png_text * * png_textpp;
H A Dexample.c881 png_text text_ptr[3];
H A Dpngrutil.c2423 png_text text_info;
2578 png_text text;
2728 png_text text;
/external/pdfium/third_party/lpng_v163/
H A Dpng.h906 /* png_text holds the contents of a text/ztxt/itxt chunk in a PNG file,
939 } png_text; typedef in typeref:struct:png_text_struct
940 typedef png_text * png_textp;
941 typedef const png_text * png_const_textp;
942 typedef png_text * * png_textpp;
H A Dpngrutil.c2362 png_text text_info;
2517 png_text text;
2667 png_text text;
/external/skia/dm/
H A DDM.cpp829 png_text text[2];
/external/ImageMagick/coders/
H A Dpng.c7732 text=(png_textp) png_malloc(ping,(png_alloc_size_t) sizeof(png_text));
7734 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text));
11246 (png_alloc_size_t) sizeof(png_text));
11248 text=(png_textp) png_malloc(ping,(png_size_t) sizeof(png_text));

Completed in 298 milliseconds