Home
last modified time | relevance | path

Searched refs:mScaleValue (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureToolControl.cpp38mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in OnInitialise()
81 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
111 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
115 if (item != mScaleValue.begin()) in doPrevScale()
130 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
135 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp15 mScaleValue(1.0), in SelectorControl()
77 mScaleValue = _value; in setScale()
83 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
84 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
85 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
104 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
111 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
116 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp18 mScaleValue(1.0), in TextureControl()
50 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
51 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
56 (*item)->setScale(mScaleValue); in updateScale()
108 mScaleValue = _value; in setScale()
167 _control->setScale(mScaleValue); in registerSelectorControl()
268 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
269 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
280 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureToolControl.cpp38mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in OnInitialise()
81 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
111 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
115 if (item != mScaleValue.begin()) in doPrevScale()
130 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
135 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp15 mScaleValue(1.0), in SelectorControl()
77 mScaleValue = _value; in setScale()
83 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
84 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
85 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
104 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
111 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
116 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp18 mScaleValue(1.0), in TextureControl()
50 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
51 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
56 (*item)->setScale(mScaleValue); in updateScale()
108 mScaleValue = _value; in setScale()
167 _control->setScale(mScaleValue); in registerSelectorControl()
268 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
269 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
280 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureToolControl.cpp28mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in TextureToolControlLE()
76 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
108 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
112 if (item != mScaleValue.begin()) in doPrevScale()
127 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
132 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp16 mScaleValue(1.0) in SelectorControlLE()
71 mScaleValue = _value; in setScale()
77 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
78 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
79 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
93 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
98 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
110 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp19 mScaleValue(1.0), in TextureControlLE()
45 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
46 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
51 (*item)->setScale(mScaleValue); in updateScale()
103 mScaleValue = _value; in setScale()
159 _control->setScale(mScaleValue); in registerSelectorControl()
260 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
261 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
272 return mScaleValue; in getScale()
H A DTextureToolControl.h47 VectorSizeT mScaleValue; variable
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureToolControl.cpp38mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in OnInitialise()
81 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
111 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
115 if (item != mScaleValue.begin()) in doPrevScale()
130 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
135 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp15 mScaleValue(1.0), in SelectorControl()
77 mScaleValue = _value; in setScale()
83 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
84 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
85 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
104 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
111 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
116 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp18 mScaleValue(1.0), in TextureControl()
50 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
51 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
56 (*item)->setScale(mScaleValue); in updateScale()
108 mScaleValue = _value; in setScale()
167 _control->setScale(mScaleValue); in registerSelectorControl()
268 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
269 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
280 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureToolControl.cpp28mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in TextureToolControlLE()
76 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
108 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
112 if (item != mScaleValue.begin()) in doPrevScale()
127 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
132 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp16 mScaleValue(1.0) in SelectorControlLE()
71 mScaleValue = _value; in setScale()
77 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
78 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
79 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
93 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
98 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
110 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp19 mScaleValue(1.0), in TextureControlLE()
45 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
46 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
51 (*item)->setScale(mScaleValue); in updateScale()
103 mScaleValue = _value; in setScale()
159 _control->setScale(mScaleValue); in registerSelectorControl()
260 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
261 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
272 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureToolControl.cpp28mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in TextureToolControlLE()
76 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
108 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
112 if (item != mScaleValue.begin()) in doPrevScale()
127 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
132 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp16 mScaleValue(1.0) in SelectorControlLE()
71 mScaleValue = _value; in setScale()
77 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
78 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
79 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
93 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
98 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
110 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp19 mScaleValue(1.0), in TextureControlLE()
45 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
46 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
51 (*item)->setScale(mScaleValue); in updateScale()
103 mScaleValue = _value; in setScale()
159 _control->setScale(mScaleValue); in registerSelectorControl()
260 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
261 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
272 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/LayoutEditor/
H A DTextureToolControl.cpp28mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in TextureToolControlLE()
76 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
108 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
112 if (item != mScaleValue.begin()) in doPrevScale()
127 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
132 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp16 mScaleValue(1.0) in SelectorControlLE()
71 mScaleValue = _value; in setScale()
77 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
78 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
79 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
93 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
98 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
110 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp19 mScaleValue(1.0), in TextureControlLE()
45 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
46 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
51 (*item)->setScale(mScaleValue); in updateScale()
103 mScaleValue = _value; in setScale()
159 _control->setScale(mScaleValue); in registerSelectorControl()
260 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
261 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
272 return mScaleValue; in getScale()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DTextureToolControl.cpp38mScaleValue = SettingsManager::getInstance().getValueList<size_t>("Workspace/TextureScale/ScaleVal… in OnInitialise()
81 if (std::find(mScaleValue.begin(), mScaleValue.end(), scaleValue) == mScaleValue.end()) in CommandChangeScale()
111 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doPrevScale()
115 if (item != mScaleValue.begin()) in doPrevScale()
130 for (VectorSizeT::const_iterator item = mScaleValue.begin(); item != mScaleValue.end(); ++item) in doNextScale()
135 if (item != mScaleValue.end()) in doNextScale()
H A DSelectorControl.cpp15 mScaleValue(1.0), in SelectorControl()
77 mScaleValue = _value; in setScale()
83 mCoordReal.left = (int)((double)mCoordValue.left * mScaleValue) + mProjectionDiff.left; in updateCoord()
84 mCoordReal.top = (int)((double)mCoordValue.top * mScaleValue) + mProjectionDiff.top; in updateCoord()
85 mCoordReal.width = (int)((double)mCoordValue.width * mScaleValue) + mProjectionDiff.width; in updateCoord()
99 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
104 mCoordValue.left = (int)((double)coord.left / mScaleValue); in notifyWindowChangeCoord()
105 mCoordValue.width = (int)((double)coord.width / mScaleValue); in notifyWindowChangeCoord()
111 mCoordValue.height = (int)((double)coord.height / mScaleValue); in notifyWindowChangeCoord()
116 mCoordValue.top = (int)((double)coord.top / mScaleValue); in notifyWindowChangeCoord()
[all …]
H A DTextureControl.cpp18 mScaleValue(1.0), in TextureControl()
50 double width = (double)mTextureRegion.width * mScaleValue; in updateScale()
51 double height = (double)mTextureRegion.height * mScaleValue; in updateScale()
56 (*item)->setScale(mScaleValue); in updateScale()
108 mScaleValue = _value; in setScale()
167 _control->setScale(mScaleValue); in registerSelectorControl()
268 point.left = (int)((double)point.left / mScaleValue); in getMousePosition()
269 point.top = (int)((double)point.top / mScaleValue); in getMousePosition()
280 return mScaleValue; in getScale()

12