Searched refs:GetTypeInfoByFamily (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | type.h | 92 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
|
D | type.c | 322 MagickExport const TypeInfo *GetTypeInfoByFamily(const char *family, in GetTypeInfoByFamily() function 487 type_info=GetTypeInfoByFamily(fontmap[i].substitute,style,stretch,weight, in GetTypeInfoByFamily() 498 type_info=GetTypeInfoByFamily((const char *) NULL,style,stretch,weight, in GetTypeInfoByFamily()
|
D | annotate.c | 978 type_info=GetTypeInfoByFamily(draw_info->family,draw_info->style, in RenderType() 997 type_info=GetTypeInfoByFamily(family[i],draw_info->style, in RenderType() 1030 type_info=GetTypeInfoByFamily("Open Sans",draw_info->style, in RenderType() 1033 type_info=GetTypeInfoByFamily("Sans Serif",draw_info->style, in RenderType() 1036 type_info=GetTypeInfoByFamily((const char *) NULL,draw_info->style, in RenderType()
|
D | methods.h | 618 #define GetTypeInfoByFamily PrependMagickMethod(GetTypeInfoByFamily) macro
|
/external/ImageMagick/coders/ |
D | wmf.c | 2401 type_info=GetTypeInfoByFamily(wmf_font_name,style,AnyStretch, in lite_font_map() 2404 type_info=GetTypeInfoByFamily(wmf_font_name,AnyStyle,AnyStretch,0, in lite_font_map()
|