Searched refs:sx1 (Results 1 – 2 of 2) sorted by relevance
8 $sx1 = new SimpleXMLElement((binary)"<root />");10 $sx1->node[0] = 'node1';11 $sx1->node[1] = 'node2';13 print $sx1->asXML()."\n";14 $node = $sx1->node[0];17 print $sx1->asXML();
2460 double sy1, sy2, sx1, sx2; in gdImageCopyResampled() local2474 sx1 = ((double) x - (double) dstX) * (double) srcW / dstW; in gdImageCopyResampled()2490 sx = sx1; in gdImageCopyResampled()2495 if (floorf(sx) == floor_cast(sx1)) { in gdImageCopyResampled()2497 if (xportion > sx2 - sx1) { in gdImageCopyResampled()2498 xportion = sx2 - sx1; in gdImageCopyResampled()
Completed in 25 milliseconds