Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgd_gd2.c435 int scx, scy, ecx, ecy, fsx, fsy; in gdImageCreateFromGd2PartCtx() local
462 if (_gd2GetHeader(in, &fsx, &fsy, &cs, &vers, &fmt, &ncx, &ncy, &chunkIdx) != 1) { in gdImageCreateFromGd2PartCtx()
466 GD2_DBG(php_gd_error("File size is %dx%d", fsx, fsy)); in gdImageCreateFromGd2PartCtx()
544 if (xhi > fsx) { in gdImageCreateFromGd2PartCtx()
545 xhi = fsx; in gdImageCreateFromGd2PartCtx()
553 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
555 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
603 …if ((x >= srcx) && (x < (srcx + w)) && (x < fsx) && (x >= 0) && (y >= srcy) && (y < (srcy + h)) &&… in gdImageCreateFromGd2PartCtx()

Completed in 5 milliseconds