Searched refs:font_weight (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dtype.c380 font_weight,
390 font_weight=weight == 0 ? 400 : weight;
428 if (p->weight != font_weight)
475 score+=(16*(800-((ssize_t) MagickMax(MagickMin(font_weight,900),p->weight)-
476 (ssize_t) MagickMin(MagickMin(font_weight,900),p->weight))))/800;
372 font_weight, local
/external/ImageMagick/MagickWand/
H A Ddrawing-wand.c5302 % const size_t font_weight)
5308 % o font_weight: font weight (valid range 100-900)
5312 const size_t font_weight)
5319 (CurrentContext->weight != font_weight))
5321 CurrentContext->weight=font_weight;
5322 (void) MVGPrintf(wand,"font-weight %.20g\n",(double) font_weight);
5203 DrawSetFontWeight(DrawingWand *wand, const size_t font_weight) argument
/external/ImageMagick/www/api/
H A Ddrawing-wand.php3015 const size_t font_weight)
3029 <dt>font_weight</dt>

Completed in 387 milliseconds