Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformOperation.h46 SCALE_Z, SCALE_3D, enumerator
72 return opType == SCALE_Z || in is3DOperation()
H A DScaleTransformOperation.h76 …ASSERT(type == SCALE_X || type == SCALE_Y || type == SCALE_Z || type == SCALE || type == SCALE_3D); in ScaleTransformOperation()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxAnimationAssigner.h49 SCALE_Z, enumerator
50 SCALE = SCALE_Z,
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationAssigner.cpp186 if ( controllers[ SCALE_X ] || controllers[ SCALE_Y ] || controllers[ SCALE_Z ] ) in assignTransformationController()
211 if ( controllers[ SCALE_Z ] ) in assignTransformationController()
213 … scaleController->AssignController( cloneController(controllers[ SCALE_Z ], reScaleFunctor), 2 ); in assignTransformationController()
288 …COLLADAFW::AnimationList::POSITION_Z>( SCALE_X, SCALE_Y, SCALE_Z, animationBindings, controllers) ) in buckedTransforms()
/dports/graphics/wdune/wdune-1.926/src/
H A DRenderState.h44 SCALE_Z, enumerator
H A DTransformNode.cpp224 if (handle == SCALE_X || handle == SCALE_Y || handle == SCALE_Z || in transformForHandle()
366 case SCALE_Z: in getHandle()
509 case SCALE_Z: in setHandle()
H A DNodeHAnimHumanoid.cpp256 case SCALE_Z: in getHandle()
362 case SCALE_Z: in setHandle()
H A DRenderState.cpp499 glLoadName(SCALE_Z); in drawScaleHandles()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimLasReader.cpp246 const ossim_float64 SCALE_Z = m_hdr->getScaleFactorZ(); in getTile() local
285 ossim_float64 z = lasPtRec->getZ() * SCALE_Z + OFFSET_Z; in getTile()
855 const ossim_float64 SCALE_Z = m_hdr->getScaleFactorZ(); in initValues() local
879 z = lasPtRec->getZ() * SCALE_Z + OFFSET_Z; in initValues()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/simplex/
H A Dspydual.c23 #define SCALE_Z 1 macro
51 #if SCALE_Z
1094 #if SCALE_Z in display()
1840 #if SCALE_Z
1861 #if SCALE_Z
1985 #if SCALE_Z
2028 #if SCALE_Z
H A Dspxprim.c23 #define SCALE_Z 1 macro
46 #if SCALE_Z
1051 #if SCALE_Z in display()
1610 #if SCALE_Z
1631 #if SCALE_Z
1788 #if SCALE_Z
/dports/math/glpk/glpk-5.0/src/simplex/
H A Dspydual.c23 #define SCALE_Z 1 macro
51 #if SCALE_Z
1094 #if SCALE_Z in display()
1840 #if SCALE_Z
1861 #if SCALE_Z
1985 #if SCALE_Z
2028 #if SCALE_Z
H A Dspxprim.c23 #define SCALE_Z 1 macro
46 #if SCALE_Z
1051 #if SCALE_Z in display()
1610 #if SCALE_Z
1631 #if SCALE_Z
1788 #if SCALE_Z
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dai_main.cpp125 SCALE_Z = 50, enumerator
2822 sZSpeed *= SCALE_Z; in simulateBuildingLaunch()
2824 sZLoc = (getGroundAltitude(x, y) + HEIGHT_LOW + 10) * SCALE_Z; in simulateBuildingLaunch()
2840 groundAltitude *= SCALE_Z; in simulateBuildingLaunch()
2842 sZLoc += sZSpeed / SCALE_Z; in simulateBuildingLaunch()
2970 sZSpeed *= SCALE_Z; in simulateWeaponLaunch()
2972 sZLoc = (getGroundAltitude(x, y) + HEIGHT_LOW + 10) * SCALE_Z; in simulateWeaponLaunch()
2985 groundAltitude *= SCALE_Z; in simulateWeaponLaunch()
2986 sZLoc += sZSpeed / SCALE_Z; in simulateWeaponLaunch()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dai_main.cpp125 SCALE_Z = 50, enumerator
2825 sZSpeed *= SCALE_Z; in simulateBuildingLaunch()
2827 sZLoc = (getGroundAltitude(x, y) + HEIGHT_LOW + 10) * SCALE_Z; in simulateBuildingLaunch()
2843 groundAltitude *= SCALE_Z; in simulateBuildingLaunch()
2845 sZLoc += sZSpeed / SCALE_Z; in simulateBuildingLaunch()
2973 sZSpeed *= SCALE_Z; in simulateWeaponLaunch()
2975 sZLoc = (getGroundAltitude(x, y) + HEIGHT_LOW + 10) * SCALE_Z; in simulateWeaponLaunch()
2988 groundAltitude *= SCALE_Z; in simulateWeaponLaunch()
2989 sZLoc += sZSpeed / SCALE_Z; in simulateWeaponLaunch()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DXYWnd.h45 const int SCALE_Z = 0x04; variable
H A DDRAG.CPP515 move[2] = (g_nScaleHow & SCALE_Z) ? 0 : move[2]; in MoveSelection()
H A DMainFrm.cpp4794 if (g_nScaleHow & SCALE_Z) { in OnScalelockz()
4801 g_nScaleHow ^= SCALE_Z; in OnScalelockz()
5254 (g_nScaleHow & SCALE_Z) ? v[2] : 1.0f in NudgeSelection()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp111 case TransformOperation::SCALE_Z: in getTransformFunctionValue()
185 case TransformOperation::SCALE_Z: in getValueFunctionNameForTransformOperation()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A DImGuizmo.cpp495 SCALE_Z, enumerator
1541 if (gContext.mCurrentOperation >= SCALE_X && gContext.mCurrentOperation <= SCALE_Z) in HandleScale()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dgizmo.inl491 SCALE_Z, enumerator
1670 if (gContext.mCurrentOperation >= SCALE_X && gContext.mCurrentOperation <= SCALE_Z)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dgizmo.inl491 SCALE_Z, enumerator
1670 if (gContext.mCurrentOperation >= SCALE_X && gContext.mCurrentOperation <= SCALE_Z)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/tests/testdata/
H A Dqgis_algorithm_tests4.yaml2434 SCALE_Z: 1.3
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/tests/testdata/
H A Dqgis_algorithm_tests4.yaml2493 SCALE_Z: 1.3
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp6751 …case WebKitCSSTransformValue::ScaleZTransformOperation: return TransformOperation::SCALE_Z; in getTransformOperationType()