Searched refs:pMidImg (Results 1 – 1 of 1) sorted by relevance
507 gdImagePtr pMidImg; in gdImageRotate() local537 pMidImg = gdImageRotate90 (src, ignoretransparent); in gdImageRotate()540 pMidImg = gdImageRotate180 (src, ignoretransparent); in gdImageRotate()543 pMidImg = gdImageRotate270 (src, ignoretransparent); in gdImageRotate()549 if (pMidImg == NULL) { in gdImageRotate()553 rotatedImg = gdImageRotate45 (pMidImg, dAngle, clrBack, ignoretransparent); in gdImageRotate()554 gdImageDestroy(pMidImg); in gdImageRotate()
Completed in 8 milliseconds