Lines Matching refs:cx

271 	int ncx, ncy, nc, cs, cx, cy;  in gdImageCreateFromGd2Ctx()  local
317 for (cx = 0; (cx < ncx); cx++) { in gdImageCreateFromGd2Ctx()
324 GD2_DBG(gd_error("Processing Chunk %d (%d, %d), y from %d to %d", chunkNum, cx, cy, ylo, yhi)); in gdImageCreateFromGd2Ctx()
338 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
541 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
543 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
549 GD2_DBG(gd_error("Processing Chunk (%d, %d), from %d to %d", cx, cy, ylo, yhi)); in gdImageCreateFromGd2PartCtx()
554 dpos = (cy * (cs * fsx) * 4 + cx * cs * (yhi - ylo) * 4) + dstart; in gdImageCreateFromGd2PartCtx()
556 dpos = cy * (cs * fsx) + cx * cs * (yhi - ylo) + dstart; in gdImageCreateFromGd2PartCtx()
564 GD2_DBG(gd_error("Reading (%d, %d) from position %d", cx, cy, dpos - dstart)); in gdImageCreateFromGd2PartCtx()
566 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
574 GD2_DBG(gd_error("Reading (%d, %d) from chunk %d", cx, cy, chunkNum)); in gdImageCreateFromGd2PartCtx()
644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader() argument
660 gdPutWord(cx, out); in _gd2PutHeader()
666 int ncx, ncy, cx, cy; in _gdImageGd2() local
743 for (cx = 0; (cx < ncx); cx++) { in _gdImageGd2()
750 GD2_DBG(gd_error("Processing Chunk (%dx%d), y from %d to %d", cx, cy, ylo, yhi)); in _gdImageGd2()
754 xlo = cx * cs; in _gdImageGd2()