Home
last modified time | relevance | path

Searched refs:sytop (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/scantailor/scantailor-advanced-1.0.16/imageproc/
H A DScale.cpp249 const int sytop = sy32top >> 5; in scaleGrayToGray() local
257 const uint8_t* const src_line_const = src_data + sytop * src_stride; in scaleGrayToGray()
271 if (sytop == sybottom) { in scaleGrayToGray()
302 for (int sy = sytop + 1; sy < sybottom; ++sy) { in scaleGrayToGray()
330 for (int sy = sytop + 1; sy < sybottom; ++sy) { in scaleGrayToGray()
/dports/cad/magic/magic-8.3.245/cif/
H A DCIFgen.c3462 int *sxtop, *sxbot, *sytop, *sybot; local
3478 sytop = &cut->r_ytop;
3491 sytop = &cut->r_xtop;
3541 *sytop = *sybot + slots->sl_lsize;
3562 *sytop = *aytop - slots->sl_lborder;
3564 if (*sytop - *sybot <= 0)