Home
last modified time | relevance | path

Searched defs:runlength (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Dsgi.c446 *runlength; in ReadSGIImage() local
853 runlength; in SGIEncode() local
1122 *runlength; in WriteSGIImage() local
Dhdr.c604 runlength; in HDRWriteRunlengthPixels() local
Dtga.c184 runlength; in ReadTGAImage() local
Drla.c164 runlength; in ReadRLAImage() local
Dpdb.c781 *runlength, in WritePDBImage() local
Dpict.c602 runlength; in EncodeImage() local
/external/ImageMagick/MagickCore/
Dcompress.c432 runlength; in HuffmanDecodeImage() local
711 runlength; in HuffmanEncodeImage() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java754 int runlength = value.m_chunkSize - sourcecolumn; in append() local
834 int runlength = (length <= available) ? length : available; in isWhitespace() local