Home
last modified time | relevance | path

Searched refs:xNew (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/visupng/
DVisualPng.c463 int xNew, yNew; in CenterAbout() local
489 xNew = rParent.left + ((wParent - wChild) /2); in CenterAbout()
490 if (xNew < rWorkArea.left) { in CenterAbout()
491 xNew = rWorkArea.left; in CenterAbout()
492 } else if ((xNew+wChild) > rWorkArea.right) { in CenterAbout()
493 xNew = rWorkArea.right - wChild; in CenterAbout()
505 return SetWindowPos (hwndChild, NULL, xNew, yNew, 0, 0, SWP_NOSIZE | in CenterAbout()
828 int xNew, yNew;
864 for (xNew = 0; xNew < cxNewSize; xNew++)
866 xOld = xNew * cxImgSize / cxNewSize;
/external/sqlite/dist/orig/
Dsqlite3.c178804 int (*xNew)(void*,int,sqlite3_value**);
179242 rc = pSession->hook.xNew(pSession->hook.pCtx, i, &pVal);
179580 rc = pSession->hook.xNew(pSession->hook.pCtx, iCol, &pVal);
179857 int rc = p->hook.xNew(p->hook.pCtx, iCol, &pVal);
179914 pSession->hook.xNew = sessionStat1New;
179961 TESTONLY(int trc = ) pSession->hook.xNew(pSession->hook.pCtx, i, &p);
179991 pSession->hook.xNew(pSession->hook.pCtx, i, &p);
180122 pSession->hook.xNew = sessionPreupdateNew;
180164 pSession->hook.xNew = sessionDiffNew;
/external/sqlite/dist/
Dsqlite3.c178832 int (*xNew)(void*,int,sqlite3_value**);
179270 rc = pSession->hook.xNew(pSession->hook.pCtx, i, &pVal);
179608 rc = pSession->hook.xNew(pSession->hook.pCtx, iCol, &pVal);
179885 int rc = p->hook.xNew(p->hook.pCtx, iCol, &pVal);
179942 pSession->hook.xNew = sessionStat1New;
179989 TESTONLY(int trc = ) pSession->hook.xNew(pSession->hook.pCtx, i, &p);
180019 pSession->hook.xNew(pSession->hook.pCtx, i, &p);
180150 pSession->hook.xNew = sessionPreupdateNew;
180192 pSession->hook.xNew = sessionDiffNew;