Lines Matching refs:regNew
223 ActiveRegion *regNew = (ActiveRegion *)memAlloc( sizeof( ActiveRegion ));
224 if (regNew == NULL) longjmp(tess->env,1);
226 regNew->eUp = eNewUp;
228 regNew->nodeUp = dictInsertBefore( tess->dict, regAbove->nodeUp, regNew );
229 if (regNew->nodeUp == NULL) longjmp(tess->env,1);
230 regNew->fixUpperEdge = FALSE;
231 regNew->sentinel = FALSE;
232 regNew->dirty = FALSE;
234 eNewUp->activeRegion = regNew;
235 return regNew;