HomeSort by relevance Sort by last modified time
    Searched defs:FreeNode (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 72 FreeNode(pOldNode);
74 void CFX_PtrList::FreeNode(CFX_PtrList::CNode* pNode)
  /external/srec/seti/sltsEngine/src/
linklist_impl.c 83 static void FreeNode(LNode *n)
108 static void FreeNode(LNode *n)
215 FreeNode(curr);
227 FreeNode(curr);
243 FreeNode(curr);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 360 void FreeNode(CNode *);
482 void CDXList<TYPE,ARG_TYPE>::FreeNode(CNode *pNode) {
540 FreeNode(pOldNode);
554 FreeNode(pOldNode);
611 FreeNode(pOldNode);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js 79 b.upperBound.x+m;f.aabb.upperBound.y=b.upperBound.y+r;f.userData=e;this.InsertLeaf(f);return f};u.prototype.DestroyProxy=function(b){this.RemoveLeaf(b);this.FreeNode(b)};u.prototype.MoveProxy=function(b,e,f){y.b2Assert(b.IsLeaf());if(b.aabb.Contains(e))return false;this.RemoveLeaf(b);var m=y.b2_aabbExtension+y.b2_aabbMultiplier*(f.x>0?f.x:-f.x);f=y.b2_aabbExtension+y.b2_aabbMultiplier*(f.y>0?f.y:-f.y);b.aabb.lowerBound.x=e.lowerBound.x-m;b.aabb.lowerBound.y=e.lowerBound.y-f;b.aabb.upperBound.x=e.upperBound.x+
83 this.m_freeList;this.m_freeList=b.parent;b.parent=null;b.child1=null;b.child2=null;return b}return new H};u.prototype.FreeNode=function(b){b.parent=this.m_freeList;this.m_freeList=b};u.prototype.InsertLeaf=function(b){++this.m_insertionCount;if(this.m_root==null){this.m_root=b;this.m_root.parent=null}else{var e=b.aabb.GetCenter(),f=this.m_root;if(f.IsLeaf()==false){do{var m=f.child1;f=f.child2;f=Math.abs((m.aabb.lowerBound.x+m.aabb.upperBound.x)/2-e.x)+Math.abs((m.aabb.lowerBound.y+m.aabb.upperBound.y)/
    [all...]

Completed in 254 milliseconds