Searched refs:new_format (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/MagickWand/ |
D | wandcli.c | 276 new_format[MagickPathExtent]; in CLILogEvent() local 289 (void) FormatLocaleString(new_format,MagickPathExtent,cli_wand->location, in CLILogEvent() 291 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLILogEvent() 292 (void) ConcatenateMagickString(new_format,format,MagickPathExtent); in CLILogEvent() 295 status=LogMagickEventList(type,module,function,line,new_format,operands); in CLILogEvent() 320 new_format[MagickPathExtent]; in CLIThrowException() local 336 (void) CopyMagickString(new_format,format,MagickPathExtent); in CLIThrowException() 337 (void) ConcatenateMagickString(new_format," ",MagickPathExtent); in CLIThrowException() 339 len=strlen(new_format); in CLIThrowException() 340 (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/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 742 Format* new_format = newFormat.clone(); in setFormat() local 743 if (new_format) { in setFormat() 745 setCustomArgStartFormat(partIndex, new_format, status); in setFormat() 792 Format* new_format = newFormat.clone(); in setFormat() local 793 if (new_format == NULL) { in setFormat() 797 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
|