Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dtype.c372 font_weight, in GetTypeInfoByFamily() local
382 font_weight=weight == 0 ? 400 : weight; in GetTypeInfoByFamily()
420 if (p->weight != font_weight) in GetTypeInfoByFamily()
467 score+=(16*(800-((ssize_t) MagickMax(MagickMin(font_weight,900),p->weight)- in GetTypeInfoByFamily()
468 (ssize_t) MagickMin(MagickMin(font_weight,900),p->weight))))/800; in GetTypeInfoByFamily()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c5204 const size_t font_weight) in DrawSetFontWeight() argument
5211 (CurrentContext->weight != font_weight)) in DrawSetFontWeight()
5213 CurrentContext->weight=font_weight; in DrawSetFontWeight()
5214 (void) MVGPrintf(wand,"font-weight %.20g\n",(double) font_weight); in DrawSetFontWeight()