Searched refs:dleft (Results 1 – 2 of 2) sorted by relevance
536 short* dleft = state->dispLeft->data.s; in icvComputeEnergy() local547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep ) in icvComputeEnergy()551 int d = dleft[x], x1, d1; in icvComputeEnergy()566 d1 = dleft[x+1]; in icvComputeEnergy()571 d1 = dleft[x+dstep]; in icvComputeEnergy()701 const short* dleft = dleft0 + dstep*y; in icvAlphaExpand() local706 const short* dlr[] = { dleft, dright }; in icvAlphaExpand()727 d = dleft[x]; in icvAlphaExpand()802 if( d != -dleft[x1] ) in icvAlphaExpand()820 short* dleft = dleft0 + dstep*y; in icvAlphaExpand() local[all …]
2303 dleft, /* Difference in left margins */ in _ppdCacheGetPageSize() local2437 dleft = size->left - jobsize.left; in _ppdCacheGetPageSize()2442 if (dleft <= -35 || dleft >= 35 || dright <= -35 || dright >= 35 || in _ppdCacheGetPageSize()2445 dleft = dleft < 0 ? -dleft : dleft; in _ppdCacheGetPageSize()2449 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()2496 dleft = pc->custom_size.left - jobsize.left; in _ppdCacheGetPageSize()2501 if (dleft > -35 && dleft < 35 && dright > -35 && dright < 35 && in _ppdCacheGetPageSize()