Home
last modified time | relevance | path

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

/dports/x11-toolkits/fox17/fox-1.7.77/chart/
H A DFX2DChart.cpp163 if(axes[XLO]->getLabelStyle()&(TEXT_ATTACH_TOP|TEXT_ATTACH_BOTTOM)){ in drawSelf()
166 else if(axes[XLO]->getLabelStyle()&(TEXT_ATTACH_LEFT|TEXT_ATTACH_RIGHT)){ in drawSelf()
191 if(axes[XHI]->getLabelStyle()&(TEXT_ATTACH_TOP|TEXT_ATTACH_BOTTOM)){ in drawSelf()
194 else if(axes[XHI]->getLabelStyle()&(TEXT_ATTACH_LEFT|TEXT_ATTACH_RIGHT)){ in drawSelf()
219 if(axes[YLO]->getLabelStyle()&(TEXT_ATTACH_TOP|TEXT_ATTACH_BOTTOM)){ in drawSelf()
222 else if(axes[YLO]->getLabelStyle()&(TEXT_ATTACH_LEFT|TEXT_ATTACH_RIGHT)){ in drawSelf()
247 if(axes[YHI]->getLabelStyle()&(TEXT_ATTACH_TOP|TEXT_ATTACH_BOTTOM)){ in drawSelf()
250 else if(axes[YHI]->getLabelStyle()&(TEXT_ATTACH_LEFT|TEXT_ATTACH_RIGHT)){ in drawSelf()
H A DFXAxis.h112 FXuint getLabelStyle() const { return labelstyle; } in getLabelStyle() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/widgets/
H A Ddiscrete_sliders.h75 virtual const style::TextStyle &getLabelStyle() const = 0;
110 const style::TextStyle &getLabelStyle() const override;
H A Ddiscrete_sliders.cpp61 _sections.push_back(Section(label, getLabelStyle())); in addSection()
70 _sections.push_back(Section(label, getLabelStyle())); in setSections()
177 const style::TextStyle &SettingsSlider::getLabelStyle() const { in getLabelStyle() function in Ui::SettingsSlider
/dports/www/dojo/dojo-release-1.12.2/dijit/
H A DTree.js.map7 …"getIconClass","opened","getLabelClass","getRowClass","getIconStyle","getLabelStyle","getRowStyle"…