Searched refs:new_format (Results 1 – 4 of 4) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | wandcli.c | 278 new_format[MagickPathExtent]; in CLILogEvent() local 294 (void) FormatLocaleString(new_format,MagickPathExtent,cli_wand->location, in CLILogEvent() 296 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLILogEvent() 297 (void) ConcatenateMagickString(new_format,format,MagickPathExtent); in CLILogEvent() 300 status=LogMagickEventList(type,module,function,line,new_format,operands); in CLILogEvent() 325 new_format[MagickPathExtent]; in CLIThrowException() local 341 (void) CopyMagickString(new_format,format,MagickPathExtent); in CLIThrowException() 342 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLIThrowException() 344 len=strlen(new_format); in CLIThrowException() 345 (void) FormatLocaleString(new_format+len,MagickPathExtent-len, in CLIThrowException() [all …]
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 214 FT_Bool new_format; in fnt_font_load() local 232 new_format = FT_BOOL( font->header.version == 0x300 ); in fnt_font_load() 233 size = new_format ? 148 : 118; in fnt_font_load() 997 FT_Bool new_format; in FNT_Load_Glyph() local 1022 new_format = FT_BOOL( font->header.version == 0x300 ); in FNT_Load_Glyph() 1023 len = new_format ? 6 : 4; in FNT_Load_Glyph() 1026 offset = ( new_format ? 148 : 118 ) + len * glyph_index; in FNT_Load_Glyph() 1028 if ( offset >= font->header.file_size - 2 - ( new_format ? 4 : 2 ) ) in FNT_Load_Glyph() 1040 if ( new_format ) in FNT_Load_Glyph()
|
/external/u-boot/lib/ |
D | of_live.c | 56 int new_format = 0; in unflatten_dt_node() local 71 new_format = 1; in unflatten_dt_node() 100 if (new_format) { in unflatten_dt_node()
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 743 Format* new_format = newFormat.clone(); in setFormat() local 744 if (new_format) { in setFormat() 746 setCustomArgStartFormat(partIndex, new_format, status); in setFormat() 793 Format* new_format = newFormat.clone(); in setFormat() local 794 if (new_format == NULL) { in setFormat() 798 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
|