Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gd2.c276 int bytesPerPixel; in gdImageCreateFromGd2Ctx() local
286 bytesPerPixel = im->trueColor ? 4 : 1; in gdImageCreateFromGd2Ctx()
300 chunkMax = cs * bytesPerPixel * cs; in gdImageCreateFromGd2Ctx()
668 int bytesPerPixel = im->trueColor ? 4 : 1; in _gdImageGd2() local
706 compMax = (int)(cs * bytesPerPixel * cs * 1.02f) + 12; in _gdImageGd2()
709 chunkData = safe_emalloc(cs * bytesPerPixel, cs, 0); in _gdImageGd2()
710 memset(chunkData, 0, cs * bytesPerPixel * cs); in _gdImageGd2()

Completed in 5 milliseconds