Searched refs:text_info (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | widget.c | 505 XWidgetInfo *text_info) in XDrawMatteText() argument 533 text_info->x,text_info->y,text_info->width,text_info->height); in XDrawMatteText() 534 if (text_info->text == (char *) NULL) in XDrawMatteText() 536 XSetTextColor(display,window_info,text_info->highlight); in XDrawMatteText() 538 x=text_info->x+(QuantumMargin >> 2); in XDrawMatteText() 539 y=text_info->y+font_info->ascent+(text_info->height >> 2); in XDrawMatteText() 540 width=text_info->width-(QuantumMargin >> 1); in XDrawMatteText() 542 if (*text_info->text == '\0') in XDrawMatteText() 554 crop_info.width=(unsigned short) text_info->width; in XDrawMatteText() 555 crop_info.height=(unsigned short) text_info->height; in XDrawMatteText() [all …]
|
D | display.c | 2351 *text_info; in XAnnotateEditImage() local 2357 text_info=annotate_info; in XAnnotateEditImage() 2358 while (text_info != (XAnnotateInfo *) NULL) in XAnnotateEditImage() 2362 text_info->x,text_info->y,text_info->text, in XAnnotateEditImage() 2363 (int) strlen(text_info->text)); in XAnnotateEditImage() 2366 annotate_context,text_info->x,text_info->y,text_info->text, in XAnnotateEditImage() 2367 (int) strlen(text_info->text)); in XAnnotateEditImage() 2368 text_info=text_info->previous; in XAnnotateEditImage()
|
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 2517 png_text text_info; in png_handle_tEXt() local 2580 text_info.compression = PNG_TEXT_COMPRESSION_NONE; in png_handle_tEXt() 2581 text_info.key = key; in png_handle_tEXt() 2582 text_info.lang = NULL; in png_handle_tEXt() 2583 text_info.lang_key = NULL; in png_handle_tEXt() 2584 text_info.itxt_length = 0; in png_handle_tEXt() 2585 text_info.text = text; in png_handle_tEXt() 2586 text_info.text_length = strlen(text); in png_handle_tEXt() 2588 if (png_set_text_2(png_ptr, info_ptr, &text_info, 1) != 0) in png_handle_tEXt()
|
/external/libpng/ |
D | pngrutil.c | 2517 png_text text_info; in png_handle_tEXt() local 2580 text_info.compression = PNG_TEXT_COMPRESSION_NONE; in png_handle_tEXt() 2581 text_info.key = key; in png_handle_tEXt() 2582 text_info.lang = NULL; in png_handle_tEXt() 2583 text_info.lang_key = NULL; in png_handle_tEXt() 2584 text_info.itxt_length = 0; in png_handle_tEXt() 2585 text_info.text = text; in png_handle_tEXt() 2586 text_info.text_length = strlen(text); in png_handle_tEXt() 2588 if (png_set_text_2(png_ptr, info_ptr, &text_info, 1) != 0) in png_handle_tEXt()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 97 <!-- pp_base_format(pretty_print_info*, text_info*) --> 273 <!-- pp_base_format_verbatim(pretty_print_info*, text_info*) --> 1411 <!-- text_info diagnostic_info::message --> 1587 …<!-- typedef bool (pretty_printer*, text_info*, const char*, int, bool, bool, bool)* printer_fn --> 1591 <!-- typedef __anonymous_struct__2 text_info --> 1592 …<typedef-decl name='text_info' type-id='type-id-97' filepath='../.././gcc/pretty-print.h' line='40… 1762 <!-- bool (pretty_printer*, text_info*, const char*, int, bool, bool, bool)* --> 1814 <!-- text_info* --> 2523 <!-- bool (pretty_printer*, text_info*, const char*, int, bool, bool, bool) --> 2527 <!-- parameter of type 'text_info*' --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 952 …<typedef-decl name='text_info' type-id='type-id-97' filepath='../.././gcc/pretty-print.h' line='40…
|