HomeSort by relevance Sort by last modified time
    Searched full:rchild (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
node.h 31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i))
  /external/libpng/contrib/visupng/
VisualPng.c 461 RECT rChild, rParent, rWorkArea;
467 GetWindowRect (hwndChild, &rChild);
468 wChild = rChild.right - rChild.left;
469 hChild = rChild.bottom - rChild.top;

Completed in 2126 milliseconds