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

1 2

  /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);
  /external/freetype/src/cff/
cfftoken.h 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
cfftypes.h 125 FT_Pos stroke_width; member in struct:CFF_FontRecDictRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftoken.h 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
cfftypes.h 125 FT_Pos stroke_width; member in struct:CFF_FontRecDictRec_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidtoken.h 72 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1tokens.h 109 T1_FIELD_FIXED( "StrokeWidth", stroke_width, T1_FIELD_DICT_FONTDICT )
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.h 49 VGfloat stroke_width; member in struct:stroker
stroker.c 656 VGfloat offset = stroker->stroke_width / 2;
676 VGfloat offset = stroker->stroke_width / 2;
692 VGfloat offset = stroker->stroke_width / 2;
723 VGfloat sl = (stroker->stroke_width * stroker->miter_limit);
896 offset = stroker->stroke_width / 2;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cfftoken.h 40 CFF_FIELD_NUM ( 0x108, stroke_width, "StrokeWidth" )
cfftypes.h 125 FT_Pos stroke_width; member in struct:CFF_FontRecDictRec_
  /external/pdfium/third_party/freetype/src/cid/
cidtoken.h 72 T1_FIELD_FIXED( "StrokeWidth", stroke_width, 0 )
  /external/pdfium/third_party/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_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 123 FT_Fixed stroke_width; member in struct:T1_FontRec_
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 123 FT_Fixed stroke_width; member in struct:T1_FontRec_
  /external/ImageMagick/MagickCore/
draw.h 223 stroke_width; member in struct:_DrawInfo
  /external/opencv3/doc/pattern_tools/
gen_pattern.py 57 dot = SVG("rect", x=x * spacing, y=y * spacing, width=spacing, height=spacing, stroke_width="0", fill="black")
  /external/freetype/include/freetype/
t1tables.h 347 FT_Pos stroke_width; member in struct:CID_FaceDictRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h 347 FT_Pos stroke_width; member in struct:CID_FaceDictRec_
    [all...]
  /external/pdfium/third_party/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...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 662 _drawInfo->stroke_width=strokeWidth_;
668 return(_drawInfo->stroke_width);

Completed in 6949 milliseconds

1 2