Searched refs:style_ (Results 1 – 8 of 8) sorted by relevance
/external/strace/ |
D | print_fields.h | 144 #define PRINT_FIELD_STRING(prefix_, where_, field_, len_, style_) \ argument 148 (len_), (style_)); \
|
D | defs.h | 679 #define xlat_verbose(style_) ((style_) & XLAT_STYLE_VERBOSITY_MASK) argument 680 #define xlat_format(style_) ((style_) & XLAT_STYLE_FORMAT_MASK) argument
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Options.h | 129 void fontStyle(const StyleType style_);
|
D | Image.h | 263 void fontStyle(const StyleType style_);
|
D | Drawable.h | 1058 StyleType style_,
|
/external/ImageMagick/Magick++/lib/ |
D | Options.cpp | 340 void Magick::Options::fontStyle(const StyleType style_) in fontStyle() argument 342 _drawInfo->style=style_; in fontStyle() 344 MagickStyleOptions,(ssize_t) style_)); in fontStyle()
|
D | Drawable.cpp | 786 Magick::StyleType style_, in DrawableFont() argument 791 _style(style_), in DrawableFont()
|
/external/freetype/ |
D | ChangeLog.25 | 2934 [autofit] s/script_{metrics,hints}/style_{metrics,hints}/
|