HomeSort by relevance Sort by last modified time
    Searched refs:stroke_width (Results 1 - 20 of 20) sorted by null

  /external/ImageMagick/coders/
label.c 141 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
142 image->rows=(size_t) floor(metrics.height+draw_info->stroke_width+0.5);
163 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
164 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5);
184 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
185 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5);
210 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
212 image->columns=(size_t) floor(draw_info->pointsize+draw_info->stroke_width+
216 draw_info->stroke_width+0.5);
218 image->rows=(size_t) floor(draw_info->pointsize+draw_info->stroke_width
    [all...]
caption.c 176 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
192 draw_info->interline_spacing+draw_info->stroke_width)+0.5);
227 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
228 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5);
253 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
254 height=(size_t) floor(metrics.height+draw_info->stroke_width+0.5);
msl.c 987 draw_info->stroke_width=StringToLong(value);
    [all...]
  /external/freetype/src/cid/
cidtoken.h 72 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
  /external/freetype/src/type1/
t1tokens.h 109 T1_FIELD_FIXED( "StrokeWidth", stroke_width, T1_FIELD_DICT_FONTDICT )
  /external/freetype/include/freetype/internal/
t1types.h 125 FT_Fixed stroke_width; member in struct:T1_FontRec_
cfftypes.h 200 FT_Pos stroke_width; member in struct:CFF_FontRecDictRec_
  /external/ImageMagick/MagickCore/
draw.h 223 stroke_width; member in struct:_DrawInfo
draw.c 274 clone_info->stroke_width=draw_info->stroke_width;
    [all...]
annotate.c 643 width=(size_t) floor(metrics->width+draw_info->stroke_width+0.5);
    [all...]
  /external/freetype/src/cff/
cfftoken.h 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
  /external/freetype/include/freetype/
t1tables.h 347 FT_Pos stroke_width; member in struct:CID_FaceDictRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
t1tables.h 347 FT_Pos stroke_width; member in struct:CID_FaceDictRec_
    [all...]
  /external/ImageMagick/MagickWand/
drawing-wand.c     [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 662 _drawInfo->stroke_width=strokeWidth_;
668 return(_drawInfo->stroke_width);
  /external/freetype/src/type42/
t42parse.c 88 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 1043 milliseconds