Searched refs:last (Results 1 – 9 of 9) sorted by relevance
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Signal.h | 39 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator() 42 while (first != last) in operator() 58 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) 60 while (first != last)
|
| D | ut_MoveArray.h | 409 TIterator erase(TIterator first, TIterator last); 512 void destroy_range(iterator first, iterator last) in destroy_range() argument 516 for (; first != last; ++first) in destroy_range() 573 …me TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( first, last )… in Erase() argument 1063 TIterator last in erase() argument 1067 TIterator source = last; in erase() 1068 for (; dest != last && source != end(); ++dest, ++source) in erase() 1074 if (dest != last) in erase() 1076 destroy_range(dest, last); in erase() 1077 destroy_range(last, end()); in erase()
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_ResFontBase.cpp | 353 const CMapScanEntry* last = &(scanInfo->GetEntries()[scanInfo->num - 1]); in FindGlyphIndex() local 355 while( first <= last ) in FindGlyphIndex() 357 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex() 365 last = mid - 1; in FindGlyphIndex()
|
| D | font_PackedFont.cpp | 1073 OrderNode& last = GetNode(root.prevIndex); in Unuse() local 1075 target.nextIndex = last.nextIndex; in Unuse() 1077 last.nextIndex = static_cast<u16>(index); in Unuse()
|
| /NW4C-1.3.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-1.3.3/documents/CreativeStudio/html/assets/ |
| D | treeview-skin.css | 70 /* last sibling, no children */
|
| /NW4C-1.3.3/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 412 $ret[1] = `findKeyframe -w "last" ($animRange + "." + "nw4c_AnimRange" + $i)`; 2227 // save last accessed folder 2287 // save last accessed folder 2636 // now search for the last item in the $retval for a duplicate
|
| D | NW4C_SetUserData.mel | 923 textScrollList -e -a "-----" nw4cSetUserData_List; // for add last
|
| D | NW4C_ExpDialog.mel | 990 $val = substitute("\".*$", $val, ""); // cut last double quote
|