/external/ImageMagick/coders/ |
D | label.c | 145 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 146 image->rows=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 172 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 173 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 202 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 203 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 232 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 234 image->columns=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+ in ReadLABELImage() 238 draw_info->stroke_width+0.5); in ReadLABELImage() 240 image->rows=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+ in ReadLABELImage()
|
D | caption.c | 185 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 201 draw_info->interline_spacing+draw_info->stroke_width)+0.5); in ReadCAPTIONImage() 244 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 245 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 272 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 273 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
|
D | msl.c | 985 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 2630 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 4832 draw_info->stroke_width=StringToLong(value); in MSLStartElement()
|
/external/freetype/src/cid/ |
D | cidtoken.h | 75 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
|
/external/freetype/src/type1/ |
D | t1tokens.h | 109 T1_FIELD_FIXED( "StrokeWidth", stroke_width, T1_FIELD_DICT_FONTDICT )
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 130 FT_Fixed stroke_width; member
|
D | cfftypes.h | 208 FT_Pos stroke_width; member
|
/external/freetype/src/cff/ |
D | cfftoken.h | 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 224 stroke_width; member
|
D | draw.c | 293 clone_info->stroke_width=draw_info->stroke_width; in CloneDrawInfo() 1319 return(MagickMin((double) draw_info->stroke_width, in SaneStrokeWidth() 1587 clone_info->stroke_width=0.0; in DrawClippingMask() 1678 clone_info->stroke_width=0.0; in DrawCompositeMask() 3674 graphic_context[n]->stroke_width=StringToDouble(token,&next_token); in RenderMVGContent() 5498 (fabs(scale*draw_info->stroke_width) >= MagickEpsilon) && in DrawPrimitive() 5505 clone_info->stroke_width=0.0; in DrawPrimitive() 5544 clone_info->stroke_width=0.0; in DrawPrimitive() 5652 clone_info->stroke_width=0.0; in DrawStrokePolygon() 5769 draw_info->stroke_width=1.0; in GetDrawInfo() [all …]
|
D | annotate.c | 628 width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5); in FormatMagickCaption()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 356 FT_Pos stroke_width; member
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2172 return(CurrentContext->stroke_width); in DrawGetStrokeWidth() 2724 CurrentContext->stroke_width); in DrawGetVectorGraphics() 5861 WandExport void DrawSetStrokeWidth(DrawingWand *wand,const double stroke_width) in DrawSetStrokeWidth() argument 5868 (fabs(CurrentContext->stroke_width-stroke_width) >= MagickEpsilon)) in DrawSetStrokeWidth() 5870 CurrentContext->stroke_width=stroke_width; in DrawSetStrokeWidth() 5871 (void) MVGPrintf(wand,"stroke-width %.20g\n",stroke_width); in DrawSetStrokeWidth() 6546 CurrentContext->stroke_width=(double) weight; in DrawSetVectorGraphics()
|
D | operation.c | 1394 _draw_info->stroke_width=StringToDouble(ArgOption("1.0"), in CLISettingOptionInfo()
|
D | mogrify.c | 3057 draw_info->stroke_width=StringToDouble(argv[i+1],(char **) NULL); in MogrifyImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 669 _drawInfo->stroke_width=strokeWidth_; in strokeWidth() 675 return(_drawInfo->stroke_width); in strokeWidth()
|
/external/freetype/src/type42/ |
D | t42parse.c | 88 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
|
/external/freetype/ |
D | ChangeLog.21 | 4053 and `stroke_width' aren't pointers. 4056 (T1_Face_Done): Don't free `paint_type' and `stroke_width'. 4836 `stroke_width' are reverted to be normal values. 4851 `stroke_width' are reverted to be normal values. 5469 and stroke_width to pointers. 5476 Change type of stroke_width to `fixed' and make it a pointer. 5485 Change type of stroke_width to `fixed'. 5493 Change type of stroke_width to `fixed' and make it a pointer.
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 8571 draw_info->stroke_width=argument_list[17].real_reference; in Mogrify() 8975 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify() 9102 draw_info->stroke_width=argument_list[19].real_reference; in Mogrify() 10659 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8572 draw_info->stroke_width=argument_list[17].real_reference; 8980 draw_info->stroke_width=argument_list[5].real_reference; 9109 draw_info->stroke_width=argument_list[19].real_reference; 10665 draw_info->stroke_width=argument_list[5].real_reference;
|