/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 | 184 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 199 draw_info->interline_spacing+draw_info->stroke_width)+0.5); in ReadCAPTIONImage() 252 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 253 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 281 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5); in ReadCAPTIONImage() 282 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5); in ReadCAPTIONImage()
|
D | msl.c | 992 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 2637 draw_info->stroke_width=StringToLong(value); in MSLStartElement() 4839 draw_info->stroke_width=StringToLong(value); in MSLStartElement()
|
/external/igt-gpu-tools/overlay/ |
D | chart.c | 44 chart->stroke_width = 2; in chart_init() 61 chart->stroke_width = width; in chart_set_stroke_width() 215 cairo_set_line_width(cr, chart->stroke_width); in chart_draw()
|
D | chart.h | 45 double stroke_width; member
|
/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 | 128 FT_Fixed stroke_width; member
|
D | cfftypes.h | 205 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 | 295 clone_info->stroke_width=draw_info->stroke_width; in CloneDrawInfo() 1323 return(MagickMin((double) draw_info->stroke_width, in SaneStrokeWidth() 1591 clone_info->stroke_width=0.0; in DrawClippingMask() 1684 clone_info->stroke_width=0.0; in DrawCompositeMask() 3739 graphic_context[n]->stroke_width=StringToDouble(token,&next_token); in RenderMVGContent() 5570 (fabs(scale*draw_info->stroke_width) >= MagickEpsilon) && in DrawPrimitive() 5577 clone_info->stroke_width=0.0; in DrawPrimitive() 5616 clone_info->stroke_width=0.0; in DrawPrimitive() 5724 clone_info->stroke_width=0.0; in DrawStrokePolygon() 5840 draw_info->stroke_width=1.0; in GetDrawInfo() [all …]
|
D | annotate.c | 626 width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5); in FormatMagickCaption()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 354 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 | 1395 _draw_info->stroke_width=StringToDouble(ArgOption("1.0"), in CLISettingOptionInfo()
|
D | mogrify.c | 3073 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 | 8575 draw_info->stroke_width=argument_list[17].real_reference; in Mogrify() 8979 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify() 9106 draw_info->stroke_width=argument_list[19].real_reference; in Mogrify() 10663 draw_info->stroke_width=argument_list[5].real_reference; in Mogrify()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 8576 draw_info->stroke_width=argument_list[17].real_reference; 8984 draw_info->stroke_width=argument_list[5].real_reference; 9113 draw_info->stroke_width=argument_list[19].real_reference; 10669 draw_info->stroke_width=argument_list[5].real_reference;
|