Home
last modified time | relevance | path

Searched refs:DrawGetFontWeight (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/wand/
H A Ddrawing_wand.h65 #undef DrawGetFontWeight
66 #define DrawGetFontWeight MagickDrawGetFontWeight macro
300 DrawGetFontWeight(const DrawingWand *) MAGICK_FUNC_PURE,
H A Ddrawing_wand.c1999 WandExport unsigned long DrawGetFontWeight(const DrawingWand *drawing_wand) in DrawGetFontWeight() function
/dports/graphics/py-wand/Wand-0.6.7/wand/cdefs/
H A Ddrawing_wand.py156 lib.DrawGetFontWeight.argtypes = [c_void_p]
157 lib.DrawGetFontWeight.restype = c_size_t
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Ddrawing-wand.h124 DrawGetFontWeight(const DrawingWand *) magick_attribute((__pure__)),
H A Ddrawing-wand.c1755 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight() function
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Ddrawing-wand.h124 DrawGetFontWeight(const DrawingWand *) magick_attribute((__pure__)),
H A Ddrawing-wand.c1755 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight() function
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/wand/
H A Ddrawing-wand.h119 DrawGetFontWeight(const DrawingWand *) magick_attribute((__pure__)),
H A Ddrawing-wand.c1678 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight() function
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/wand/
H A Ddrawing-wand.h119 DrawGetFontWeight(const DrawingWand *) magick_attribute((__pure__)),
H A Ddrawing-wand.c1678 WandExport size_t DrawGetFontWeight(const DrawingWand *wand) in DrawGetFontWeight() function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Ddraw.h86 DrawGetFontWeight(DrawContext context) MAGICK_FUNC_PURE,
H A Dsymbols.h204 #define DrawGetFontWeight GmDrawGetFontWeight macro
H A Ddraw.c2152 MagickExport unsigned long DrawGetFontWeight(DrawContext context) in DrawGetFontWeight() function
/dports/graphics/fpc-imagemagick/fpc-3.2.2/packages/imagemagick/src/
H A Ddrawing_wand.inc163 function DrawGetFontWeight(const wand: PDrawingWand): culong; cdecl; external WandExport;
/dports/lang/fpc-source/fpc-3.2.2/packages/imagemagick/src/
H A Ddrawing_wand.inc163 function DrawGetFontWeight(const wand: PDrawingWand): culong; cdecl; external WandExport;
/dports/graphics/py-wand/Wand-0.6.7/wand/
H A Ddrawing.py441 return library.DrawGetFontWeight(self.resource)
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagickdraw_class.c921 weight = DrawGetFontWeight(internd->drawing_wand); in PHP_METHOD()
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagickdraw_class.c921 weight = DrawGetFontWeight(internd->drawing_wand); in PHP_METHOD()
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/ffi/examples/
H A Dmagick.rkt2285 ;; DrawGetFontWeight returns the font weight used when annotating with text.
2286 (defmagick* DrawGetFontWeight : function
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/TclMagick/generic/
H A DTclMagick.c6935 value = DrawGetFontWeight(wandPtr); in drawObjCmd()