Home
last modified time | relevance | path

Searched refs:ROTATE_TEXT (Results 1 – 5 of 5) sorted by relevance

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DRotateStrategy.cpp46 const std::string RotateByIntervalStrategy::ROTATE_TEXT("# Log file created/rotated "); member in Poco::RotateByIntervalStrategy
72 if (tag.compare(0, ROTATE_TEXT.size(), ROTATE_TEXT) == 0) in mustRotate()
74 std::string timestamp(tag, ROTATE_TEXT.size()); in mustRotate()
83 std::string tag(ROTATE_TEXT); in mustRotate()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DRotateStrategy.h144 static const std::string ROTATE_TEXT; variable
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Dv4l2.c150 #define ROTATE_TEXT N_( "Rotate (degrees)" ) macro
386 add_integer( CFG_PREFIX "rotate", -1, ROTATE_TEXT, ROTATE_LONGTEXT, true ) in set_category()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdev.c359 #define ROTATE_TEXT(m) ((m) != TEXT_WMODE_HH && (m) != TEXT_WMODE_VV) macro
594 ROTATE_TEXT(text_state.matrix.rotate)) { in reset_text_state()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DPlanComponent.java244 public static final IndicatorType ROTATE_TEXT = new IndicatorType("ROTATE_TEXT"); field in PlanComponent.IndicatorType
3469 } else if (IndicatorType.ROTATE_TEXT.equals(indicatorType)) { in getIndicator()
3553 g2D.draw(getIndicator(null, IndicatorType.ROTATE_TEXT)); in paintTextIndicators()