Home
last modified time | relevance | path

Searched refs:style_ (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dprint_fields.h144 #define PRINT_FIELD_STRING(prefix_, where_, field_, len_, style_) \ argument
148 (len_), (style_)); \
Ddefs.h679 #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++/
DOptions.h129 void fontStyle(const StyleType style_);
DImage.h263 void fontStyle(const StyleType style_);
DDrawable.h1058 StyleType style_,
/external/ImageMagick/Magick++/lib/
DOptions.cpp340 void Magick::Options::fontStyle(const StyleType style_) in fontStyle() argument
342 _drawInfo->style=style_; in fontStyle()
344 MagickStyleOptions,(ssize_t) style_)); in fontStyle()
DDrawable.cpp786 Magick::StyleType style_, in DrawableFont() argument
791 _style(style_), in DrawableFont()
/external/freetype/
DChangeLog.252934 [autofit] s/script_{metrics,hints}/style_{metrics,hints}/