HomeSort by relevance Sort by last modified time
    Searched full:scanline_length (Results 1 - 1 of 1) sorted by null

  /external/ImageMagick/coders/
pict.c 439 scanline_length,
521 scanline_length=ReadBlobMSBShort(blob);
523 scanline_length=1UL*ReadBlobByte(blob);
524 if (scanline_length >= row_bytes)
530 count=ReadBlob(blob,scanline_length,scanline);
531 if (count != (ssize_t) scanline_length)
537 for (j=0; j < (ssize_t) scanline_length; )
436 scanline_length, local
    [all...]

Completed in 2780 milliseconds