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

  /external/libpng/contrib/gregbook/
writepng.c 179 int num_text = 0; local
182 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
183 text[num_text].key = "Title";
184 text[num_text].text = mainprog_ptr->title;
185 ++num_text;
188 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE;
189 text[num_text].key = "Author";
190 text[num_text].text = mainprog_ptr->author;
191 ++num_text;
194 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE
    [all...]
  /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/libpng/
pngtest.c 1088 int num_text; local
1090 if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0)
1092 png_debug1(0, "Handling %d iTXt/tEXt/zTXt chunks", num_text);
1093 png_set_text(write_ptr, write_info_ptr, text_ptr, num_text);
1276 int num_text; local
    [all...]
  /external/chromium_org/v8/src/
parser.cc 117 int num_text = text_.length(); local
118 if (num_text == 0) {
120 } else if (num_text == 1) {
124 for (int i = 0; i < num_text; i++)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.h 748 int num_text; \/* number of comments read\/to write *\/ member in struct:png_info_struct
    [all...]
  /external/v8/src/
parser.cc 114 int num_text = text_.length(); local
115 if (num_text == 0) {
117 } else if (num_text == 1) {
121 for (int i = 0; i < num_text; i++)
    [all...]

Completed in 184 milliseconds