Home
last modified time | relevance | path

Searched refs:fontmap (Results 1 – 2 of 2) sorted by relevance

/external/ImageMagick/coders/
Dpango.c147 *fontmap; in ReadPANGOImage() local
213 fontmap=pango_cairo_font_map_new(); in ReadPANGOImage()
214 pango_cairo_font_map_set_resolution(PANGO_CAIRO_FONT_MAP(fontmap), in ReadPANGOImage()
225 context=pango_font_map_create_context(fontmap); in ReadPANGOImage()
428 g_object_unref(fontmap); in ReadPANGOImage()
/external/ImageMagick/MagickCore/
Dtype.c346 fontmap[] = in GetTypeInfoByFamily() local
476 for (i=0; i < (ssize_t) (sizeof(fontmap)/sizeof(fontmap[0])); i++) in GetTypeInfoByFamily()
480 if ((LocaleCompare(fontmap[i].name,"arial") != 0) && in GetTypeInfoByFamily()
481 (LocaleCompare(fontmap[i].name,"helvetica") != 0)) in GetTypeInfoByFamily()
485 if (LocaleCompare(fontmap[i].name,family) != 0) in GetTypeInfoByFamily()
487 type_info=GetTypeInfoByFamily(fontmap[i].substitute,style,stretch,weight, in GetTypeInfoByFamily()