Searched refs:last (Results 1 – 9 of 9) sorted by relevance
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Signal.h | 41 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator() 44 while (first != last) in operator() 60 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) 62 while (first != last)
|
| D | ut_MoveArray.h | 411 TIterator erase(TIterator first, TIterator last); 514 void destroy_range(iterator first, iterator last) in destroy_range() argument 518 for (; first != last; ++first) in destroy_range() 575 …me TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( first, last )… in Erase() argument 1065 TIterator last in erase() argument 1069 TIterator source = last; in erase() 1070 for (; dest != last && source != end(); ++dest, ++source) in erase() 1076 if (dest != last) in erase() 1078 destroy_range(dest, last); in erase() 1079 destroy_range(last, end()); in erase()
|
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_ResFontBase.cpp | 355 const CMapScanEntry* last = &(scanInfo->GetEntries()[scanInfo->num - 1]); in FindGlyphIndex() local 357 while( first <= last ) in FindGlyphIndex() 359 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex() 367 last = mid - 1; in FindGlyphIndex()
|
| D | font_PackedFont.cpp | 1075 OrderNode& last = GetNode(root.prevIndex); in Unuse() local 1077 target.nextIndex = last.nextIndex; in Unuse() 1079 last.nextIndex = static_cast<u16>(index); in Unuse()
|
| /NW4C-2.0.3/documents/CreativeStudio/html/common/ |
| D | ibox.js | 493 register: function(func, last) { argument 494 if (last === undefined) var last = false; 495 if (!last) {
|
| /NW4C-2.0.3/documents/CreativeStudio/html/assets/ |
| D | treeview-skin.css | 70 /* last sibling, no children */
|
| /NW4C-2.0.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 411 $ret[1] = `findKeyframe -w "last" ($animRange + "." + "nw4c_AnimRange" + $i)`; 2226 // save last accessed folder 2286 // save last accessed folder 2635 // now search for the last item in the $retval for a duplicate
|
| D | NW4C_SetUserData.mel | 922 textScrollList -e -a "-----" nw4cSetUserData_List; // for add last
|
| D | NW4C_ExpDialog.mel | 1026 $val = substitute("\".*$", $val, ""); // cut last double quote
|