Searched refs:pushPointNew (Results 1 – 4 of 4) sorted by relevance
33 pushPointNew(pushContext *pctx) { in pushPointNew() function
277 PUSH_EXPORT pushPoint *pushPointNew(pushContext *pctx);
394 point = pushPointNew(pctx); in _pushPointSetup()
6550 pushPointNew = libteem.pushPointNew variable6551 pushPointNew.restype = POINTER(pushPoint)6552 pushPointNew.argtypes = [POINTER(pushContext)]