Home
last modified time | relevance | path

Searched defs:atr (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/polygon/
Dtransform.hpp89 explicit axis_transformation(ATR atr) : atr_(atr) {} in axis_transformation()
90 axis_transformation(const axis_transformation& atr) : atr_(atr.atr_) {} in axis_transformation()
117 axis_transformation& operator=(const ATR& atr) { in operator =()
316 anisotropic_scale_factor& transform(axis_transformation atr) { in transform()
354 explicit transformation(axis_transformation atr) : atr_(atr), p_(0, 0) {} in transformation()
355 explicit transformation(axis_transformation::ATR atr) : atr_(atr), p_(0, 0) {} in transformation()
364 transformation(axis_transformation atr, in transformation()
370 transformation(axis_transformation atr, in transformation()
424 void set_axis_transformation(const axis_transformation& atr) { in set_axis_transformation()
/third_party/boost/tools/bcp/
Dscan_licence.cpp150 …boost::regex_token_iterator<std::string::const_iterator> atr(author_list.begin(), author_list.end(… in scan_license() local
/third_party/toybox/kconfig/lxdialog/
Ddialog.h97 chtype atr; /* Color attribute */ member