HomeSort by relevance Sort by last modified time
    Searched defs:num_text (Results 1 - 11 of 11) sorted by null

  /external/libpng/contrib/gregbook/
writepng.c 181 int num_text = 0; local
184 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
185 text[num_text].key = "Title";
186 text[num_text].text = mainprog_ptr->title;
187 ++num_text;
190 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
191 text[num_text].key = "Author";
192 text[num_text].text = mainprog_ptr->author;
193 ++num_text;
196 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE
    [all...]
  /bootable/recovery/minui/
resources.cpp 247 int num_text; local
259 if (png_get_text(png_ptr, info_ptr, &text, &num_text)) {
260 for (int i = 0; i < num_text; ++i) {
  /external/libpng/
pnginfo.h 120 int num_text; /* number of comments read or comments to write */ member in struct:png_info_def
pngtest.c 824 int num_text)
826 while (num_text > 0)
828 switch (text_ptr[--num_text].compression)
837 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
845 text_ptr[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
1291 int num_text; local
1502 int num_text; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pnginfo.h 108 int num_text; /* number of comments read or comments to write */ member in struct:png_info_def
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_png.cpp 69 int num_text; local
71 png_get_text(png_ptr, info_ptr, &text, &num_text);
72 for (i = 0; i < num_text; i++) {
  /external/pdfium/third_party/lpng_v163/
pnginfo.h 121 int num_text; /* number of comments read or comments to write */ member in struct:png_info_def
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 108 int num_text; /* number of comments read or comments to write */ member in struct:png_info_def
  /external/v8/src/regexp/
regexp-parser.cc 1041 int num_text = text_.length(); local
1042 if (num_text == 0) {
1044 } else if (num_text == 1) {
1048 for (int i = 0; i < num_text; i++) text_.Get(i)->AppendToText(text, zone());
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 4491 unsigned int num_text = 0; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 5246 png_uint_32 num_text = png_get_text(pp, pi, &tp, NULL); local
    [all...]

Completed in 358 milliseconds