Home
last modified time | relevance | path

Searched defs:style_ (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dprint_fields.h144 #define PRINT_FIELD_STRING(prefix_, where_, field_, len_, style_) \ argument
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/
DOptions.cpp340 void Magick::Options::fontStyle(const StyleType style_) in fontStyle()
DDrawable.cpp786 Magick::StyleType style_, in DrawableFont()