Home
last modified time | relevance | path

Searched refs:DT_Y_POSITION (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/falagard/
H A DEnums.h44DT_Y_POSITION, //!< Dimension represents the y position of some entity (same as DT_TOP_EDGE). enumerator
H A DXMLEnumHelper.h247 case DT_Y_POSITION: in toString()
285 return DT_Y_POSITION; in fromString()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/falagard/
H A DEnums.pkg9 DT_Y_POSITION,
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DDimensions.cpp523 case DT_Y_POSITION: in getValue()
975 case DT_Y_POSITION: in getValue()
1003 case DT_Y_POSITION: in getValue()
1075 … assert(d_top.getDimensionType() == DT_TOP_EDGE || d_top.getDimensionType() == DT_Y_POSITION); in getPixelRect()
1120 … assert(d_top.getDimensionType() == DT_TOP_EDGE || d_top.getDimensionType() == DT_Y_POSITION); in getPixelRect()
H A DXMLHandler.cpp376 case DT_Y_POSITION: in assignAreaDimension()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DPyCEGUI_enumerations.pypp.cpp54 .value("DT_Y_POSITION", CEGUI::DT_Y_POSITION) in register_enumerations()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/
H A Dlua_CEGUI.cpp67573 tolua_constant(tolua_S,"DT_Y_POSITION",CEGUI::DT_Y_POSITION); in tolua_CEGUI_open()