| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Util.cpp | 379 math::VEC2 center(0.5f, 0.5f); in CalcTextureMtx() local 396 texMtx.m[0][2] = texSRT.translate.x + center.x + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx() 407 texMtx.m[1][2] = texSRT.translate.y + center.y + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx()
|
| D | lyt_DrawerUniform.cpp | 78 static const nw::math::VEC2 center( 0.5f, 0.5f ); in CalcTextureCoords() local 102 register nw::math::VEC2 ctrans( ( center.x + texSRT.translate.x ) * adjust_x, in CalcTextureCoords() 103 ( center.y + texSRT.translate.y ) * adjust_y ); in CalcTextureCoords() 113 lt = local::Transform(srMtx, lt - center) + ctrans; in CalcTextureCoords() 114 rb = local::Transform(srMtx, rb - center) + ctrans; in CalcTextureCoords() 130 lb = local::Transform(srMtx, lb - center) + ctrans; in CalcTextureCoords() 131 rt = local::Transform(srMtx, rt - center) + ctrans; in CalcTextureCoords()
|
| /NW4C-1.2.23/documents/API/css/ |
| D | button.css | 35 text-align : center; 49 text-align : center;
|
| D | contents.css | 139 text-align : center; 159 text-align : center;
|
| /NW4C-1.2.23/documents/IntermediateFileFormat/html/css/ |
| D | button.css | 35 text-align : center; 49 text-align : center;
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetFrameExtensionList.mel | 143 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 148 columnLayout -adj 1 -cal "center" -rs 8; 161 text -l "ex. \"1,2,3\" or \"1-3\" or \"1-3,10\"" -al "center"
|
| D | NW4C_SetCameraFovy.mel | 153 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 158 columnLayout -adj 1 -cal "center" -rs 8;
|
| D | NW4C_SetNoCompressNode.mel | 219 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 224 columnLayout -adj 1 -cal "center" -rs 8;
|
| D | NW4C_SetCombineGroup.mel | 469 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 474 columnLayout -adj 1 -cal "center" -rs 8; 484 columnLayout -adj 1 -cal "center" -rs 0; 536 columnLayout -adj 1 -cal "center" -rs 0;
|
| D | NW4C_SetBillboard.mel | 239 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 244 columnLayout -adj 1 -cal "center" -rs 8;
|
| D | NW4C_SetAnimRange.mel | 27 -m $msg -ma "center" 33 -m $msg -ma "center" 3495 …-cal 1 "center" -cal 2 "center" -cal 3 "center" -cal 4 "center" -cal 5 "center" -cal 6 "center" -c… 3736 -ct2 "both" "both" -cl2 "right" "center"; 3799 -cl6 "center" "center" "center" "center" "center" "center"; 3829 -cl3 "left" "center" "center"; 3840 -ct2 "both" "both" -cl2 "right" "center";
|
| D | NW4C_CreateMenu.mel | 31 -b "OK" -db "OK" -ma "center";
|
| D | NW4C_SetMaterialAttr.mel | 574 columnLayout -adj 1 -cat "both" 4 -cal "center" -rs 4; 579 columnLayout -adj 1 -cal "center" -rs 8;
|
| /NW4C-1.2.23/demos/lyt/bounding/sources/ |
| D | main.cpp | 158 const nw::math::VEC2 center( in GetCursorPosition() local 169 …curPos.x = center.x + stick.x / (cursorRect.right - cursorRect.left ) * (layoutRect.right - layou… in GetCursorPosition() 170 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()
|
| /NW4C-1.2.23/demos/lyt/animShare/sources/ |
| D | main.cpp | 167 const nw::math::VEC2 center( in GetCursorPosition() local 178 …curPos.x = center.x + stick.x / (cursorRect.right - cursorRect.left ) * (layoutRect.right - layou… in GetCursorPosition() 179 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()
|
| /NW4C-1.2.23/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 208 const nw::math::VEC2 center( in GetCursorPosition() local 219 …curPos.x = center.x + stick.x / (cursorRect.right - cursorRect.left ) * (layoutRect.right - layou… in GetCursorPosition() 220 …curPos.y = center.y + stick.y / (cursorRect.top - cursorRect.bottom) * (layoutRect.top - layou… in GetCursorPosition()
|
| /NW4C-1.2.23/include/nw/gfx/res/ |
| D | gfx_ResCamera.h | 154 void Set( f32 aspect, f32 height, const nw::math::VEC2& center ) in Set() 158 m_Center = center; in Set()
|
| /NW4C-1.2.23/documents/CreativeStudio/html/common/ |
| D | ibox.js | 199 if (els.loading.style.display != 'none') _pub.center(els.loading); 258 if (active.dimensions != ['100%', '100%']) _pub.center(els.wrapper); 274 center: function(obj) { method 624 _pub.center(els.loading);
|
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnimGroup.cpp | 509 const math::VEC2& center = *reinterpret_cast<const math::VEC2*>(value); in SetValue() local 512 rect.Set(rect.GetAspectRatio(), rect.GetHeight(), center); in SetValue()
|
| /NW4C-1.2.23/documents/DccPlugin/3dsMax/html/css/ |
| D | manpage.css | 401 text-align : center;
|
| /NW4C-1.2.23/documents/DccPlugin/Photoshop/html/css/ |
| D | manpage.css | 401 text-align : center;
|
| /NW4C-1.2.23/documents/DccPlugin/Maya/html/css/ |
| D | manpage.css | 401 text-align : center;
|
| /NW4C-1.2.23/documents/DccPlugin/Softimage/html/css/ |
| D | manpage.css | 401 text-align : center;
|
| /NW4C-1.2.23/documents/LayoutEditor/html/css/ |
| D | manpage.css | 397 text-align: center;
|
| /NW4C-1.2.23/documents/SoundMaker/html/css/ |
| D | manpage.css | 384 text-align: center;
|