/external/ImageMagick/coders/ |
D | label.c | 139 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 140 image->rows=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 161 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 162 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 182 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 183 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadLABELImage() 208 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadLABELImage() 210 image->columns=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+ in ReadLABELImage() 214 draw_info->stroke_width+0.5); in ReadLABELImage() 216 image->rows=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+ in ReadLABELImage()
|
D | caption.c | 174 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 190 draw_info->interline_spacing+draw_info->stroke_width)+0.5); in ReadCAPTIONImage() 225 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 226 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 251 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 252 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
|
D | msl.c | 981 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 2610 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 4787 draw_info->stroke_width=StringToLong(value); in MSLStartElement()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cfftoken.h | 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
|
D | cfftypes.h | 125 FT_Pos stroke_width; member
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidtoken.h | 72 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1tokens.h | 109 T1_FIELD_FIXED( "StrokeWidth", stroke_width, T1_FIELD_DICT_FONTDICT )
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | t1types.h | 123 FT_Fixed stroke_width; member
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 125 FT_Fixed stroke_width; member
|
/external/freetype/src/cff/ |
D | cfftoken.h | 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
|
D | cfftypes.h | 199 FT_Pos stroke_width; member
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 223 stroke_width; member
|
D | draw.c | 268 clone_info->stroke_width=draw_info->stroke_width; in CloneDrawInfo() 1299 clone_info->stroke_width/2.0; in DrawBoundingRectangles() 2733 graphic_context[n]->stroke_width=StringToDouble(token,&next_token); in DrawImage() 4003 mid=ExpandAffine(&draw_info->affine)*draw_info->stroke_width/2.0; in DrawPolygonPrimitive() 4701 (fabs(scale*draw_info->stroke_width) >= DrawEpsilon) && in DrawPrimitive() 4708 clone_info->stroke_width=0.0; in DrawPrimitive() 4716 mid=ExpandAffine(&draw_info->affine)*draw_info->stroke_width/2.0; in DrawPrimitive() 4748 clone_info->stroke_width=0.0; in DrawPrimitive() 4850 clone_info->stroke_width=0.0; in DrawStrokePolygon() 4959 draw_info->stroke_width=1.0; in GetDrawInfo() [all …]
|
D | annotate.c | 636 width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5); in FormatMagickCaption()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | t1tables.h | 347 FT_Pos stroke_width; member
|
/external/freetype/include/freetype/ |
D | t1tables.h | 347 FT_Pos stroke_width; member
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 2169 return(CurrentContext->stroke_width); in DrawGetStrokeWidth() 2646 CurrentContext->stroke_width); in DrawGetVectorGraphics() 5779 WandExport void DrawSetStrokeWidth(DrawingWand *wand,const double stroke_width) in DrawSetStrokeWidth() argument 5786 (fabs(CurrentContext->stroke_width-stroke_width) >= MagickEpsilon)) in DrawSetStrokeWidth() 5788 CurrentContext->stroke_width=stroke_width; in DrawSetStrokeWidth() 5789 (void) MVGPrintf(wand,"stroke-width %.20g\n",stroke_width); in DrawSetStrokeWidth() 6455 CurrentContext->stroke_width=StringToDouble(value,(char **) NULL); in DrawSetVectorGraphics()
|
D | operation.c | 1391 _draw_info->stroke_width=StringToDouble(ArgOption("1.0"), in CLISettingOptionInfo()
|
D | mogrify.c | 3056 draw_info->stroke_width=StringToDouble(argv[i+1],(char **) NULL); in MogrifyImage()
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 662 _drawInfo->stroke_width=strokeWidth_; in strokeWidth() 668 return(_drawInfo->stroke_width); in strokeWidth()
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 8490 draw_info->stroke_width=argument_list[17].real_reference; in Mogrify() 8876 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify() 9004 draw_info->stroke_width=argument_list[19].real_reference; in Mogrify() 10561 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8490 draw_info->stroke_width=argument_list[17].real_reference; 8876 draw_info->stroke_width=argument_list[5].real_reference; 9004 draw_info->stroke_width=argument_list[19].real_reference; 10561 draw_info->stroke_width=argument_list[5].real_reference;
|